Path: Common/Time
% Converts barycentric dynamical time Used as time-scale of ephemerides referred to the barycentre of the solar system to terrestrial dynamic time. -------------------------------------------------------------------------- Form: tT = TDB2TT( tDB, jD ) -------------------------------------------------------------------------- ------ Inputs ------ tDB (:,:) Terrestrial dynamic barycenter time jD (:,:) Julian date (days) ------- Outputs ------- tT (:,:) Terrestrial (dynamic) time -------------------------------------------------------------------------- References: The Astronomical Almanac for the Year 1993, U.S. Government Printing Office,1993, p. B5. --------------------------------------------------------------------------
Math: MathUtils/RoundN Math: Trigonometry/SinD
Back to the Common Module page