IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30825


Ignore:
Timestamp:
Mar 8, 2011, 4:41:38 PM (15 years ago)
Author:
bills
Message:

delete some obsolete commented out code

File:
1 edited

Legend:

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

    r30817 r30825  
    318318
    319319        if (!$quality) {
    320         #    &my_die("Couldn't find expected output file: $outputImage", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputImage);
    321         #    &my_die("Couldn't find expected output file: $outputMask", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputMask);
    322         #    &my_die("Couldn't find expected output file: $outputWeight", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputWeight);
    323         #    &my_die("Couldn't find expected output file: $outputSources", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSources);
    324         #    &my_die("Couldn't find expected output file: $outputPSF", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) if metadataLookupBool($recipe, 'PSF') and not $ipprc->file_exists($outputPSF);
    325 
    326320            check_output($outputImage, 0);
    327321            check_output($outputMask, 0);
     
    331325            if ($dump_config)  {
    332326                check_output($configuration, 1);
    333 #                &my_die("Couldn't find expected output file: $configuration", $warp_id, $skycell_id, $tess_dir, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);
    334327            }
    335328        }
Note: See TracChangeset for help on using the changeset viewer.