All Projects → Xerbo → LeanHRPT-Decode

Xerbo / LeanHRPT-Decode

Licence: GPL-3.0 License
An easy to use HRPT decoder.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to LeanHRPT-Decode

SatDump
A generic satellite data processing software.
Stars: ✭ 223 (+696.43%)
Mutual labels:  sdr
bbhtm
bare bone Hierarchial Temporal Memory
Stars: ✭ 14 (-50%)
Mutual labels:  sdr
gr-quetzal1
This repository includes the UHF specifications for Quetzal-1, information on demodulating and decoding beacons from the satellite, as well as a graphical application to view beacon data.
Stars: ✭ 19 (-32.14%)
Mutual labels:  sdr
UA3REO-DDC-Transceiver
DDC/DUC SDR Tranceiver project
Stars: ✭ 93 (+232.14%)
Mutual labels:  sdr
gr-ccsds
GNU Radio module for Reed Solomon coded CCSDS frames
Stars: ✭ 32 (+14.29%)
Mutual labels:  sdr
deinvert
A voice inversion descrambler (and scrambler).
Stars: ✭ 80 (+185.71%)
Mutual labels:  sdr
nfc-laboratory
NFC signal and protocol analyzer using SDR receiver
Stars: ✭ 41 (+46.43%)
Mutual labels:  sdr
SoapyBladeRF
Soapy SDR plugin for the Blade RF
Stars: ✭ 16 (-42.86%)
Mutual labels:  sdr
1bitSDR
Minimal SDR with Lattice MachXO2 FPGA. And a port to Cyclone3 by Steven Groom
Stars: ✭ 53 (+89.29%)
Mutual labels:  sdr
cariboulite
CaribouLite turns any 40-pin Raspberry-Pi into a Tx/Rx 6GHz SDR
Stars: ✭ 785 (+2703.57%)
Mutual labels:  sdr
rtl433 influx
dump everything your rtl-sdr receives on 433MHz into an InfluxDB for easy graphing -- superseded by `rtl433 -F influx`
Stars: ✭ 27 (-3.57%)
Mutual labels:  sdr
nrsc5-dui
An enhanced, user-friendly version of nrsc5-gui that is not heavily dependent upon Python processing for audio generation.
Stars: ✭ 49 (+75%)
Mutual labels:  sdr
Thrifty
Thrifty is proof-of-concept SDR software for TDOA positioning using inexpensive SDR hardware such as the RTL-SDR.
Stars: ✭ 44 (+57.14%)
Mutual labels:  sdr
smallrx
📻 amateur radio receiver in <100 code lines
Stars: ✭ 56 (+100%)
Mutual labels:  sdr
HamLTE
4G LTE software radio implementation for radio amateurs
Stars: ✭ 33 (+17.86%)
Mutual labels:  sdr
pluto-gps-sim
PLUTO-GPS-SIM generates a GPS baseband signal IQ data stream, which is then transmitted by the software-defined radio (SDR) platform ADALM-Pluto.
Stars: ✭ 74 (+164.29%)
Mutual labels:  sdr
falcon
FALCON - Fast Analysis of LTE Control channels
Stars: ✭ 88 (+214.29%)
Mutual labels:  sdr
supersdr
SuperSDR: an advanced KiwiSDR client with CAT transceiver integration
Stars: ✭ 21 (-25%)
Mutual labels:  sdr
KS-1Q
Opensat first generation cubesat bus, launch into orbit at 2016/11/11
Stars: ✭ 22 (-21.43%)
Mutual labels:  sdr
Virgo
📡 Virgo: A Versatile Spectrometer for Radio Astronomy
Stars: ✭ 85 (+203.57%)
Mutual labels:  sdr

LeanHRPT Decode

Build

LeanHRPT is an easy to use and powerful tool for the manipulation of Level 0 HRPT data. Also see LeanHRPT Demod.

Screenshot of LeanHRPT's GUI

Usage

See the wiki.

FAQ

Map overlays don't work

You need GDAL installed, see the wiki

Installation

Compiled builds for Linux and Windows are available from the releases page.

Building from source

For those who wish to compile from source you will need qtbase5-dev (at least 5.14), muparser and libpredict installed. After that you can compile with:

mkdir build && cd build
cmake ..
make

You 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
ln -s ../gradients.ini
ln -s ../logo128.png

And then run the resulting binary. Alternatively, to install system wide:

sudo make install

Example results

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 file format

Input files should be:

  • NOAA - raw data, raw16 or HRP
  • Meteor - raw data
  • MetOp - CADUs or VCDUs
  • FengYun - CADUs or VCDUs

Credits

  • Geotranslation code - taken from MeteorDemod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].