Changeset 9447 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 9, 2006, 4:50:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r9446 r9447 122 122 print $list2File File::Spec->rel2abs( $file->{b2_uri}, $ipprc->workdir() ) . "\n"; 123 123 push @means, $file->{bg}; 124 push @stdevs, $file->{bg_stdev}; 124 ## calculate the root-mean-square of the bd_stdevs 125 push @stdevs, $file->{bg_stdev}*$file->{bg_stdev}; 125 126 } 126 127 close $list1File; … … 192 193 $stdev = 0; 193 194 } 194 my $meanStdev = $stdevStats->mean(); # Meanof the sample of stdevs195 my $meanStdev = sqrt($stdevStats->mean()); # Root-Mean-Square of the sample of stdevs 195 196 if (defined REJECT_SAMPLE_MEAN->{$det_type} and 196 197 $stdev != 0 and
Note:
See TracChangeset
for help on using the changeset viewer.
