A demodulator for weather satellites. Also see LeanHRPT Decode.
Compiled builds for Linux and Windows are available from the releases page.
And then see the wiki for how to use.
For those who wish to compile from source you will need qtbase5-dev, libcorrect, libsndfile1-dev, libsoapysdr-dev, libfftw3-dev and a C++11 compiler (tested with gcc, clang and MSVC) installed. After that you can compile with:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
makeYou can also enable some experimental features by adding -DEXPERIMENTAL=ON to cmake.
