summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosCSV.java
Commit message (Collapse)AuthorAge
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add KML file export.Keith Packard2010-09-28
| | | | | | | Command line has switches now, --kml and --csv Export save dialog has combo box to select kml or csv result. Signed-off-by: Keith Packard <keithp@keithp.com>
* Hax0r graphing to support telem/eeprom filesAnthony Towns2010-09-28
|
* altosui: .CSV output: add link quality, gps hdop and sat C/N0 numbersKeith Packard2010-09-27
| | | | | | This makes the CSV files contain all of the available information. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Create iterables for log file scanning. Split out display threadsKeith Packard2010-09-27
| | | | | | | | | Convert from log file reading paradigm to using iterators which is more idiomatic for java. Split more code out of AltosUI.java, including the display update threads for telemetry monitoring and logfile replay.x Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Write raw sensor data to .csv filesKeith Packard2010-09-19
| | | | | | | For data export, provide the raw sensor samples instead of the filtered values. Signed-off-by: Keith Packard <keithp@keithp.com>
* make the column headers comma separated, too, so they align with the dataBdale Garbee2010-09-10
|
* altosui: add elevation and range informationKeith Packard2010-08-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: add rssi and distance/dir from pad to CSV filesKeith Packard2010-08-26
| | | | | | Just adds a couple more fields to the CSV files that might be interesting. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add ability to create CSV file from telem or eeprom filesKeith Packard2010-08-24
| | | | | | | This creates a comma separated value file to export data for external programs. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Start adding code to write csv files from eeprom/telem filesKeith Packard2010-08-07
This is a start to code which can write out a csv file full of flight data from either an eeprom or telem input file. It's not hooked up, but the restructuring necessary is finished and the output is started. Signed-off-by: Keith Packard <keithp@keithp.com>