● (No.1134) RoseyCubesat-1 jpg creating on LINUX (2023年5月2日)
--------------------------------------------------------------
RoseyCubesat-1
Orbital Solutions Monaco
436.825MHz, 1k2/9k6_BPSK
[RoseyCubesat-1 jpg creating on LINUX_Ubuntu] #1, 25 May 2023
インストール試行錯誤の最後に、TypeError で行き詰まった。(解決)
Install bitstring and cv2 module in advance.
$ sudo apt update
$
Ubuntu + Wine on JE9PEL
14:02UTC,16Apr2023
13:05UTC,01May2023sudo apt install python3-bitstring
$ pip install bitstring
$ python3 -c "import bitstring; print( bitstring.__version__ )"
> 3.1.5 4.1.2
$ python3 -m pip install -U pip setuptools
$ python3 -m pip install opencv-python
$ python3 -c "import cv2; print( cv2.__version__ )"
> 4.7.0 4.8.1
Extract (zip) or (tar.gz) file in rosey forder
after downloading it from github site of UB1QBJ:
https://github.com/Foxiks/RoseyCubesat-1-Decoder/releases
> Run soundmodem_bpsk_9k6 software first using Wine.
$ cd ~/rosey/RoseyCubesat-1-Decoder-1.1/src
$ python3 decoder.py
TypeError:
> Traceback (most recent call last):
> File "decoder.py", line 85, in
SatNOGS + Wine + Soundmodem + Decoder + Vokoscreen
+ Shotcut + Export[30529ro2.mp4], on LINUX_Ubuntu
[RoseyCubesat-1 jpg creating on LINUX_Ubuntu] #3, 7 Jun 2023
Roseyを画像化する際、ちょっとしたことに気が付いた。
左は "Observation #7597434" (SatNOGS) のみ、
右は "Observation #7591263+7597434+7597475" の三つの Audio を
直列的に流して最後に "Ctrl+C" としたもの。比べてみると、右の方の
地球が遥かに濃くなっている。
[RoseyCubesat-1 re-install module], 11 Oct 2023
以前のLINUX環境では、「RoseyCubesat-1 decoder」 が起動しなかったので、
二つのモジュール bitstring, cv2 をアップデートしたところ、起動した。
SatNOGS 10月7日22時UTCのデータを解析して、地球画像の一部が得られた。
$ pip install bitstring
$ python3 -c "import bitstring; print( bitstring.__version__ )"
> 4.1.2
$ python3 -m pip install opencv-python
$ python3 -c "import cv2; print( cv2.__version__ )"
> 4.8.1
> Run soundmodem_bpsk_9k6 software first using Wine.
$ cd ~/rosey/RoseyCubesat-1-Decoder-1.1/src
$ python3 decoder.py -p 8000 -ip 127.0.0.1
SatNOGS + Wine + Soundmodem + Decoder + Vokoscreen
+ Shotcut + Export[31103ros.mp4], on LINUX_Ubuntu
[RoseyCubesat-1 tools] #1, 10 Nov 2023
"RoseyCubesat-1 jpg creating" について、新しい "RoseyCubesat-1 tools" を
用いて、png_creating (on LINUX_Ubuntu) を試してみた。 結果、素晴らしい。
https://github.com/radio-satellites/RoseyCubesat-1-tools/
$ cd ~/rosey/RoseyCubesat-1-tools-main
$ pip3 install -r requirements.txt
$ grep '^2023-11-03 09' 31110ros.csv > 2023-11-03_09.csv
$ python3 decode_imagery.py -f 2023-11-03_09.csv
> Start date: 0001-01-01 00:00:00 End date: 9999-12-31 23:59:59.999999
> Original frame count: 6862
> Filtered frame count: 6861
> Writing images...
[RoseyCubesat-1 tools] #2, 11 Nov 2023
互いにデータ欠損のあった '2023-11-02 22' および、'2023-11-03 09' を合体して
次の手順で、データ100% の綺麗な地球画像が得られた。
$ cd ~/rosey/RoseyCubesat-1-tools-main
$ grep '^2023-11-02 22' 31110ros.csv >> 2023-11-03_09.csv
$ grep '^2023-11-03 09' 31110ros.csv >> 2023-11-03_09.csv
$ python3 decode_imagery.py -f 2023-11-03_09.csv
> Start date: 0001-01-01 00:00:00 End date: 9999-12-31 23:59:59.999999
> Original frame count: 18036
> Filtered frame count: 18035
> Writing images...
[RoseyCubesat-1 modified_jpg creating], 30 Jan 2024
$ cd ~/rosey/RoseyCubesat-1-tools-main
$ grep '^2024-01-15 22' 40130ros.csv > 2024-01-15_22.csv
$ cut -c 1-230 2024-01-15_22.csv > 2024-01-15_22_modified.csv
$ python3 decode_imagery.py -f 2024-01-15_22_modified.csv
> Start date: 0001-01-01 00:00:00 End date: 9999-12-31 23:59:59.999999
> Original frame count: 10086
> Filtered frame count: 9934
> Writing images...
トップ へ戻る.
前のページ へ戻る.
次のページ へ移る.
ホームページ(目次) へ戻る.