Quick and dirty script to generate a waterfall PNG from a SatNOGS satellite manual observation. https://spacecruft.org/spacecruft/satnogs-waterfall
Go to file
Jeff Moe ff7cb773a8 waterfall2png 2022-06-03 09:20:20 -06:00
LICENSE waterfall2png 2022-06-03 09:20:20 -06:00
README.md waterfall2png 2022-06-03 09:20:20 -06:00
waterfall2png waterfall2png 2022-06-03 09:20:20 -06:00

README.md

waterfall2png

waterfall2png will take a satellite recording, such as from the Libre Space Foundation's SatNOG network, and convert it into a PNG.

This script is just a few lines added to upstream's satnogs-client waterfall.py to make it easier for command line processing.

Use

Install Python dependencies to your taste, such as:

sudo apt update
sudo apt install python3-pip
pip install --user matplotlib numpy

Change these two lines to your input data and output PNG:

datafile_path='receiving_waterfall_.ogg'
figure_path="waterfall.png"

Then run:

./waterfall2png

Reference

https://community.libre.space/t/creating-waterfall-images-from-satnogs-generated-dat-file/8479

Upstream

Status / Disclaimer

I have no idea if this is doing what it should.

LICENSE

Same as upstream, AGPLv3.