Changeset 9286 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Oct 4, 2006, 6:40:07 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
r9257 r9286 19 19 use Pod::Usage qw( pod2usage ); 20 20 21 my ($det_id, $iter, $exp_tag, $det_type, $no_update );21 my ($det_id, $iter, $exp_tag, $det_type, $no_update, $reject); 22 22 GetOptions( 23 23 'det_id|d=s' => \$det_id, 24 24 'iteration=s' => \$iter, 25 'exp_tag|e=s' => \$exp_tag,25 'exp_tag|e=s' => \$exp_tag, 26 26 'det_type|t=s' => \$det_type, 27 'no-update' => \$no_update 27 'no-update' => \$no_update, 28 'reject' => \$reject 28 29 ) or pod2usage( 2 ); 29 30 … … 154 155 155 156 # Reject based on the individual stats 156 my $reject = 0; # Rejection flag157 157 die "Number of means and number of stdevs differ!\n" if scalar @means != scalar @stdevs; 158 158 for (my $i = 0; $i < scalar @means; $i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
