ISSOrbit:

Path: SCPro/MannedVehicle

% Generate Keplerian elements for the ISS
 Generates elements from a two-element set Celestrak,
 Type ISSOrbit for a demo with a plot of the ISS ground track. If
 there are no outputs it will plot the elements using sgp as a propagator.

 You can get archived elements from https://www.space-track.org

 Fixed are from 07/16/2020. 

 Type ISSOrbit to get the latest elements.

--------------------------------------------------------------------------
   Form:
   [el, jD0] = ISSOrbit( set )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   set   (1,:)   'high' 'low' 'latest' 'fixed'

   -------
   Outputs
   -------
   el    (1,6)   Elements vector [a,i,W,w,e,M]
   jD0   (1,1)   Julian date of epoch
   s     (1,166) The two line elements

--------------------------------------------------------------------------

Children:

CubeSat: Visualization/GroundTrack
Orbit: OrbitMechanics/NORADToEl
Orbit: OrbitMechanics/RVOrbGen
Common: Graphics/Plot2D
Common: Graphics/TimeLabl
Math: Linear/Mag

Back to the SCPro Module page