IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 13, 2013, 1:37:57 PM (13 years ago)
Author:
bills
Message:

turn checking of warp outputs when performing updates

File:
1 edited

Legend:

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

    r36078 r36116  
    388388            $quality = 8006; # bad data.
    389389        }
    390 #         if (!$quality) {
    391 #             check_output($outputImage, 0);
    392 #             check_output($outputMask, 0);
    393 #             check_output($outputWeight, 0);
    394 #             check_output($outputSources, 1);
    395 #             check_output($outputPSF, 1) if metadataLookupBool($recipe, 'PSF')  ;
    396 #         }
    397390        print "Quality: $quality\n";
     391        if (!$quality) {
     392            check_output($outputImage, 0);
     393            check_output($outputMask, 0);
     394            check_output($outputWeight, 0);
     395            check_output($outputSources, 0);
     396            check_output($outputPSF, 0) if metadataLookupBool($recipe, 'PSF')  ;
     397        }
    398398
    399399        # $run_state eq 'update'
Note: See TracChangeset for help on using the changeset viewer.