Changeset 15489 for trunk/ippScripts/scripts/detrend_reject_exp.pl
- Timestamp:
- Nov 7, 2007, 11:40:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_reject_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_reject_exp.pl
r14439 r15489 31 31 ); 32 32 my $ipprc = PS::IPP::Config->new(); # IPP configuration 33 34 my $ITER_LIMIT = 20; 33 35 34 36 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); … … 281 283 } 282 284 285 # attempt to prevent endless, pathological iterations 286 if ($iter >= $ITER_LIMIT) { 287 warn("iteration limit reached -- bailing out"); 288 exit($PS_EXIT_PROG_ERROR); 289 } 290 283 291 ## add the summary statistics, and request a new iteration if needed 284 292 $command = "$dettool -adddetrunsummary";
Note:
See TracChangeset
for help on using the changeset viewer.
