tdbjuliandate
Convert from Terrestrial time to Barycentric Dynamical Time (TDB) Julian date
Description
returns an estimate of the Julian date for Barycentric Dynamical Time (TDB). These
estimations are valid for the years 1980 to 2050.jdtdb
= tdbjuliandate(terrestrial_time
)
[
additionally returns the difference between Barycentric Dynamical Time and
Terrestrial Time (TT-TDB) in seconds.jdtdb
,tttdb
]
= tdbjuliandate(terrestrial_time
)
Examples
Input Arguments
Output Arguments
Limitations
Fundamentals of Astrodynamics and Applications[1] indicates an accuracy of 50 microseconds, which this function cannot achieve due to numerical issues with the values involved.
References
[1] Vallado, D. A., Fundamentals of Astrodynamics and Applications, New York: McGraw-Hill, 1997.
Version History
Introduced in R2015a