Changeset 11360 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Jan 29, 2007, 7:37:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r11333 r11360 95 95 96 96 # Generate the file list, and get the statistics 97 my $outputRoot = $exp_tag . '.detresid.' . $det_id . '.' . $iter; # Root output name 98 $outputRoot = File::Spec->catfile( $workdir, $outputRoot ); 97 my $outputFile = "$exp_tag.detresid.$det_id.$iter"; # Root name 98 my $outputRoot = File::Spec->catfile( $workdir, $exp_tag, $outputFile ); 99 99 100 my $list1Name = $outputRoot . '.b1.list'; # Name for the input file list for binning 1 100 101 my $list2Name = $outputRoot . '.b2.list'; # Name for the input file list for binning 2 102 101 103 my @means; # Array of means 102 104 my @variances; # Array of variances
Note:
See TracChangeset
for help on using the changeset viewer.
