浏览代码

a simple man page

tags/v1.2
Thierry Leconte 21 年前
父节点
当前提交
ba1024c860
共有 1 个文件被更改,包括 29 次插入0 次删除
  1. +29
    -0
      atpdec.1

+ 29
- 0
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

正在加载...
取消
保存