Changeset 9202
- Timestamp:
- Oct 4, 2006, 10:10:39 AM (20 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
r9192 r9202 58 58 my $files; # The input files 59 59 { 60 my $command = "$dettool -processedimfile -det_id $detId -iteration $iter"; # Command to run60 my $command = "$dettool -processedimfile -det_id $detId"; # Command to run 61 61 my @command = split /\s+/, $command; 62 62 my ( $stdin, $stdout, $stderr ); # Buffers for running program … … 134 134 my $normalisation = $normItem->{value}; # Normalisation for component 135 135 136 my $command = "$dettool -addnorm stat -det_id $detId -iteration $iter -class_id $className ".136 my $command = "$dettool -addnormalizedstat -det_id $detId -iteration $iter -class_id $className ". 137 137 "-norm $normalisation"; # Command to run 138 138 my @command = split /\s+/, $command;
Note:
See TracChangeset
for help on using the changeset viewer.
