Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / micropeak / micropeak.1
1 .\"
2 .\" Copyright © 2013 Keith Packard <keithp@keithp.com>
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful, but
10 .\" WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 .\" General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License along
15 .\" with this program; if not, write to the Free Software Foundation, Inc.,
16 .\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
17 .\"
18 .\"
19 .TH MICROPEAK 1 "micropeak" ""
20 .SH NAME
21 micropeak \- MicroPeak logging altimeter download and analysis
22 .SH SYNOPSIS
23 .B "micropeak"
24 .SH DESCRIPTION
25 .I micropeak
26 connects to a MicroPeak USB adapter for MicroPeak data download.
27 It provides a menu-oriented
28 user interface to download and analyze data logged on a MicroPeak
29 altimeter.
30 .SH USAGE
31 When connected to a MicroPeak USB adapter,
32 .I micropeak 
33 can download data from a MicroPeak device, save it to a file and graph
34 data from saved files.
35 .P
36 A number of other menu options exist, including the ability to export flight
37 data in different formats.
38 .SH FILES
39 All data log files are recorded into a user-specified directory
40 (default ~/AltusMetrum). Files are named using the current date and a
41 unique flight number with a '.mpd' extension.
42 .SH AUTHOR
43 Keith Packard