GalileanSatelliteOrbits:

Path: SCPro/ProEphemeris

% Low precision orbits of the four major Galilean satellites. 
 Uses orbital elements which ignores all perturbations.
 The satellites are 'Io' 'Europa' 'Ganymede' 'Callisto'.
 The outputs are

   r[Io 3xn; Europa 3xn; Ganymeded 3xn; Callisto 3xn];
   v[Io 3xn; Europa 3xn; Ganymeded 3xn; Callisto 3xn];

--------------------------------------------------------------------------
   Form:
   [r,v,name] = GalileanSatelliteOrbits( jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   jD           (1,:) Julian day numbers

   -------
   Outputs
   -------
   r            (12,:) [x;y;z;x;y;z...]
   v            (12,:) [x;y;z;x;y;z...]
   name         {4}    Corresponding name

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

Children:

Common: Graphics/Map
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/Date2JD
Orbit: OrbitMechanics/RVOrbGen
SC: Visualization/PlotPlanet

Back to the SCPro Module page