- 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_resid_imfile.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippScripts/scripts/detrend_resid_imfile.pl
r24764 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 ); … … 111 112 'DOMEFLAT_RAW' => '-flat', # Specify the flat frame 112 113 'SKYFLAT_RAW' => '-flat', # Specify the flat frame 114 'SKYFLATTEST_RAW' => '-flat', # Specify the flat frame 113 115 'FLAT' => '-flat', # Specify the flat frame 114 116 'DOMEFLAT' => '-flat', # Specify the flat frame … … 137 139 'DOMEFLAT_RAW' => 'PPIMAGE.OUTPUT.DETREND', 138 140 'SKYFLAT_RAW' => 'PPIMAGE.OUTPUT.DETREND', 141 'SKYFLATTEST_RAW' => 'PPIMAGE.OUTPUT.DETREND', 139 142 'FLAT' => 'PPIMAGE.OUTPUT.DETREND', 140 143 'DOMEFLAT' => 'PPIMAGE.OUTPUT.DETREND', … … 188 191 } 189 192 190 &my_die("Couldn't find expected output file: $outputName", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outputName);191 &my_die("Couldn't find expected output file: $bin1Name", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($bin1Name);192 &my_die("Couldn't find expected output file: $bin2Name", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($bin2Name);193 &my_die("Couldn't find expected output file: $outputName", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputName); 194 &my_die("Couldn't find expected output file: $bin1Name", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin1Name); 195 &my_die("Couldn't find expected output file: $bin2Name", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($bin2Name); 193 196 194 197 my $outputStatsReal = $ipprc->file_resolve($outputStats); 195 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless -f $outputStatsReal;198 &my_die("Couldn't find expected output file: $outputStats", $det_id, $iter, $exp_id, $class_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outputStatsReal); 196 199 197 200 # ppStatsFromMetadata $outputStats - DETREND_RESID_IMFILE
Note:
See TracChangeset
for help on using the changeset viewer.
