Changeset 13732 for trunk/ippScripts/scripts/detrend_reject_imfile.pl
- Timestamp:
- Jun 8, 2007, 2:33:20 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
r13722 r13732 7 7 # not at the imfile level. 8 8 9 use Carp; 9 10 use warnings; 10 11 use strict; … … 512 513 my $exit_code = shift; # Exit code to add 513 514 514 warn($msg);515 carp($msg); 515 516 if ($det_id and $iter and $exp_tag and not $no_update) { 516 517 my $command = "$dettool -addresidexp -det_id $det_id -iteration $iter -exp_tag $exp_tag -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
