IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 22433


Ignore:
Timestamp:
Feb 24, 2009, 4:31:15 PM (17 years ago)
Author:
Paul Price
Message:

Adding additional file redirections so that outputs don't have "{CHIP.NAME}" in the filename.

File:
1 edited

Legend:

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

    r22430 r22433  
    212212    $command .= " -recipe PSPHOT $recipe_psphot";
    213213    $command .= " -recipe PPSTATS WARPSTATS";
     214    $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE";
    214215    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
     216    $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
    215217    $command .= " -sources $templateSources";
    216218    $command .= " -photometry";
Note: See TracChangeset for help on using the changeset viewer.