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