1. [HADES-SA SSDV image using soundmodem and SDR++]
ssdv.exe update ver0.07
https://github.com/hobisatelit/ssdv2sat
https://community.libre.space/t/hades-sa-spinnyone-transmissions/14570
Install latest SSDV
$ cd ~
$ git clone https://github.com/fsphil/ssdv
$ cd ssdv
$ make
$ sudo make install
Download the latest script
$ cd ~
$ git clone https://github.com/hobisatelit/ssdv2sat.git && cd ssdv2sat
$ chmod 755 *.py
Install SoundModemcd
https://uz7.ho.ua/genesis800.zip
[Add in Home/.bashrc]
alias soundmodem_genesis800='wine ~/.wine/drive_c/hadesa/genesis800/soundmodem.exe'
alias kissgenesis='wine ~/.wine/drive_c/hadesa/genesis800/KISSGENESIS.exe'
Reboot Linux_PC
[first terminal]
Run genesis800
$ soundmodem_genesis800
[second terminal]
Run kissgenesis
$ kissgenesis
[third terminal]
Run rx.py
$ cd ~/ssdv2sat
$ ./rx.py --port 8100
Run SDR++
https://www.asahi-net.or.jp/~ei7m-wkt/numb1121.htm
https://www.ne.jp/asahi/hamradio/je9pel/sdr_plus.htm
2. [HADES-SA SSDV image using SatNOGS's csv_file]
https://www.amsat-ea.org/proyectos/
https://www.amsat-ea.org/app/download/14229523/hades-sa-spinnyone-satnogs-linux-x86.zip
On Linux, I discovered the method to generate a JPG images from
multiple .bin packets that make up HADES-SA's SSDV. In other words,
on Linux, following these process, we can generate a JPG image like
the one shown below from SatNOGS's csv_file.
Extract only .bin packets
$ chmod +x hades-sa-spinnyone-satnogs-linux-x86
$ ./hades-sa-spinnyone-satnogs-linux-x86 60417hda.csv
Convert SSDV to a JPG file
$ cat *.bin > combined.bin ... Combine the numbered .bin packets into one
$ ssdv -d combined.bin output.jpg ... Convert SSDV to a JPG file
image ID: 10(h)=16(d)
3. [Steps to convert SatNOGS's HADES-SA SSDV csv_file to JPG image on Linux]
(1) Login SatNOGS -> HADES-SA -> Data -> Data Export(Last week) -> Logout
(2) Save (long name).csv file in mailer to hades-sa folder and copy ssdv.exe
(3) Rename it to (short name).csv, eg. 60419hda.csv
(4) Extract only .bin packets using "hades-sa-spinnyone-satnogs-linux-x86"
$ chmod +x hades-sa-spinnyone-satnogs-linux-x86
$ cd ~/.wine/drive_c/hadesa/hades-sa-spinnyone-satnogs-linux-x86
$ ./hades-sa-spinnyone-satnogs-linux-x86 60419hda.csv
(5) > Many files with various extensions will be generated. Therefore, once,
> delete other files except .bin packets in the desired numerical order.
(6) Convert SSDV .bin to a JPG file
$ cat *.bin > combined.bin ... Combine the numbered .bin packets into one
$ ssdv -d combined.bin output.jpg ... Convert SSDV to a JPG file
Next: HADES-SA SSDV on Linux #2, image ID: 40(h)=64(D)~43(h)=67(d)