Path: Missions/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 --------------------------------------------------------------------------
AC: ACData/ACTConstants SC: BasicOrbit/RVFromKepler SC: Ephem/LoadLunarTopography SC: Ephem/MoonRot SC: Ephem/RSHMoon SC: SCData/gltm2b SC: SCData/sCTConstants SCPro: ProTools/PlanetWithTerrain Common: CommonData/Constants Common: CommonData/SwooshWatermark Common: CommonData/xSplashSmall Common: Database/Constant Common: General/CellToMat Common: General/DeBlankLT Common: General/DeleteCell Common: General/MatToCell Common: General/Watermark Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/Plot3D Common: Graphics/PltStyle Common: Graphics/TimeLabl Common: Graphics/TitleS Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/DTSToDTA Common: Time/Date2JD Math: Analysis/PAL Math: Analysis/SCHarm Math: Linear/DupVect Math: Linear/Factorl Math: Linear/Mag Math: Linear/Unit
Back to the Missions Module page