- Timestamp:
- Dec 13, 2007, 7:54:08 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071212/psModules/src/detrend/pmMaskBadPixels.h
r12696 r15808 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 03-30 21:12:56$7 * @version $Revision: 1.13.20.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-12-13 17:54:08 $ 9 9 * Copyright 2004 Institute for Astronomy, University of Hawaii 10 10 */ … … 31 31 /// Find pixels outlying from the background, flagging suspect pixels 32 32 /// 33 /// Pixels more than "rej" standard deviations from the background level (in flat-fielded,34 /// background-subtracted images) have the corresponding pixel in the "suspect pixels" image incremented.35 /// After accumulating over a suitable sample of images, bad pixels should have a high value in the suspect36 /// pixels image, allowing them to be identified. The suspect pixels image is of type S32.37 psImage *pmMaskFlagSuspectPixels(psImage *out, ///< Suspected bad pixels image, or NULL33 /// Pixels more than "rej" standard deviations from the median level have the corresponding pixel in 34 /// the "suspect pixels" image incremented. After accumulating over a suitable sample of images, 35 /// bad pixels should have a high value in the suspect pixels image, allowing them to be identified. 36 /// The suspect pixels image is of type S32. This function is best applied to residual images. 37 psImage *pmMaskFlagSuspectPixels(psImage *out, ///< Suspected bad pixels image, or NULL 38 38 const pmReadout *readout, ///< Readout to inspect 39 39 float rej, ///< Rejection threshold (standard deviations) 40 40 psMaskType maskVal, ///< Mask value for statistics 41 float frac, ///< Fraction of pixels to consider42 psRandom *rng ///< Random number generator41 float median, ///< reference median for the image 42 float stdev ///< reference stdev for the image 43 43 ); 44 44
Note:
See TracChangeset
for help on using the changeset viewer.
