altoslib: Make sure AltosFlightSeries is filled in before use
authorKeith Packard <keithp@keithp.com>
Sat, 27 May 2017 00:14:29 +0000 (17:14 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 27 May 2017 00:14:29 +0000 (17:14 -0700)
commitfd738d47bbc46d36698350d5450abe1125d990a3
treeb44a51bf4cb53a406358a7223176a30a8840c16d
parentaf3c7938f24dcf5ffbce024ed596655b26282cf1
altoslib: Make sure AltosFlightSeries is filled in before use

After all of the raw data is captured, the derived data needs to be
computed by calling the 'finish' function.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosCSV.java
altoslib/AltosDataListener.java
altoslib/AltosEepromRecordSet.java
altoslib/AltosFlightSeries.java
altoslib/AltosFlightStats.java
altoslib/AltosTelemetryFile.java
altoslib/AltosTelemetryRecordSet.java
altosui/AltosGraphUI.java
altosuilib/AltosUIFlightSeries.java