-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
satellite.find_events calculates wrong setting time if the altitude_degrees parameter is >=45 degrees #1000
Comments
Well — drat! Looks like the search routine will require some rethinking for cases like yours: So what's the problem? Here's a comment in
It looks like I'll think through whether Thanks for the report! I hadn't run across this case. |
Thank's for you qick and kind answer! I've got the problem. Based on your explanation and for my particular case I've just tried to make the time interval wider (by moving t0 to an earlier date) and the calculations for that concrete satellite pass were correct. |
@brandon-rhodes - is this likely to cause problems with missing events for short passes? I've started finding rare cases where a satellite:
An example printing timestamp, event pairs:
I can raise a separate issue if not, or give more details here if useful to test. |
Hi! I'm doing a scientific research and writing a QGIS plugin where I need to define when certain satellites' pass over some target points. There is a limitation, that altitude ot the sattelite should be higher than 50 degrees.
When experimenting with altitude_degrees parameter in satellite.find_events everythings seems to be forking fine. But when this parameter is changed to be >=45 degrees, the setting time is the same and far from reality (rising and culminationg events are still being calculated correctly). Is there any solution or am I doing smth wrong?
The text was updated successfully, but these errors were encountered: