Changeset 36265
- Timestamp:
- Nov 4, 2013, 2:50:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/scripts/warp_skycell.pl
r35770 r36265 388 388 $quality = 8006; # bad data. 389 389 } 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 # }397 390 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 } 398 398 399 399 # $run_state eq 'update' … … 413 413 unless ($success) { 414 414 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 415 warn("Unable to perform warptool - addwarped: $error_code\n");415 warn("Unable to perform warptool -tofullskyfile: $error_code\n"); 416 416 exit($error_code) if $try >= 2; 417 417 sleep 10;
Note:
See TracChangeset
for help on using the changeset viewer.
