Path: Link/Coverage
% Determine ground station visibility for spacecraft position(s). Has a built-in demo. -------------------------------------------------------------------------- Form: visible = GroundStationVisibility( rGroundStation, jD, rSC, horizonAngle ) -------------------------------------------------------------------------- ------ Inputs ------ rGroundStation (3,m) Earth fixed location of station(s) jD (1,n) Julian date rSC (3,n) Position(s) of spacecraft, ECI frame horizonAngle (1,1) Minimum elevation to ground station (rad) ------- Outputs ------- visible (n,m) Matrix of visible flags -------------------------------------------------------------------------- See also SatelliteVisibility, ECIToEF, LatLonAltToEF --------------------------------------------------------------------------
AerospaceUtils: Coord/ECIToEF AerospaceUtils: Coord/LatLonAltToEF Common: Graphics/Axis3D Common: Graphics/Map Common: Graphics/NewFig Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS Common: Time/JD2000 Common: Time/JD2T Math: Linear/Dot Math: Linear/Unit SC: BasicOrbit/RVFromKepler SC: Ephem/EarthRte
Back to the Link Module page