<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/Makefile.am, branch debian/1.8.4-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.4-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.4-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-10-03T02:33:37+00:00</updated>
<entry>
<title>altoslib: Add user-selectable filter width for data smoothing</title>
<updated>2017-10-03T02:33:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-10-03T02:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=98dc29a7a964f8d653b73989c6751695d168844c'/>
<id>urn:sha1:98dc29a7a964f8d653b73989c6751695d168844c</id>
<content type='text'>
Also switch smoothing window to Kaiser and change default accel filter
width to 1 second instead of 4 seconds.

Now users can play with the filter and see what it does.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Accel calibration UI</title>
<updated>2017-09-01T20:22:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-12T03:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=558a143315f0345b79cc4f22aa4b643fedcded9c'/>
<id>urn:sha1:558a143315f0345b79cc4f22aa4b643fedcded9c</id>
<content type='text'>
Provides a GUI for re-calibrating accelerometers

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Rename AltosEepromNew to AltosEeprom</title>
<updated>2017-06-13T17:46:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4f1fa544f1cb21070c9d79c81ebae0fb71d77db'/>
<id>urn:sha1:e4f1fa544f1cb21070c9d79c81ebae0fb71d77db</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Remove old AltosEeprom.java code</title>
<updated>2017-06-13T17:43:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-06-13T17:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e586ab3604bb695c36ae86c95f533197522fc65'/>
<id>urn:sha1:0e586ab3604bb695c36ae86c95f533197522fc65</id>
<content type='text'>
No longer in use

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create data file open helper in AltosLib</title>
<updated>2017-05-28T21:04:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-28T21:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=da914cd72411af8c36af05b13c11b9093c8a378c'/>
<id>urn:sha1:da914cd72411af8c36af05b13c11b9093c8a378c</id>
<content type='text'>
Use InputStream everywhere, instead of Reader.
Create private string input stream as java one is deprecated.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib/altosui: More work towards using AltosFlightSeries for analysis</title>
<updated>2017-05-26T05:37:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-26T05:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=222158581887b5f9e8b9843d14321c313fa023fa'/>
<id>urn:sha1:222158581887b5f9e8b9843d14321c313fa023fa</id>
<content type='text'>
Graphing and CSV seem complete now; stats still missing lots of stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Do data analysis on raw values rather than AltosState</title>
<updated>2017-05-26T00:24:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-26T00:24:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f26cfe417c6977cf1e7e75a4f050e25f64d41859'/>
<id>urn:sha1:f26cfe417c6977cf1e7e75a4f050e25f64d41859</id>
<content type='text'>
Use AltosFlightSeries instead of a sequence of AltosState records when
processing saved data. This provides a better way of doing filtering
and plotting.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create new abstraction underneath AltosState for recording values</title>
<updated>2017-05-20T04:41:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-12T00:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=258808d296aeadaf150fa9b07e9c99a6bf1ca7c8'/>
<id>urn:sha1:258808d296aeadaf150fa9b07e9c99a6bf1ca7c8</id>
<content type='text'>
Provides a way for the graph API to see raw data values, instead of
those cooked by AltosState.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: include TimeSeries code in build</title>
<updated>2017-05-20T04:40:30+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2017-05-11T18:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9aa2d3558c77eb444223eaa747c75916bc7bac1'/>
<id>urn:sha1:a9aa2d3558c77eb444223eaa747c75916bc7bac1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: Another bit of altoslib for the old eeprom stuff</title>
<updated>2017-05-13T22:29:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-05-10T21:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ad767dd6b6c8d99bbe4b688e8cdbc230e01a7dc'/>
<id>urn:sha1:5ad767dd6b6c8d99bbe4b688e8cdbc230e01a7dc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
