ObOfE:

Path: SC/Ephem

% Computes the mean obliquity of the ecliptic of date.
   (with respect to the mean equator of date)
   Rounds to 6 decimal places.

--------------------------------------------------------------------------
   Form:
   x = ObOfE( T )
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   x	(1,:)  The obliquity of the ecliptic (degrees)

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

Children:

Common: Time/Date2JD
Common: Time/JD2T

Back to the SC Module page