Changeset 27180 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Mar 3, 2010, 5:29:07 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r26499 r27180 89 89 'DOMEFLAT_RAW' => 'PPMERGE.OUTPUT.FLAT', 90 90 'SKYFLAT_RAW' => 'PPMERGE.OUTPUT.FLAT', 91 'SKYFLATTEST_RAW' => 'PPMERGE.OUTPUT.FLAT',91 'SKYFLATTEST_RAW' => 'PPMERGE.OUTPUT.FLAT', 92 92 'FLAT' => 'PPMERGE.OUTPUT.FLAT', 93 93 'DOMEFLAT' => 'PPMERGE.OUTPUT.FLAT', … … 114 114 'DOMEFLAT_RAW' => 'DETSTATS', 115 115 'SKYFLAT_RAW' => 'DETSTATS', 116 'SKYFLATTEST_RAW' => 'DETSTATS',116 'SKYFLATTEST_RAW' => 'DETSTATS', 117 117 'FLAT' => 'DETSTATS', 118 118 'DOMEFLAT' => 'DETSTATS', … … 206 206 &my_die("Unable to perform ppMerge: $error_code", $det_id, $iter, $class_id, $error_code); 207 207 } 208 &my_die("Unable to find expected output file: $outputStack\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outputStack);209 &my_die("Unable to find expected output file: $outputCount\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outputCount);210 &my_die("Unable to find expected output file: $outputSigma\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outputSigma);208 &my_die("Unable to find expected output file: $outputStack\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStack); 209 &my_die("Unable to find expected output file: $outputCount\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputCount); 210 &my_die("Unable to find expected output file: $outputSigma\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSigma); 211 211 212 212 my $outputStatsReal = $ipprc->file_resolve($outputStats); 213 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;213 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStatsReal); 214 214 215 215 # parse stats from metadata
Note:
See TracChangeset
for help on using the changeset viewer.
