Changeset 11360 for trunk/ippScripts/scripts/detrend_process_exp.pl
- Timestamp:
- Jan 29, 2007, 7:37:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_exp.pl
r11333 r11360 113 113 $workdir = $dir; 114 114 } 115 116 # Generate the file list, and get the statistics 117 my $outputRoot = $exp_tag . '.detproc.' . $det_id; # Root output name 118 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 115 my $outputFile = $exp_tag . '.detproc.' . $det_id; # Root name 116 my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile ); 117 118 # output files: 119 119 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 120 120 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2
Note:
See TracChangeset
for help on using the changeset viewer.
