Changeset 10026 for trunk/psModules/src/detrend/pmMaskBadPixels.h
- Timestamp:
- Nov 16, 2006, 3:18:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmMaskBadPixels.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmMaskBadPixels.h
r10023 r10026 8 8 /// @author Eugene Magnier, IfA 9 9 /// 10 /// @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $11 /// @date $Date: 2006-11-17 0 0:50:39 $10 /// @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-11-17 01:17:59 $ 12 12 /// 13 13 /// Copyright 2004 Institute for Astronomy, University of Hawaii … … 51 51 /// Bad pixels are identified from the suspect pixels image (accumulated over a large number of images). 52 52 /// Pixels marked as suspect in more than "thresh" standard deviations from the mean are identified as bad 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. 53 /// pixels (output image). If "thresh" is negative, a Poisson is assumed. 56 54 psImage *pmMaskIdentifyBadPixels(const psImage *suspects, ///< Accumulated suspect pixels image 57 55 float thresh, ///< Threshold for bad pixel (standard deviations)
Note:
See TracChangeset
for help on using the changeset viewer.
