diff options
author | Keith Packard <keithp@keithp.com> | 2009-11-21 19:52:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-11-21 20:37:53 -0800 |
commit | 1a3b4c02a01187f8b7b9a9c97712476d0007ab35 (patch) | |
tree | d4530775855124907e3aadba20acd486d63a222a /ao-tools/ao-postflight | |
parent | 80b23f3044a654d61212891a61fadb8a3a4e5572 (diff) |
Document ao-postflight --gps and --kml options.
These were missing from the man page, but included in the --help output.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-postflight')
-rw-r--r-- | ao-tools/ao-postflight/ao-postflight.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ao-tools/ao-postflight/ao-postflight.1 b/ao-tools/ao-postflight/ao-postflight.1 index eca4bb34..7bafb6e1 100644 --- a/ao-tools/ao-postflight/ao-postflight.1 +++ b/ao-tools/ao-postflight/ao-postflight.1 @@ -29,6 +29,10 @@ ao-postflight \- Analyse a flight log (either telemetry or eeprom) [\--raw=<raw-file>] [\-p <plot-file>] [\--plot=<plot-file>] +[\-g <gps-file] +[\--gps=<gps-file] +[\-k <kml-file] +[\--kml=<kml-file] {flight.eeprom|flight.telem} .SH DESCRIPTION .I ao-postflight @@ -47,5 +51,11 @@ and height data to the specified file. .IP Plot The --plot option writes plots of height, speed and acceleration to the specified file in .svg format +.IP GPS +The --gps option writes the recorded GPS data to the specified file in +three columns. +.IP KML +The --kml option writes the recorded GPS data to the specified file in +Keyhole Markup Language format, which can be displayed in Googleearth. .SH AUTHOR Keith Packard |