altoslib: Ignore speed/accel after boost when finding maxima
authorKeith Packard <keithp@keithp.com>
Thu, 3 Apr 2014 03:36:26 +0000 (20:36 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 3 Apr 2014 03:36:26 +0000 (20:36 -0700)
commitadddad0dd45f67d01487c8dd75b040ca3ab50fe2
treed81413b5ebaec0b61f7ca36731b5dcb292df0089
parentff4deb417a460d96645fb6934890c2c195142be3
altoslib: Ignore speed/accel after boost when finding maxima

Large spikes in acceleration often occur with ejection charges, which
can cause bogus acceleration and speed data to be seen. Ignore those
for the purpose of computing the maximum values of each.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosState.java