IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19109


Ignore:
Timestamp:
Aug 17, 2008, 3:28:25 PM (18 years ago)
Author:
eugene
Message:

redirect psphot output to MEF names for warp and stack

Location:
trunk/ippScripts/scripts
Files:
2 edited

Legend:

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

    r19100 r19109  
    166166    $command .= " -recipe PPSUB STACK";
    167167    $command .= " -recipe PPSTATS WARPSTATS";
     168    $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE";
     169    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
     170    $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
    168171    $command .= " -photometry";
    169172    $command .= " -tracedest $traceDest -log $logDest";
  • trunk/ippScripts/scripts/warp_skycell.pl

    r19098 r19109  
    176176    $command .= " -recipe PPSTATS WARPSTATS";
    177177    $command .= " -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE";
     178    $command .= " -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF";
     179    $command .= " -F PSPHOT.BACKMDL PSPHOT.BACKMDL.MEF";
    178180    $command .= " -psf";        # Turn on PSF determination
    179181    $command .= " -tracedest $traceDest -log $logDest";
Note: See TracChangeset for help on using the changeset viewer.