Changeset 12079 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (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
r11837 r12079 130 130 # Update the database 131 131 $output = $ipprc->convert_filename_relative( $output ); 132 $b1name = $ipprc->convert_filename_relative( $b1name ); 133 $b2name = $ipprc->convert_filename_relative( $b2name ); 132 $outputRoot = $ipprc->convert_filename_relative( $outputRoot ); 134 133 135 134 my $bg = ($stats->bg_mean() or 'NAN'); … … 139 138 unless ($no_update) { 140 139 my $command = "$dettool -addnormalizedimfile -det_id $det_id -iteration $iter -class_id $class_id ". 141 "-uri $output - b1_uri$outputRoot"; # Command to run140 "-uri $output -path_base $outputRoot"; # Command to run 142 141 $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev"; 143 142 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
