- Timestamp:
- Jan 19, 2006, 11:47:06 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_p0/psModules/src/detrend/pmMaskBadPixels.h
r6062 r6080 24 24 * @author Ross Harman, MHPCC 25 25 * 26 * @version $Revision: 1.2.8.1.2. 1$ $Name: not supported by cvs2svn $27 * @date $Date: 2006-01-20 0 2:38:28$26 * @version $Revision: 1.2.8.1.2.2 $ $Name: not supported by cvs2svn $ 27 * @date $Date: 2006-01-20 09:47:06 $ 28 28 * 29 29 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 38 38 PM_MASK_BADCOL = 0x0002, ///< The pixel is a bad column. 39 39 PM_MASK_SAT = 0x0004, ///< The pixel is saturated. 40 PM_MASK_FLAT = 0x0008 ///< The pixel is non-positive in the flat-field. 40 PM_MASK_BAD = 0x0008, ///< The pixel is low 41 PM_MASK_FLAT = 0x0010 ///< The pixel is non-positive in the flat-field. 41 42 } pmMaskValue; 42 43
Note:
See TracChangeset
for help on using the changeset viewer.
