Changeset 13683 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Jun 6, 2007, 1:42:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r13639 r13683 138 138 # Output products 139 139 $workdir = caturi( $workdir, "$camera.$det_type.$det_id" ) if defined $workdir; 140 my $outputRoot = $ipprc->file_prepare( "$exp_tag.detresid.$det_id.$iter", $workdir, ${$files}[0]->{path_base} ); 141 my $jpeg1Name = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1 142 my $jpeg2Name = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2 140 my $outputRoot = $ipprc->file_prepare( "$exp_tag/$exp_tag.detresid.$det_id.$iter", $workdir, ${$files}[0]->{path_base} ); 141 my $jpeg1Name = $ipprc->filename("PPIMAGE.JPEG1", $outputRoot); # Binned JPEG #1 142 my $jpeg2Name = $ipprc->filename("PPIMAGE.JPEG2", $outputRoot); # Binned JPEG #2 143 my $logName = $ipprc->filename("LOG.EXP", $outputRoot); # Name for log 144 145 my $logFile; 146 unless ($no_op) { 147 # XXX this will fail if the file exists (because of Nebulous rules) 148 $logFile = $ipprc->file_create_open( $logName ); 149 } 143 150 144 151 # Recipes to use in processing … … 189 196 my $reject_exp_bin_sn = rejection_limit( 'EXP.BIN.SN', $det_type, $filter ); 190 197 191 my $logName = caturi( $workdir, "$exp_tag.detreject.$det_id.$iter.log" ); # Name for log192 my $logFile;193 unless ($no_op) {194 # XXX this will fail if the file exists (because of Nebulous rules)195 $logFile = $ipprc->file_create_open( $logName );196 }197 198 198 # Reject based on the stats of the imfiles 199 199 # it is VALID to reject on more than one criterion
Note:
See TracChangeset
for help on using the changeset viewer.
