MoonEl:

Path: SC/Ephem

% Computes the moon orbital elements with respect to the earth inertial frame.
 These elements are only valid for short term use. Use PlanetPosJPL
 for more accurate positions and velocities.
--------------------------------------------------------------------------
   Form:
   el = MoonEl( jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD            (1,1)  Julian Date

   -------
   Outputs
   -------
   el            (1,6)  Keplerian elements [a,i,L,w,e,M] (km,rad)

--------------------------------------------------------------------------
   Reference: Montenbruck, O., T. Fleger, "Astronomy on the Personal 
               Computer", Springer-Verlag, p 155.
               http://ssd.jpl.nasa.gov/?sat_elem
--------------------------------------------------------------------------

Children:

Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2T

Back to the SC Module page