From ba1024c86060037e6cbdb1d4f740f7fd671eba02 Mon Sep 17 00:00:00 2001 From: Thierry Leconte Date: Sat, 11 Oct 2003 21:19:00 +0000 Subject: [PATCH] a simple man page --- atpdec.1 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 atpdec.1 diff --git a/atpdec.1 b/atpdec.1 new file mode 100644 index 0000000..e9ecf0d --- /dev/null +++ b/atpdec.1 @@ -0,0 +1,29 @@ +.TH ATPDEC 1 "Atpdec ATP satellite image decoder" +.SH NAME +atpdec +.SH OVERVIEW +atpdec is a decoder for NOAA ATP images. It takes soundfiles recorded from an ATP receiver and convert them into .png images. +.SH SYNOPSIS +.B atpdec +.I "[options]" soundfiles ... +.SH OPTIONS +.TP +.br +.B \-c file.png +Use a private colormap for false color generation. Default : Internal colormap. +.TP +.br +.B \-i [r|a|b|c] +Toggle raw (r) , channel A (a) , channel B (b) or false color (c) output. +Default : "abc" +.TP +.br +.B \-d directory +Optional images destination directory. Default : sounfile directory. +.SH EXAMPLE +atpdec -d image -i ac *.wav + +.br +Will process all .wav files in the current directory, generate only channel A and false color images and put them in the image directory. +.SH AUTHOR +Thierry Leconte