BarycenterEarthMoon:

Path: LunarMissions/LunarCoord

% Computes the ECI position of the Earth-Moon Barycenter.
   Uses MoonV1 for ephemeris and Constant to look up the gravitational 
   parameters.
--------------------------------------------------------------------------
   Form:
   b = BarycenterEarthMoon( jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD             (1,:)      Julian date (days)

   -------
   Outputs
   -------
   b              (3,:)      Barycenter

--------------------------------------------------------------------------

Children:

SC: Ephem/MoonV1
Common: Database/Constant
Common: Graphics/Plot3D
Common: Time/JD2000

Back to the LunarMissions Module page