summaryrefslogtreecommitdiff
path: root/micropeak/MicroStats.java
Commit message (Collapse)AuthorAge
* micropeak: Report recorded apogee instead of searching flight dataKeith Packard2013-01-10
| | | | | | | | This makes sure we report the true apogee value instead of looking for the maximum height value in the flight data, in case the flight recording ended before the apogee was reached. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropoint: Add MicroDataPointKeith Packard2013-01-02
| | | | | | This holds height/speed/accel data all in one place Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Add flight stats paneKeith Packard2012-12-31
Shows graph or stats in alternate panes Signed-off-by: Keith Packard <keithp@keithp.com>