Changeset 8983 for trunk/ippScripts/scripts/detrend_create_resid.pl
- Timestamp:
- Sep 26, 2006, 10:38:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/detrend_create_resid.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/detrend_create_resid.pl
r8763 r8983 120 120 "-b2_uri $bin2Name"; # Command to run dettool 121 121 $command .= " -bg " . $stats->bg_mean(); 122 $command .= " -bg_stdev " . $stats->bg_stdev(); 122 if (defined($stats->bg_stdev())) { 123 $command .= " -bg_stdev " . $stats->bg_stdev(); 124 } else { 125 # May be undefined if there is only a single imfile 126 $command .= ' -bg_stdev 0'; 127 } 123 128 $command .= " -bg_mean_stdev " . $stats->bg_mean_stdev(); 124 129
Note:
See TracChangeset
for help on using the changeset viewer.
