Computing satellite orbits with multiple TLEs #746
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
brandon-rhodes
May 10, 2022
Replies: 1 comment 3 replies
-
Alas, no. You will need to create your own function, probably with an |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
syk-hugo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alas, no. You will need to create your own function, probably with an
if
statement inside which selects theEarthSatellite
with the TLE that applies best for the time period you are interested in.