reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Not an Issue: METEOR-M M2 IR channel activated #44

Closed HZ1SF closed 3 years ago

HZ1SF commented 3 years ago

Hi @reynico , I don;t know if you heard but I have seen multiple accounts on twitter posting photos from METEOR-M M2 at night because of the activation of the IR channel. Is there anything we need to do to receive these transmissions?

reynico commented 3 years ago

Hi! I'll push an update to decode the APID 68

HZ1SF commented 3 years ago

Thanks @reynico , when you're done can you please explain what do we need to do? Will I need to redo the whole installation or something else? please forgive my noobness.

reynico commented 3 years ago

Hi @saudfs just update your master copy

cd ~/raspberry-noaa
git fetch && git pull

Recent changes includes a fix on rectify (I've also open a PR on upstream https://github.com/dbdexter-dev/meteor_rectify/pull/4) and enable receive_meteor.sh to parse the .dec file just on APID 68 (IR Channel)

ghost commented 3 years ago

Fantastic, thanks a lot Nico, I'll update in a few seconds.

ghost commented 3 years ago

Nico, I've just posted Meteor image on Twitter (night time here in Italy) but the result is black.

HZ1SF commented 3 years ago

Thanks @reynico , I'll do that now.

reynico commented 3 years ago

Hi @Indr1d-C0ld ! could you please upload the .dec file somewhere so I can check over it?

ghost commented 3 years ago

Sure my friend:

https://drive.google.com/file/d/1TMD-CjrmgiIbBXzqpk2K0orIw75RFuWX/view?usp=sharing

reynico commented 3 years ago

Yes, seems like the bmp to jpg conversion brokes something important at the image file (maybe screwed up headers?)

I pushed a last time commit to fix that: https://github.com/reynico/raspberry-noaa/commit/c842323a22c4f89d4b95fc805df75ca0b115d465

It just feeds rectify with the raw BMP file instead of converting to JPG then moving to rectify

ghost commented 3 years ago

Perfect, awesome work and fast too... keep in touch dear dev, in the meanwhile I've modified those 2 lines in receive_meteor.sh

reynico commented 3 years ago

Great! I'll close this issue for now, feel free to re open it if needed