-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
find_events on highly elliptical orbit satellite inconsistent #1017
Comments
Hi, TLE:
Observer location: 53°N, 5°E Calling the following code to find all passes/events between the start and end time (2 days) results in the following events being returned: Passes/Events:
So in this example the prediction has missed that passes have ended/new passes have started. It would be great if this could be fixed as its hard to know in production when this happens and can have significant impact when missed! I found a comment in the sgp4lib.py that might be a starting point to fixing this: |
Hi! Thanks for the work you've done on Skyfield. I'm using it to find rise/set times of objects, and recently came across this corner case(?) where the find_events method is giving incomplete results.
The track of the object that I noticed this on:
I wrote a small program to demo this behavior:
The output, trimmed a bit for brevity:
I would prefer to continue using Skyfield for finding rise and set events, and I don't think I'm doing anything wrong. Is this a bug/limitation in Skyfield? Are there intentional limitations here that I should work around?
Thanks again!
The text was updated successfully, but these errors were encountered: