Changeset 8983 for trunk/ippScripts/scripts/phase0imfile.pl
- Timestamp:
- Sep 26, 2006, 10:38:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0imfile.pl
r8954 r8983 103 103 $command .= " " . VARIABLES->{$variable} . " " . ($stats->data($variable))->{mean}; 104 104 } 105 105 106 106 $command .= " " . P0TOOL_BG_MEAN() . " " . $stats->bg_mean(); 107 $command .= " " . P0TOOL_BG_STDEV() . " " . $stats->bg_stdev(); 107 if (defined($stats->bg_stdev())) { 108 $command .= " " . P0TOOL_BG_STDEV() . " " . $stats->bg_stdev(); 109 } else { 110 # Will not be defined if there is only a single imfile 111 $command .= " " . P0TOOL_BG_STDEV() . " 0"; 112 } 108 113 $command .= " " . P0TOOL_BG_MEAN_STDEV() . " " . $stats->bg_mean_stdev(); 109 114
Note:
See TracChangeset
for help on using the changeset viewer.
