Changeset 13732 for trunk/ippScripts/scripts/detrend_reject_exp.pl
- Timestamp:
- Jun 8, 2007, 2:33:20 PM (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
r13722 r13732 1 1 #!/usr/bin/env perl 2 2 3 use Carp; 3 4 use warnings; 4 5 use strict; … … 314 315 my $exit_code = shift; # Exit code to add 315 316 316 warn($msg);317 carp($msg); 317 318 if ($det_id and $iter and not $no_update) { 318 319 my $command = "$dettool -adddetrunsummary -det_id $det_id -iteration $iter -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
