You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 4 years ago | |
Montserrat-Regular.otf | 4 years ago | |
README.md | 3 years ago | |
requirements.txt | 4 years ago | |
satnogs-logo.png | 4 years ago | |
update.py | 3 years ago |
README.md
SatNOGS Demo Display
A hacky python script rendering the waterfall of the latest SatNOGS observation, to a nice info graphic. Currently limited to a fixed resolution of 1280x1024.
Install
python3 -m venv virtenv
source virtenv/bin/activate
pip install -r requirements.txt
Usage
- Run update.py once a minute. e.g. using cron
- Run something to display the resulting waterfall.png. e.g.
feh -F --reload 30.0 waterfall.png
- Fun & Profit