Changeset 8983 for trunk/ippScripts/scripts/detrend_stack.pl
- Timestamp:
- Sep 26, 2006, 10:38:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_stack.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_stack.pl
r8763 r8983 111 111 " -uri $output -recip $recipe"; # Command to run 112 112 $command .= ' -bg ' . $stats->bg_mean(); 113 if (defined($stats->bg_stdev())) { 113 114 $command .= ' -bg_stdev ' . $stats->bg_stdev(); 115 } else { 116 # May be undefined if there is only a single imfile 117 $command .= ' -bg_stdev 0'; 118 } 114 119 $command .= ' -bg_mean_stdev ' . $stats->bg_mean_stdev(); 115 120 $command .= ' -pleasenormalize' if NORMALISE()->{$det_type};
Note:
See TracChangeset
for help on using the changeset viewer.
