EarthHelioState:

Path: Orbit/Interplanetary

% Compute the position and velocity of Earth in the heliocentric frame.
   Uses SunV1 and a first difference for velocity.

   Since version 2014.1
--------------------------------------------------------------------------
   Form:
   [rHE, vHE] = EarthHelioState( jD )
--------------------------------------------------------------------------

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

   -------
   Outputs
   -------
   r           (3,1)	Position heliocentric
   v           (3,1)	Velocity heliocentric

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

Children:

SC: Ephem/CEcl2Eq
SC: Ephem/SunV1
Common: Time/DTSToDTA
Common: Time/Date2JD
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the Orbit Module page