Changeset 11297 for trunk/ippScripts/scripts/detrend_norm_calc.pl
- Timestamp:
- Jan 25, 2007, 2:55:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_calc.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_calc.pl
r10742 r11297 18 18 $iter, # Iteration 19 19 $detType, # Detrend type 20 $dbname, # Database name 20 21 $no_update # Don't update the database? 21 22 ); … … 24 25 'iteration|i=s' => \$iter, 25 26 'det_type|t=s' => \$detType, 27 'dbname|d=s' => \$dbname,# Database name 26 28 'no-update' => \$no_update 27 29 ) or pod2usage( 2 ); … … 63 65 { 64 66 my $command = "$dettool -processedimfile -det_id $detId"; # Command to run 67 $command .= " -dbname $dbname" if defined $dbname; 65 68 my @command = split /\s+/, $command; 66 69 my ( $stdin, $stdout, $stderr ); # Buffers for running program … … 150 153 my $command = "$dettool -addnormalizedstat -det_id $detId -iteration $iter -class_id $className ". 151 154 "-norm $normalisation"; # Command to run 155 $command .= " -dbname $dbname" if defined $dbname; 152 156 my @command = split /\s+/, $command; 153 157
Note:
See TracChangeset
for help on using the changeset viewer.
