Changeset 13732 for trunk/ippScripts/scripts/detrend_norm_exp.pl
- Timestamp:
- Jun 8, 2007, 2:33:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_exp.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_exp.pl
r13698 r13732 1 1 #!/usr/bin/env perl 2 2 3 use Carp; 3 4 use warnings; 4 5 use strict; … … 198 199 my $exit_code = shift; # Exit code to add 199 200 200 warn($msg);201 carp($msg); 201 202 if ($det_id and $iter and not $no_update) { 202 203 my $command = "$dettool -addprocessedimfile -det_id $det_id -iter $iter -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
