More than one ephemeris file at the same time #1045
-
Is it allowed to do something like this? t = ts.now()
eph1 = load('de440s.bsp')
eph2 = load('mar097.bsp')
x = eph1['moon'].at(t).observe(eph2['phobos']) (This is to make the example short. There is no special sense in it besides using different ephemeris files) |
Beta Was this translation helpful? Give feedback.
Answered by
brandon-rhodes
Feb 25, 2025
Replies: 1 comment 1 reply
-
Yes, it's allowed! (Did you get an error when you tried?) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roe-dl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's allowed! (Did you get an error when you tried?)