Changeset 11394 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Jan 29, 2007, 1:11:35 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
r11360 r11394 104 104 } 105 105 &my_die("Can't find expected output file: $output", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $output; 106 &my_die("Can't find expected output file: $b1name", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $b 2name;107 &my_die("Can't find expected output file: $b2name", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $b 1name;106 &my_die("Can't find expected output file: $b1name", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $b1name; 107 &my_die("Can't find expected output file: $b2name", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $b2name; 108 108 &my_die("Can't find expected output file: $statsName", $det_id, $iter, $class_id, $PS_EXIT_SYS_ERROR) unless -e $statsName; 109 109 } … … 129 129 unless ($no_update) { 130 130 my $command = "$dettool -addnormalizedimfile -det_id $det_id -iteration $iter -class_id $class_id ". 131 "-uri $output -b1_uri $ b1name -b2_uri $b2name"; # Command to run131 "-uri $output -b1_uri $outputRoot"; # Command to run 132 132 # Add the statistics triplet 133 133 $command .= " -bg " . $stats->bg_mean();
Note:
See TracChangeset
for help on using the changeset viewer.
