You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

30 lines
793 B

  1. .TH ATPDEC 1 "Atpdec ATP satellite image decoder"
  2. .SH NAME
  3. atpdec
  4. .SH OVERVIEW
  5. atpdec is a decoder for NOAA ATP images. It takes soundfiles recorded from an ATP receiver and convert them into .png images.
  6. .SH SYNOPSIS
  7. .B atpdec
  8. .I "[options]" soundfiles ...
  9. .SH OPTIONS
  10. .TP
  11. .br
  12. .B \-c file.png
  13. Use a private colormap for false color generation. Default : Internal colormap.
  14. .TP
  15. .br
  16. .B \-i [r|a|b|c]
  17. Toggle raw (r) , channel A (a) , channel B (b) or false color (c) output.
  18. Default : "abc"
  19. .TP
  20. .br
  21. .B \-d directory
  22. Optional images destination directory. Default : sounfile directory.
  23. .SH EXAMPLE
  24. atpdec -d image -i ac *.wav
  25. .br
  26. Will process all .wav files in the current directory, generate only channel A and false color images and put them in the image directory.
  27. .SH AUTHOR
  28. Thierry Leconte