OrbView:

Path: Orbit/Visualization

% View orbit related parameters on a quad chart.
   Plots a 2D ground track, time histories of position, magnetic field, and 
   either latitude vs. longitude or atmospheric density (for orbits under
   8000 km).
--------------------------------------------------------------------------
   Form:
   OrbView( r, jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r                (3,:) ECI position vectors (km)
   jD               (:)   Julian dates

   -------
   Outputs
   -------
   none                  

--------------------------------------------------------------------------
   See also OrbViewDemo, BMF, AtmDens2, R2LatLon
--------------------------------------------------------------------------

Children:

AerospaceUtils: AtmosphericCalculations/AtmDens2
AerospaceUtils: Coord/ECIToEF
AerospaceUtils: Coord/R2LatLon
SC: BasicOrbit/RVFromKepler
SC: Environs/BMF
SC: Ephem/SunV1
Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/DeBlankLT
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/Axis3D
Common: Graphics/Ellipsd
Common: Graphics/Map
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
Common: Time/JD2000
Common: Time/JD2T
Common: Time/T2JD
Math: Linear/Cross
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the Orbit Module page