altoslib: Reset transient AltosCalData values before processing data
authorKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 22:52:17 +0000 (15:52 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 28 May 2017 22:52:17 +0000 (15:52 -0700)
commit78b4bf77fca96bef2cce443ad4c9544ae83f0acc
tree8521eac7af38082305d8c075320067596b09b178
parentdcf533d5befffa4c9c872f3c3d21d11ffeb61307
altoslib: Reset transient AltosCalData values before processing data

Values in cal_data which are used to hold intermediate results need to
get reset back to their initial values before processing a series of
flight data again.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosCalData.java
altoslib/AltosEepromRecordSet.java
altoslib/AltosTelemetryFile.java
altoslib/AltosTelemetryRecordSet.java