Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 20 gadiem
pirms 20 gadiem
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ATPDEC README (Thierry Leconte 2003)
  2. DESCRIPTION
  3. Atpdec is an open source program that decodes images transmitted by POES
  4. NOAA weather satellite series.
  5. These satellites transmit continuously, among other things, medium
  6. resolution images of the earth on 137Mhz.
  7. These transmissions could be easily received with an inexpensive antenna
  8. and dedicated receiver.
  9. Output from such a receiver, is an audio signal that could be recorded
  10. into a soundfile with any soundcard.
  11. Atpdec will convert these sounfiles into .png images.
  12. For each soundfile up to 6 images could be generated :
  13. 1. Raw image : contains the 2 transmitted channel images + telemetry
  14. and synchro pulses.
  15. 2. Calibrated channel A image
  16. 3. Calibrated channel B image
  17. 4. Temperature compensed I.R image
  18. 5. False color image
  19. 6. pixel distribution statistique (usefull for false color cmap debugging).
  20. Input soundfiles must be mono signal sampled at 11025 Hz.
  21. Atpdec use libsnd to read soundfile, so any sound file format supported by libsnd
  22. could be read.(Only tested with .wav file).
  23. COMPILATION
  24. Atpdec is written in plain standart C and must be very portable.
  25. It was only tested on Linux Suse 8.2, but must work on any Unix platform.
  26. Just adapt the Makefile and type make (sorry no configure).
  27. atpdec use libsnd, libpng and libm.
  28. snd.h and png.h header must be present on your system.
  29. If they are not on standard path, edit the include path in the Makefile.
  30. USAGE
  31. see atpdec.1 man page.