- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/detrend_stack.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippScripts/scripts/detrend_stack.pl
r24780 r27840 8 8 use Sys::Hostname; 9 9 my $host = hostname(); 10 my $date = `date`; 10 11 print "\n\n"; 11 print "Starting script $0 on $host \n\n";12 print "Starting script $0 on $host at $date\n\n"; 12 13 13 14 use vars qw( $VERSION ); … … 89 90 'DOMEFLAT_RAW' => 'PPMERGE.OUTPUT.FLAT', 90 91 'SKYFLAT_RAW' => 'PPMERGE.OUTPUT.FLAT', 92 'SKYFLATTEST_RAW' => 'PPMERGE.OUTPUT.FLAT', 91 93 'FLAT' => 'PPMERGE.OUTPUT.FLAT', 92 94 'DOMEFLAT' => 'PPMERGE.OUTPUT.FLAT', … … 113 115 'DOMEFLAT_RAW' => 'DETSTATS', 114 116 'SKYFLAT_RAW' => 'DETSTATS', 117 'SKYFLATTEST_RAW' => 'DETSTATS', 115 118 'FLAT' => 'DETSTATS', 116 119 'DOMEFLAT' => 'DETSTATS', … … 204 207 &my_die("Unable to perform ppMerge: $error_code", $det_id, $iter, $class_id, $error_code); 205 208 } 206 &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);207 &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);208 &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);209 &my_die("Unable to find expected output file: $outputStack\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStack); 210 &my_die("Unable to find expected output file: $outputCount\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputCount); 211 &my_die("Unable to find expected output file: $outputSigma\n", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputSigma); 209 212 210 213 my $outputStatsReal = $ipprc->file_resolve($outputStats); 211 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;214 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStatsReal); 212 215 213 216 # parse stats from metadata
Note:
See TracChangeset
for help on using the changeset viewer.
