Changeset 11360 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Jan 29, 2007, 7:37:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r11333 r11360 117 117 118 118 # Generate the file list, and get the statistics 119 my $outputRoot = $camera . '.' . $det_type . '.norm.' . $det_id . '.' . $iter; # Root output name 120 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 119 my $outputFile = "$camera.$det_type.norm.$det_id.$iter"; # Root output name 120 my $outputSubD = "$camera.$det_type.$det_id"; 121 my $outputRoot = File::Spec->catfile( $workdir, $outputSubD, $outputFile ); 122 121 123 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 122 124 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
