<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-postflight, branch split-telemetry</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=split-telemetry</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=split-telemetry'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2010-06-21T18:44:32+00:00</updated>
<entry>
<title>ao-postflight: was walking off state.data array</title>
<updated>2010-06-21T18:44:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-06-21T18:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5933eaa44fe45027b856f1303dd657b974eb53e7'/>
<id>urn:sha1:5933eaa44fe45027b856f1303dd657b974eb53e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extension to KML output format, and minor bug fix</title>
<updated>2010-06-17T02:04:01+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2010-06-17T02:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24393eab0ea085f2d0224b59fdc3c00693e5d3a9'/>
<id>urn:sha1:24393eab0ea085f2d0224b59fdc3c00693e5d3a9</id>
<content type='text'>
Extended KML output by breaking flight into coloured segments representing
flight state. Add extra statistical information to description bubbles
visible in Google Earth when clicking on links in My Places.

Fix Bugs:
* output kml to file provided as argument.
* move kml coordinate output code to take advantage of nsat calculation
* remove superfluous %9.2f format specifier from raw_file output.

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>Compute daytime using GPS as time base</title>
<updated>2010-02-12T05:23:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-07T08:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f8967607b3dda0c0ce7afe8bb077da2da5ed3dcd'/>
<id>urn:sha1:f8967607b3dda0c0ce7afe8bb077da2da5ed3dcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ao-postflight: don't try to use missing gps sat data</title>
<updated>2009-11-22T08:52:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T08:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=06cebd1026dc1bd6ee51526fa2d02905df3b3b37'/>
<id>urn:sha1:06cebd1026dc1bd6ee51526fa2d02905df3b3b37</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-postflight: compute barometric alt for each GPS position</title>
<updated>2009-11-22T06:12:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T06:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9ada1b538af3308e1b22bd024d9204521184173'/>
<id>urn:sha1:a9ada1b538af3308e1b22bd024d9204521184173</id>
<content type='text'>
Print that to the --gps file, and use that in the --kml file for the
altitude. Gives a very different picture of our flight tracks,
presumably far more accurate (at least in altitude).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Don't crash if --plot isn't passed on ao-postflight command line</title>
<updated>2009-11-22T06:11:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T06:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b84b634d9ae8ce6ab1c02833a3ed8514404e1ca3'/>
<id>urn:sha1:b84b634d9ae8ce6ab1c02833a3ed8514404e1ca3</id>
<content type='text'>
Crashing is not nice.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Fix --plot arg handling. Add -all option.</title>
<updated>2009-11-22T05:09:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T05:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1e7fb61700f1f6f2ed5fdbc4380d7187b0cd187b'/>
<id>urn:sha1:1e7fb61700f1f6f2ed5fdbc4380d7187b0cd187b</id>
<content type='text'>
The --plot file name handing is special as the library wants a
filename instead of a stdio file pointer.

Add a --all option that just creates all of the possible outputs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Make ao-postflight create filenames using input filenames.</title>
<updated>2009-11-22T04:37:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T04:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=238d03462a56dc1b7c871608cb00f961a88c1b97'/>
<id>urn:sha1:238d03462a56dc1b7c871608cb00f961a88c1b97</id>
<content type='text'>
Instead of requiring the user to provide names for the various output
options, just create them from the input name by replacing the extension.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Document ao-postflight --gps and --kml options.</title>
<updated>2009-11-22T04:37:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T03:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1a3b4c02a01187f8b7b9a9c97712476d0007ab35'/>
<id>urn:sha1:1a3b4c02a01187f8b7b9a9c97712476d0007ab35</id>
<content type='text'>
These were missing from the man page, but included in the --help output.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add GPS date/time output to ao-postflight.</title>
<updated>2009-11-20T20:10:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-20T19:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8065b8146a31438e66f83c13b99281ec47439a73'/>
<id>urn:sha1:8065b8146a31438e66f83c13b99281ec47439a73</id>
<content type='text'>
GPS date/time information was already being stored in the log, it just
wasn't getting displayed by ao-postflight.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
