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

No capture #23

Closed MammaMia2020 closed 4 years ago

MammaMia2020 commented 4 years ago

Hi and thanks for this script! This morning I try to receive METEOR, but despite it having passed over my head, I don't know if the software has started receiving. Yesterday everything worked, not this morning. The only image produced is from NOAA, but only a small piece.

Checking with ORBITRON, I don't find myself with the dates and times. Latitude and longitude is correct.

If I start "predict", only the page opens to configure latitude and longitude and the menu for the other functions does not appear.

Is it a bug?

2020-07-16_164127

This is the NOAA image cutted

NOAA1920200716-073431-MCIR-precip

And this is the problem with predict

2020-07-16_164640

I just see this screen:

2020-07-16_164651

reynico commented 4 years ago

Hi, there's a check here: https://github.com/reynico/raspberry-noaa/blob/master/receive_meteor.sh#L12-L15 to avoid low sun elev passes of Meteor since the IR radiometers seems to be broken. If you want to receive and decode all passes just comment or delete the line 14 (exit 0)

Crosswalkersam commented 4 years ago

@MammaMia2020

To fix the issue with predict, simply do this:

cd ~/.predict

and then download the missing files from github:

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.db

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.tle

wget https://raw.githubusercontent.com/kd2bd/predict/master/default/predict.qth

after that, run predict again, it should work now.