ZodiacalLight:

Path: Imaging/Optics

% Computes zodiacal light due to dust.
 The zodiacal light is caused by sunlight scattered by
 interplanetary dust particles. 

 Type ZodiacalLight for a demo

--------------------------------------------------------------------------
   Form:
   m = ZodiacalLight( r, beta )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   r         (1,:) Radius from the sun (AU)
   beta      (1,:) Ecliptic latitude (rad)

   -------
   Outputs
   -------
   m         (1,:) Intensity (W/m^2/rad^2)

--------------------------------------------------------------------------
   Reference: R. Meissner, "Brightness Measurements of Stars and
              the Night-Sky with a Silicon-Photomultiplier-Telescope"
              Physikalischen Institut A, 9/2012.
--------------------------------------------------------------------------

Children:

Common: CommonData/SwooshWatermark
Common: General/CellToMat
Common: General/MatToCell
Common: General/Watermark
Common: Graphics/NewFig
Common: Graphics/Plot2D
Common: Graphics/PltStyle
Common: Transform/VM2Int

Back to the Imaging Module page