IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10023


Ignore:
Timestamp:
Nov 16, 2006, 2:50:39 PM (20 years ago)
Author:
Paul Price
Message:

Adding additional notes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.h

    r9981 r10023  
    88/// @author Eugene Magnier, IfA
    99///
    10 /// @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    11 /// @date $Date: 2006-11-15 00:27:52 $
     10/// @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     11/// @date $Date: 2006-11-17 00:50:39 $
    1212///
    1313/// Copyright 2004 Institute for Astronomy, University of Hawaii
     
    3535/// Find pixels outlying from the background, flagging suspect pixels
    3636///
    37 /// Pixels more than "rej" standard deviations from the background level (in flat-fielded images) have the
    38 /// corresponding pixel in the "suspect pixels" image incremented.  After accumulating over a suitable sample
    39 /// of images, bad pixels should have a high value in the suspect pixels image, allowing them to be
    40 /// identified.  The suspect pixels image is of type S32.
     37/// Pixels more than "rej" standard deviations from the background level (in flat-fielded,
     38/// background-subtracted images) have the corresponding pixel in the "suspect pixels" image incremented.
     39/// After accumulating over a suitable sample of images, bad pixels should have a high value in the suspect
     40/// pixels image, allowing them to be identified.  The suspect pixels image is of type S32.
    4141psImage *pmMaskFlagSuspectPixels(psImage *out, ///< Suspected bad pixels image, or NULL
    4242                                 const pmReadout *readout, ///< Readout to inspect
     
    5151/// Bad pixels are identified from the suspect pixels image (accumulated over a large number of images).
    5252/// Pixels marked as suspect in more than "thresh" standard deviations from the mean are identified as bad
    53 /// pixels (output image).
     53/// pixels (output image).  If "thresh" is negative, it is interpreted as a (base 10) logarithm of the
     54/// fraction by which the number of pixels marked that many times must drop compared to the number of pixels
     55/// with zero.
    5456psImage *pmMaskIdentifyBadPixels(const psImage *suspects, ///< Accumulated suspect pixels image
    5557                                 float thresh, ///< Threshold for bad pixel (standard deviations)
Note: See TracChangeset for help on using the changeset viewer.