Changeset 9451 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 9, 2006, 5:28:28 PM (20 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
r9449 r9451 123 123 push @means, $file->{bg}; 124 124 ## calculate the root-mean-square of the bd_stdevs 125 push @stdevs, $file->{bg_ stdev}*$file->{bg_stdev};125 push @stdevs, $file->{bg_mean_stdev}*$file->{bg_mean_stdev}; 126 126 } 127 127 close $list1File;
Note:
See TracChangeset
for help on using the changeset viewer.
