IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28569


Ignore:
Timestamp:
Jul 1, 2010, 11:04:58 AM (16 years ago)
Author:
Paul Price
Message:

Only save convolved products for 'new' runs --- updates don't need them because they're for magic.

File:
1 edited

Legend:

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

    r28126 r28569  
    291291        $command .= " -ipprc $configurationReal";
    292292    }
    293     $command .= " -save-inconv" if defined $saveInConv;
    294     $command .= " -save-refconv" if defined $saveRefConv;
     293    $command .= " -save-inconv" if defined $saveInConv and $run_state eq "new";
     294    $command .= " -save-refconv" if defined $saveRefConv and $run_state eq "new";
    295295    $command .= " -recipe PPSUB $recipe_ppSub";
    296296    $command .= " -recipe PSPHOT $recipe_psphot";
Note: See TracChangeset for help on using the changeset viewer.