Changeset 12079 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Feb 27, 2007, 10:13:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r11837 r12079 134 134 # Take off the absolute path, to stuff into the database 135 135 $outputImage = $ipprc->convert_filename_relative( $outputImage ); 136 $outputBin1 = $ipprc->convert_filename_relative( $outputBin1 ); 137 $outputBin2 = $ipprc->convert_filename_relative( $outputBin2 ); 136 $outputRoot = $ipprc->convert_filename_relative( $outputRoot ); 138 137 139 138 my $bg = ($stats->bg_mean() or 'NAN'); … … 144 143 unless ($no_update) { 145 144 my $command = "$dettool -addprocessedimfile -det_id $det_id -exp_tag $exp_tag " . 146 "-class_id $class_id -recip $recipe -uri $outputImage - b1_uri $outputRoot";# Command to run dettool145 "-class_id $class_id -recip $recipe -uri $outputImage -path_base $outputRoot"; # Command to run dettool 147 146 $command .= " -bg $bg -bg_stdev $bg_stdev -bg_mean_stdev $bg_mean_stdev"; 148 147 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
