easiest/easier way to find dates covered by a given .bsp? #566
davidmikolas
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Take a look at the https://rhodesmill.org/skyfield/planets.html#choosing-an-ephemeris I think you'll find that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this belongs here as a discussion or should be posted as an issue, I'll try it here first.
I've just loaded de405 because Neptune can't even orbit the Sun once in de421. Now I want to know the first/last dates covered by de405 in some nicer way than trying some dates and getting errors.
returns a ~4,400 character string and I can print it and scroll through and find
but is there a more direct and/or easy way to get these times using python? Maybe
ts(eph.begin_time)
andts(eph.end_time)
?Beta Was this translation helpful? Give feedback.
All reactions