PlanetaryDistanceToSun:

Path: SC/Ephem

% Finds the distance to the sun and the solar flux.
   For moons this uses only the planetary distance.
--------------------------------------------------------------------------
   Form:
   [r, f] = PlanetaryDistanceToSun( name, jD )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   name      (1,:)   Name of moon or planet
   jD        (1,:)   Julian date (days)

   -------
   Outputs
   -------
   r         (1,:)   Distance (au)
   f         (1,:)   Solar flux (W/m^2)

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

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/Moons
SC: Ephem/PlanetPosition
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
Math: Linear/Mag

Back to the SC Module page