Changeset 9145 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Oct 3, 2006, 10:04:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r9135 r9145 29 29 -exitval => 3, 30 30 ) unless defined $det_id 31 and defined $iter ation31 and defined $iter 32 32 and defined $camera 33 33 and defined $det_type; … … 89 89 90 90 # Generate the file list, and get the statistics 91 my $outputRoot = $camera . '.' . $det Type . '.norm.' . $detId . '.' . $iter; # Root output name91 my $outputRoot = $camera . '.' . $det_type . '.norm.' . $det_id . '.' . $iter; # Root output name 92 92 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 93 93 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
