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