Changeset 8983 for trunk/ippScripts/scripts/detrend_process.pl
- Timestamp:
- Sep 26, 2006, 10:38:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_process.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_process.pl
r8862 r8983 99 99 "-class_id $class_id -recip $recipe -uri $outputImage"; # Command to run dettool 100 100 $command .= " -bg " . $stats->bg_mean(); 101 $command .= " -bg_stdev " . $stats->bg_stdev(); 101 if (defined($stats->bg_stdev())) { 102 $command .= " -bg_stdev " . $stats->bg_stdev(); 103 } else { 104 # May be undefined if there's only a single imfile 105 $command .= " -bg_stdev 0"; 106 } 102 107 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 103 108
Note:
See TracChangeset
for help on using the changeset viewer.
