PlotLunarOrbit:

Path: LunarMissions/LunarMission

% Plot a 3D orbit around the moon.

 The terrain magnification factor increases the height of the terrain
 making it easier to see. 

 Type PlotLunarOrbit for a demo.
--------------------------------------------------------------------------
   Form:
   PlotLunarOrbit( rECI, jD, uSun, magF )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   rECI    (3,:)  ECI frame orbit (km)
   jD      (1,:)  Julian date (day)
   uSun    (3,:)  Sun vector
   thrust  (3,:)  Thrust Vectors
   magF    (1,1)  Terrain magnification factor

   -------
   Outputs
   -------
   None

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