Changeset 15865 for trunk/psModules/src/detrend/pmMaskBadPixels.h
- Timestamp:
- Dec 16, 2007, 12:22:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmMaskBadPixels.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmMaskBadPixels.h
r12696 r15865 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 03-30 21:12:56 $7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-12-16 22:22:06 $ 9 9 * Copyright 2004 Institute for Astronomy, University of Hawaii 10 10 */ … … 15 15 /// @addtogroup detrend Detrend Creation and Application 16 16 /// @{ 17 18 typedef enum { 19 PM_MASK_ID_NONE, 20 PM_MASK_ID_VALUE, 21 PM_MASK_ID_FRACTION, 22 PM_MASK_ID_SIGMA, 23 PM_MASK_ID_POISSON, 24 } pmMaskIdentifyMode; 25 26 pmMaskIdentifyMode pmMaskIdentifyModeFromString (const char *string); 17 27 18 28 /// Applies the bad pixel mask to the input … … 49 59 /// pixels (output image). If "thresh" is negative, a Poisson is assumed. 50 60 psImage *pmMaskIdentifyBadPixels(const psImage *suspects, ///< Accumulated suspect pixels image 61 psMaskType maskVal, ///< Value to set for bad pixels 62 int nTotal, 51 63 float thresh, ///< Threshold for bad pixel (standard deviations) 52 psMaskType maskVal ///< Value to set for bad pixels 64 pmMaskIdentifyMode mode 53 65 ); 54 66 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
