Changeset 11830 for trunk/ippScripts/scripts/detrend_norm_apply.pl
- Timestamp:
- Feb 15, 2007, 10:34:36 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_norm_apply.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_norm_apply.pl
r11829 r11830 138 138 # Add the statistics triplet 139 139 $command .= " -bg " . $stats->bg_mean(); 140 if (defined($stats->bg_ stdev())) {141 $command .= " -bg_ stdev " . $stats->bg_stdev();140 if (defined($stats->bg_mean_stdev())) { 141 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 142 142 } else { 143 143 # May be undefined if there's only a single imfile 144 $command .= " -bg_ stdev 0";144 $command .= " -bg_mean_stdev 0"; 145 145 } 146 $command .= " -bg_ mean_stdev " . $stats->bg_mean_stdev();146 $command .= " -bg_stdev " . $stats->bg_stdev(); 147 147 148 148 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
