IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2010, 2:40:21 PM (16 years ago)
Author:
Paul Price
Message:

Only do photometry for a new run.

File:
1 edited

Legend:

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

    r26567 r26568  
    254254    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
    255255    $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
    256     $command .= " -photometry";
     256    if ($run_state eq "new") {
     257        $command .= " -photometry";
     258    }
    257259    $command .= " -inverse" if $inverse;
    258260    $command .= " -tracedest $traceDest -log $logDest";
     
    322324        unless ($success) {
    323325            $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    324             my $err_message = $run_state eq "update" ? 
     326            my $err_message = $run_state eq "update" ?
    325327                "Unable to perform difftool -adddiffskyfile" :
    326328                "Unable to perform difftool -tofullskyfile";
Note: See TracChangeset for help on using the changeset viewer.