- Timestamp:
- Mar 20, 2008, 5:24:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/psModules/src/detrend/pmMaskBadPixels.h
r15910 r17085 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $8 * @date $Date: 200 7-12-24 21:10:28$7 * @version $Revision: 1.15.6.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-03-21 03:24:32 $ 9 9 * Copyright 2004 Institute for Astronomy, University of Hawaii 10 10 */ … … 15 15 /// @addtogroup detrend Detrend Creation and Application 16 16 /// @{ 17 18 #define PM_MASK_ANALYSIS_MEAN "MASK.MEAN" // Readout analysis metadata keyword with mean value 19 #define PM_MASK_ANALYSIS_STDEV "MASK.STDEV" // Readout analysis metadata keyword with stdev value 20 17 21 18 22 typedef enum { … … 60 64 psImage *pmMaskIdentifyBadPixels(const psImage *suspects, ///< Accumulated suspect pixels image 61 65 psMaskType maskVal, ///< Value to set for bad pixels 62 int nTotal,66 int nTotal, 63 67 float thresh, ///< Threshold for bad pixel (standard deviations) 64 pmMaskIdentifyMode mode68 pmMaskIdentifyMode mode 65 69 ); 66 70 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
