A high quality, easy to use HRPT decoder.
See the wiki.
Compiled builds for Linux and Windows are available from the releases page.
For those who wish to compile from source you will need qtbase5-dev (at least 5.14), libcorrect, muparser and libpredict installed. After that you can compile with:
mkdir build && cd build
cmake ..
makeYou may also wish to symlink the configuration files into the build directory:
# Assuming you are in LeanHRPT-Decode/build
ln -s ../presets.ini ..
ln -s ../calibration.ini ..
ln -s ../projection.ini ..And then run the resulting binary.
FengYun-3B with the "NCSWIR" preset |
MetOp-C 321 with a map overlay |
|---|---|
Projected NOAA IR image |
![]() MHS 112 Composite with "brightness only" equalization |
Input files should be:
- NOAA - raw data, bi-phase/manchester decoded or raw16
- Meteor - raw data, bi-phase/manchester decoded or CADUs (deframed)
- MetOp - output from viterbi, CADUs (deframed, derandomized with RS applied) or VCDUs
- FengYun - output from viterbi, CADUs (deframed, derandomized with RS applied) or VCDUs
- Reed Solomon - adapted from
libsathelper - Geotranslation code - taken from
MeteorDemod



