const SMOOTH_WEIGHT: f64 = 0.05;
The weighting used to calculate averages. Must be > 0.0. 1.0 = no averaging.