Changeset 11830 for trunk/ippScripts/scripts/detrend_process_imfile.pl
- Timestamp:
- Feb 15, 2007, 10:34:36 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process_imfile.pl
r11829 r11830 144 144 "-class_id $class_id -recip $recipe -uri $outputImage -b1_uri $outputRoot"; # Command to run dettool 145 145 $command .= " -bg " . $stats->bg_mean(); 146 if (defined($stats->bg_ stdev())) {147 $command .= " -bg_ stdev " . $stats->bg_stdev();146 if (defined($stats->bg_mean_stdev())) { 147 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 148 148 } else { 149 149 # May be undefined if there's only a single imfile 150 $command .= " -bg_ stdev 0";150 $command .= " -bg_mean_stdev 0"; 151 151 } 152 $command .= " -bg_ mean_stdev " . $stats->bg_mean_stdev();152 $command .= " -bg_stdev " . $stats->bg_stdev(); 153 153 $command .= " -dbname $dbname" if defined $dbname; 154 154
Note:
See TracChangeset
for help on using the changeset viewer.
