IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16723


Ignore:
Timestamp:
Feb 28, 2008, 12:39:49 PM (18 years ago)
Author:
Paul Price
Message:

Turn back on PSF determination for output.

File:
1 edited

Legend:

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

    r16563 r16723  
    187187    $command .= " -stats $outputStats";
    188188    $command .= " -recipe PPSTATS WARPSTATS";
    189     # $command .= " -psf";      # Turn on PSF determination
     189    $command .= " -psf";        # Turn on PSF determination
    190190    $command .= " -tracedest $traceDest -log $logDest";
    191191
     
    216216        &my_die("Couldn't find expected output file: $outputWeight", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputWeight);
    217217        &my_die("Couldn't find expected output file: $outputSources", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSources);
    218         # &my_die("Couldn't find expected output file: $outputPSF", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputPSF);
     218        &my_die("Couldn't find expected output file: $outputPSF", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputPSF);
    219219#    &my_die("Couldn't find expected output file: $outputBin1", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputBin1);
    220220#    &my_die("Couldn't find expected output file: $outputBin2", $warp_id, $skycell_id, $tess_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputBin2);
Note: See TracChangeset for help on using the changeset viewer.