Document ao-postflight --gps and --kml options.
[fw/altos] / ao-tools / ao-postflight / ao-postflight.1
index ac1c18a4243c766c32ddd0ef3cad751eec76ad58..7bafb6e1b9ef87b9b9344793a95c91230ad64c86 100644 (file)
@@ -23,15 +23,39 @@ ao-postflight \- Analyse a flight log (either telemetry or eeprom)
 .B "ao-postflight"
 [\-s <summary-file>]
 [\--summary=<summary-file>]
-[\-d <detail-file]
+[\-d <detail-file>]
 [\--detail=<detail-file>]
+[\-r <raw-file>]
+[\--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
-reads the specified flight log and produces a summary of the flight on
-stdout or to the specified file along with an optional .svg format
-plot and detailed table of time/height/speed/accel.
+reads the specified flight log and produces several different kinds of
+output.
+.IP Summary
+By default, summary information is shown on stdout. With the --summary
+option, it can be redirected to a file.
+.IP Detail
+When requested with the --detail option, a filtered version of the
+flight position, speed and acceleration are written to the specified
+file.
+.IP Raw
+The --raw option writes the unfiltered, but converted acceleration
+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