Path: SC/Ephem
% Computes the matrix from mean of Aries 2000 to earth fixed frame.
Uses EarthRot, EarthNut, and EarthPre in sequence.
--------------------------------------------------------------------------
Form:
[c, g, n, p] = TruEarth( T, useEofE )
--------------------------------------------------------------------------
------
Inputs
------
T (1,1) Julian centuries of 86400s dynamical time from j2000.0
useEofE (1,1) If entered will use the equation of the equinoxes
for the earth rotation matrix
-------
Outputs
-------
c (3,3) Matrix from Mean of 2000.0 to earth fixed
g (3,3) Greenwich matrix
n (3,3) Nutation matrix
p (3,3) Precession matrix
--------------------------------------------------------------------------
References: Seidelmann, ed. The Explanatory Supplement to the Astronomical
Almanac, University Science Books, 1992, p. 20.
--------------------------------------------------------------------------
SC: Ephem/EarthNut SC: Ephem/EarthPre SC: Ephem/EarthRot Common: Time/Date2JD Common: Time/JD2T
Back to the SC Module page