Changeset 18445
- Timestamp:
- Jul 9, 2008, 11:44:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_exp.pl
r18372 r18445 296 296 } 297 297 298 ## XXX for now, always stop on each iteration 299 $stop = 1; 298 # Allow iteration to be turned off 299 my $allow_iter = metadataLookupBool($ipprc->{rejection}, "ITERATION"); # Allow iteration? 300 my $force_master = metadataLookupBool($ipprc->{rejection}, "MASTER"); # Force the stack to be accepted 301 $stop = 1 unless $allow_iter; 302 $master = 1 if $force_master; 303 300 304 301 305 ## add the summary statistics, and request a new iteration if needed
Note:
See TracChangeset
for help on using the changeset viewer.
