Confusion about Julian Date #804
-
Hi there, I am trying to do some LTAN calculations for a SSO orbit satellite and while comparing against beyond and orbit-predictor I came across some discrepancies. Following script depicts the difference:
which returns:
As can be seen
Can someone explain why epoch's tt (Terrestrial Time (TT) as a Julian date.) is different in Skyfield compared to beyond. How does tt vs Similarly, to do LTAN computations
Thanks a lot in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Epochs are expressed in UTC, not TT. You can learn more about the different timescales that Skyfield supports here, which will hopefully answer your questions: https://rhodesmill.org/skyfield/time.html#uniform-time-scales-tai-tt-and-tdb |
Beta Was this translation helpful? Give feedback.
-
@brandon-rhodes thanks for the link. Reading that I understand the need for different nuances but I guess my confusion is more fundamental. Following script I believe explains my problem the best:
which prints
So basically we can recover the Is there a specific use for Another question: above script shows a way to go from tt to jd. What can I do for the opposite: jd --> tt? |
Beta Was this translation helpful? Give feedback.
Epochs are expressed in UTC, not TT. You can learn more about the different timescales that Skyfield supports here, which will hopefully answer your questions:
https://rhodesmill.org/skyfield/time.html#uniform-time-scales-tai-tt-and-tdb