IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 5:09:53 PM (17 years ago)
Author:
eugene
Message:

updates to the addstar stage; modify flatcorr to interact correctly with the addstar stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/flatcorr_proc.pl

    r23688 r25816  
    104104my ($DECs, $DECe) = split (",", $coords[1]);
    105105
    106 # Run addstar -resort to ensure the db is indexed
    107 {
    108     my $command = "$addstar -resort";
     106# Run addstar -resort to ensure the db is indexed
     107# XXX addstar should be able to recognize and skip indexed tables
     108{
     109    my $command = "$addstar -resort";
    109110    $command .= " -D CATDIR $dvodb";
    110111    $command .= " -region $RAs $RAe $DECs $DECe";
Note: See TracChangeset for help on using the changeset viewer.