Image and Telemetry decoder for Geoscan-Edelveis satellite
First, download, setup and run geoscan soundmodem
https://r4uab.ru/program/modem/geoscan.zip
https://r4uab.ru/settings-soundmodem/
To start decoding, run GeoscanDecoder and press "Connect" button. Play FM demodulated signal and wait for result.
Out DirDirectory to store result images and telemetryServerHostname or IP-address of soundmodemPortPort of soundmodem (see in File -> Devices -> AGWPE Server Port)Merge modeWhen enabled, all new images data will store to one fileNew ImageForce a new image
Ctrl-QQuitF1Show About window, check if newer version available
Required at least Python 3.7
I recommend to use a virtual environment
Install required packages:
pip install -r requirements.txt
To run:
python -m GeoscanDecoder --ui
Required at least Python 3.7
I recommend to use a virtual environment
pip install -r requirements.txt
pip install pyinstaller
pyinstaller -y decoder.spec
The result build can be found in the dist folder
