Changeset 10333 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Nov 30, 2006, 4:34:00 PM (19 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
r9892 r10333 125 125 126 126 if ($reject_imfile_mean) { 127 if (abs($mean) > $reject_imfile_mean ) {127 if (abs($mean) > $reject_imfile_mean * $stdev) { 128 128 print "Rejecting exposure based on bad imfile mean for imfile $i: " . 129 129 $mean . " vs " . $reject_imfile_mean . "\n"; … … 164 164 # reject if the exposure ensemble mean is deviant 165 165 if ($reject_exp_mean) { 166 if (abs($mean) > $reject_exp_mean ) {166 if (abs($mean) > $reject_exp_mean * $stdev) { 167 167 print "Rejecting exposure based on bad mean: " . ($mean / $stdev) . " vs " . 168 168 $reject_exp_mean . "\n";
Note:
See TracChangeset
for help on using the changeset viewer.
