EOfE:

Path: SC/Ephem

% Computes the equation of the equinoxes

   Since version 1.
--------------------------------------------------------------------------
   Form:
   [e, eps0, epsT, deltaPsi, deltaEps] = EOfE( T )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   T           (1,1) Julian centuries of 86400s dynamical time from j2000.0

   -------
   Outputs
   -------
   e           (1,1) Equation of the equinoxes (deg)
   eps0        (1,1) Mean obliquity     (deg)
   epsT        (1,1) True obliquity     (deg)
   deltaPsi    (1,1) Delta in longitude (deg)
   deltaEps    (1,1) Delta in obliquity (deg)

--------------------------------------------------------------------------
	References:	  The Astronomical Almanac for the Year 1993, U.S. Government
	              Printing Office, 1993, p. B6.
--------------------------------------------------------------------------

Children:

Common: Time/Date2JD
Common: Time/JD2T
Math: Trigonometry/CosD
SC: Ephem/NutDelta
SC: Ephem/ObOfE

Back to the SC Module page