SatNOGS 2024-10-03, File No.94 のデータには、"C0C010" で連結されている部分が
多々あったので、事前にこれを手作業でカットし、赤字のように整形してからいつも
のようにruby構文を作成し、Terminal からシェルスクリプトを実行し、次図を得た。
綺麗な地球写真にならないのは、衛星側に何か機械的な問題があるように思う。
The data in SatNOGS 2024-10-03, File No.94 contained many parts linked with
"C0C010", so I manually cut these out in advance. After formatting it as
shown in red, I created the Ruby syntax as usual, then ran the shell script
from Terminal to get the following image. I think there is probably some
mechanical problem with the satellite, so I think this is why we can't take
beautiful photos of the Earth. (Tnx>JH4XSY/1)
[ext094.rb]
> for i in 0..0x169
> printf("grep 3EF053CCFF94%04X 41003_c0c010_cut.csv | head -1 | cut -c 65-186 >> 41003_cut.hex\n", i)
> end
[Terminal]
> [0361] decimal = [0169] hexadecimal
> save above [ext094.rb]
$ ruby ext094.rb
$ ruby ext094.rb > 41003skr.sh
$ sh 41003skr.sh
$ cat 41003_cut.hex > 41003skr.hex
$ tr -d '\n' < 41003skr.hex > 41003skr-oneline.hex
$ cat 41003skr-oneline.hex | xxd -r -p > 41003skr-completion.jpg