LunarMissionSim:

% Lunar transfer simulation
 Demonstrates an elliptical transfer orbit to the moon and orbit
 insertion. The moon's orbit is approximated as circular and the 
 transfer orbit is in the plane of the moon's orbit.
 The insertion is computed and the orbit around the moon simulated. 

  ------------------------------------------------------------------------
  See also RPRA2AE, OrbMnvrInsertion, RVOrbGen, Constant, Plot2D, 
  TimeLabl, Period, RV2El, RK4
  ------------------------------------------------------------------------
%
--------------------------------------------------------------------------
   Copyright (c) 2014 Princeton Satellite Systems
   All Rights Reserved.
--------------------------------------------------------------------------

Children:

Common: Database/Constant
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/TimeLabl
Math: Integration/RK4
Math: Linear/Mag
Orbit: OrbitCoord/RPRA2AE
Orbit: OrbitManeuver/OrbMnvrInsertion
Orbit: OrbitMechanics/RVOrbGen
SC: BasicOrbit/Period
SC: BasicOrbit/RV2El