Changeset 8551
- Timestamp:
- Aug 23, 2006, 6:27:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0exp.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0exp.pl
r8550 r8551 130 130 $stats->add_data(@backgrounds); 131 131 $command .= " -" . PHASE0_BG() . " " . $stats->mean(); 132 $command .= " -" . PHASE0_BG_STDEV() . " " . $stats->standard_deviation(); 132 if (scalar @backgrounds == 1) { 133 $command .= ' -' . PHASE0_BG_STDEV() . " 0.0"; 134 } else { 135 $command .= " -" . PHASE0_BG_STDEV() . " " . $stats->standard_deviation(); 136 } 133 137 } 134 138 {
Note:
See TracChangeset
for help on using the changeset viewer.
