RMSNoiseImager:

Path: Imaging/Optics

% Finds the RMS noise of an imager.
 You pass in the pixel frame of the detector model or any imager frame.

 Type RMSNoiseImager for a demo.

--------------------------------------------------------------------------
   Form:
   [s, m] = RMSNoiseImager( p )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   p           (m,n)   Pixel map

   -------
   Outputs
   -------
   s           (1,1)   RMS Noise
   m           (1,1)   Mean

--------------------------------------------------------------------------
   Reference: http://en.wikipedia.org/wiki/Signal_to_noise_ratio_(imaging)
--------------------------------------------------------------------------

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
Imaging: Optics/Centroids
Imaging: Optics/DetectorModel
Imaging: Optics/FocalPlaneImage
Imaging: Optics/ZodiacalLight
Math: Linear/DupVect
Math: Probability/RandPN

Back to the Imaging Module page