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

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