BarycenterEarthMoon:

Path: Orbit/OrbitCoord

% 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:

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

Back to the Orbit Module page