altoslib: Pass all flight records while reading telem file
authorKeith Packard <keithp@keithp.com>
Thu, 13 Feb 2020 23:39:08 +0000 (15:39 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 13 Feb 2020 23:43:35 +0000 (15:43 -0800)
commit8ac11767a1b8d3e2faf6f020f5161ed05b801070
treee82587eefcc757847fdedd290f343381f1634657
parentda499044c9d66e42915e3f6429b6b86999b06c2c
altoslib: Pass all flight records while reading telem file

This makes sure we get complete GPS and setup information before
the flight starts.

To make this work, have data skipped when building time series
instead, and have realtime replay fast-forward through the initial
data

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