IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2009, 9:01:36 AM (17 years ago)
Author:
Paul Price
Message:

Additional filerule indirections to prevent the {CHIP.NAME} in the file name.

File:
1 edited

Legend:

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

    r23688 r23745  
    212212    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
    213213    $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
     214    $command .= " -F SOURCE.PLOT.MOMENTS SOURCE.PLOT.SKY.MOMENTS";
     215    $command .= " -F SOURCE.PLOT.PSFMODEL SOURCE.PLOT.SKY.PSFMODEL";
     216    $command .= " -F SOURCE.PLOT.APRESID SOURCE.PLOT.SKY.APRESID";
    214217    $command .= " -photometry";
    215218    $command .= " -threads $threads" if defined $threads;
Note: See TracChangeset for help on using the changeset viewer.