MoonECIElements:

Path: LunarMissions/LunarEphemeris

% Computes the moon ECI elements
 Uses the state of the moon from a single epoch to compute elements. Type
 MoonECIElements for a comparison with MoonV1 and MoonV2.
--------------------------------------------------------------------------
	Form:
   [el, jD] = MoonECIElements
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   None

   -------
   Outputs
   -------
   el      (1,6)   [a i W w e M]
   jD      (1,1)   Epoch  of elements

--------------------------------------------------------------------------
   Reference: JPL Horizons, https://ssd.jpl.nasa.gov/horizons.cgi (2020)
--------------------------------------------------------------------------

Children:

Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/RV2El
SC: Ephem/MoonV1
SC: Ephem/MoonV2
Common: Graphics/Plot2D
Common: Graphics/TimeLabl

Back to the LunarMissions Module page