Changeset 13732
- Timestamp:
- Jun 8, 2007, 2:33:20 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 8 edited
-
detrend_norm_apply.pl (modified) (2 diffs)
-
detrend_norm_calc.pl (modified) (2 diffs)
-
detrend_norm_exp.pl (modified) (2 diffs)
-
detrend_process_exp.pl (modified) (2 diffs)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_reject_exp.pl (modified) (2 diffs)
-
detrend_reject_imfile.pl (modified) (2 diffs)
-
detrend_resid.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"; -
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"; -
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"; -
trunk/ippScripts/scripts/detrend_process_exp.pl
r13698 r13732 1 1 #!/usr/bin/env perl 2 2 3 use Carp; 3 4 use warnings; 4 5 use strict; … … 208 209 my $exit_code = shift; # Exit code to add 209 210 210 warn($msg);211 carp($msg); 211 212 if ($det_id and $exp_tag and not $no_update) { 212 213 my $command = "$dettool -addprocessedexp -det_id $det_id -exp_tag $exp_tag -code $exit_code"; -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r13699 r13732 1 1 #!/usr/bin/env perl 2 2 3 use Carp; 3 4 use warnings; 4 5 use strict; -
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"; -
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"; -
trunk/ippScripts/scripts/detrend_resid.pl
r13699 r13732 1 1 #!/usr/bin/env perl 2 2 3 use Carp; 3 4 use warnings; 4 5 use strict; … … 213 214 my $exit_code = shift; # Exit code to add 214 215 215 warn($msg);216 carp($msg); 216 217 if ($det_id and $iter and $exp_tag and not $no_update) { 217 218 my $command = "$dettool -addresidimfile -det_id $det_id -iteration $iter -exp_tag $exp_tag -class_id $class_id -code $exit_code";
Note:
See TracChangeset
for help on using the changeset viewer.
