SolarSystemElements:

Path: SC/Ephem

% Computes the solar system elements on a given Julian Date.
   The input elements are referenced to JD2000.
   See also Planets, PlanetElements.
--------------------------------------------------------------------------
   Form:
   [i, W, w, a, e, L] = SolarSystemElements( iv, Wv, wv, av, ev, Lv, jD )
   [i, W, w, a, e, L] = SolarSystemElements( d, jD )
   el = SolarSystemElements( d, jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   iv            (1,2)   Inclination wrt ecliptic plane     (rad)
   Wv            (1,2)   Longitude of ascending node wrt vernal equinox  (rad)
   wv            (1,2)   Argument of perhelion      (rad)
   av            (1,2)   Mean distance (au)
   ev            (1,2)   Eccentricity
   Lv            (1,3)   Mean longitude (rad)
   name          (1,:)   Name of planet
      - OR -
   d              (:)    Data structure array with above fields
   jD            (1,1)   Julian date     (days)

   -------
   Outputs
   -------
   i             (1,n)   Inclination     (rad)
   W             (1,n)   Ascending node  (rad)
   w             (1,n)   Perihelion      (rad)
   a             (1,n)   Semi-major axis
   e             (1,n)   Eccentricity
   L             (1,n)   Mean longitude  (rad)

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

Children:

AC: ACData/ACTConstants
SC: BasicOrbit/E2Nu
SC: BasicOrbit/M2E
SC: BasicOrbit/M2EApp
SC: BasicOrbit/M2EEl
SC: BasicOrbit/M2EHy
SC: BasicOrbit/M2Nu
SC: BasicOrbit/M2NuPb
SC: Ephem/Planets
SC: Ephem/SolarSys
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/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Graphics/TextS
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/JD2T
Math: Linear/DupVect

Back to the SC Module page