PlanetaryRadiationAndAlbedo:

Path: SC/Environs

% Computes the albedo and radiation flux for planets. 
   Uses the Constant database for planetary constants and the Planets function
   to determine the average planetary distance for solar flux.
   Type PlanetaryRadiationAndAlbedo for a demo at Mars and the Earth.
   See also SolarFlx, EarthAlb, EarthRad
--------------------------------------------------------------------------
   Form:
              PlanetaryRadiationAndAlbedo( 'initialize', planet )
   [qR, qA] = PlanetaryRadiationAndAlbedo( 'update', r, uS )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   action    (1,:)   'initialize' or 'update'
   r         (3,:)   Satellite position relative to center or planet name
                     or the planet name if action is 'initialize'
   uS        (3,1)   Unit vector to the Sun

   -------
   Outputs
   -------
   qR        (1,:)   Radiation flux
   qA        (1,:)   Albedo flux

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

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: BasicOrbit/Period
SC: BasicOrbit/RVFromKepler
SC: Environs/EarthAlb
SC: Environs/EarthRad
SC: Environs/SolarFlx
SC: Ephem/Planets
SC: Ephem/SolarSys
SC: Ephem/SunV1
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/IsVersionAfter
Common: General/MatToCell
Common: General/StringToTokens
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/Plot3D
Common: Graphics/PltStyle
Common: Graphics/TextS
Common: Graphics/TimeLabl
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Common: Time/DTSToDTA
Common: Time/Date2JD
Common: Time/FindSolsticeOrEquinox
Math: Linear/Dot
Math: Linear/DupVect
Math: Linear/Mag
Math: Linear/Unit
Math: Trigonometry/CosD
Math: Trigonometry/SinD

Back to the SC Module page