Changeset 18554 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- Jul 15, 2008, 10:25:00 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r17732 r18554 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 5-17 02:42:01$7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-07-15 20:25:00 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 32 32 PM_MASK_MARK = 0x80, ///< The pixel is marked as temporarily ignored 33 33 } pmMaskValue; 34 #else35 34 #define PM_MASK_MARK 0x80 ///< The pixel is marked as temporarily ignored 36 35 #define PM_MASK_SAT 0x04 ///< The pixel is saturated in the image of interest … … 43 42 /// iterating using pmReadoutReadNext, in which case the HDU can't be generated. 44 43 bool pmReadoutSetMask(pmReadout *readout, ///< Readout for which to set mask 45 psMaskType sat ,///< Mask value to give saturated pixels46 psMaskType bad ///< Mask value to give bad (low) pixels44 psMaskType satMask, ///< Mask value to give saturated pixels 45 psMaskType badMask ///< Mask value to give bad (low) pixels 47 46 ); 48 47
Note:
See TracChangeset
for help on using the changeset viewer.
