Path: SC/Ephem
% Calculate a ground track on an ellipsoid. Computes the locus of points on an ellipsoid for which the line from the spacecraft to the point on the surface is normal to the surface. Type GTrack for a demo. -------------------------------------------------------------------------- Form: [rG, h] = GTrack( r, a, f ) [rG, h] = GTrack( r ) -------------------------------------------------------------------------- ------ Inputs ------ r (3,:) Spacecraft position vectors a (1,1) Equatorial radius of the ellipsoid f (1,1) Flattening factor ------- Outputs ------- rG (3,:) Ground track on the ellipsoid h (1,:) Altitude --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/DeBlankLT Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle Common: Graphics/XLabelS Common: Graphics/YLabelS Common: Graphics/ZLabelS
Back to the SC Module page