GithubHelp home page GithubHelp logo

mcanthony / aptdec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bkerler/aptdec

1.0 3.0 0.0 260 KB

NOAA APT decoder (WIP)

License: GNU General Public License v2.0

Makefile 0.85% C 99.15%

aptdec's Introduction

ATPDEC README (Thierry Leconte F4DWV (c) 2004-2009)

DESCRIPTION

Atpdec is an open source program that decodes images transmitted by POES 
NOAA weather satellite series.
These satellites transmit continuously, among other things, medium 
resolution images of the earth on 137Mhz.
These transmissions could be easily received with an inexpensive antenna 
and dedicated receiver.
Output from such a receiver, is an audio signal that could be recorded 
into a soundfile with any soundcard.

Atpdec will convert these sounfiles into .png images.

For each soundfile up to 6 images could be generated :

    1. Raw image : contains the 2 transmitted channel images + telemetry 
and synchro pulses.
    2. Calibrated channel A image
    3. Calibrated channel B image
    4. Temperature compensed I.R image
    5. False color image

Input soundfiles must be mono signal sampled at 11025 Hz.
Atpdec use libsndfile to read soundfile, so any sound file format supported by libsndfile
could be read.(Only tested with .wav file).

COMPILATION

Atpdec is written in plain standart C and must be very portable.
It was only tested on Linux Fedora , but must work on any Unix platform.
Just adapt the Makefile and type make (sorry no configure). 

atpdec use libsndfile, libpng and libm.
snd.h and png.h header must be present on your system.
If they are not on standard path, edit the include path in the Makefile.

USAGE

atpdec [options] soundfiles ...

OPTIONS

	-i [r|a|b|c|t]
	Toggle raw (r) , channel A (a) , channel B (b) , false color (c) ,
	or temperature (t) output.
	Default : "ac"

	-d directory
	Optional images destination directory.
	Default : soundfile directory.

	-s n
	Satellite number 15 to 19 
	Used for Temperature compensation.
	Default :  NOAA-19

	-c conf_file
	Use configuration file for false color generation.
	Default : Internal parameters.

OUTPUT

Generated image are in png format, 8bits greyscale for raw and channel A|B images,
24bits RVB for false color.

Image names are soundfilename-x.png, where x is :
        -r for raw images
        -satellite instrument number (1,2,3A,3B,4,5) for channel A|B images
        -c for false colors.

EXAMPLE

atpdec -d image -i ac *.wav

Will process all .wav files in the current directory, generate only channel A and false color images and put them in the image directory.

aptdec's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.