Path: Missions/LunarMission
% Computes visibility of a satellite in lunar orbit. Uses the Clementine surface model. The orbit is in the inertial frame but lunar centric. Type LunarVisibility for a demo. -------------------------------------------------------------------------- Form: kVis = LunarVisibility( lat, lon, jD0, r, t, nH ) -------------------------------------------------------------------------- ------ Inputs ------ lat (1,1) Latitude of the ground target (rad) lon (1,1) Longitude of the ground target (rad) jD0 (1,1) Julian data of start (days) r (3,:) ECI frame orbit (rad) t (1,:) Times corresponding to points in r (s) nH (1,1) Number of harmonics in the surface model (72 maximum) ------- Outputs ------- kVis (1,:) 1 if the satellite is visible, 0 if not -------------------------------------------------------------------------- See also RSHMoon. --------------------------------------------------------------------------
AC: ACData/ACTConstants AerospaceUtils: Coord/LatLonToR AerospaceUtils: Coord/U2RADec Orbit: OrbitCoord/RPRA2AE Orbit: OrbitCoord/SLR Orbit: OrbitMechanics/RVOrbGen SC: BasicOrbit/CP2I SC: BasicOrbit/E2M SC: BasicOrbit/E2Nu SC: BasicOrbit/M2E SC: BasicOrbit/M2EApp SC: BasicOrbit/M2EEl SC: BasicOrbit/M2EHy SC: BasicOrbit/Nu2E SC: BasicOrbit/Nu2M SC: Ephem/LoadLunarTopography SC: Ephem/MoonRot SC: Ephem/RSHMoon SC: SCData/gltm2b SC: SCData/sCTConstants 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/Axis3D Common: Graphics/Ellipsd Common: Graphics/Map Common: Graphics/Mesh2 Common: Graphics/NewFig Common: Graphics/Plot2D 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