Changeset 12951 for branches/eam_02_branch/psModules/src/objects/pmSource.h
- Timestamp:
- Apr 21, 2007, 11:30:21 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psModules/src/objects/pmSource.h
r11253 r12951 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $6 * @date $Date: 2007-0 1-24 02:54:15$5 * @version $Revision: 1.10.6.1 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-04-21 21:30:21 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 13 13 /// @addtogroup Objects Object Detection / Analysis Functions 14 14 /// @{ 15 16 /**17 * In the object analysis process, we will use specific mask values to mark the18 * image pixels. The following structure defines the relevant mask values.19 *20 * XXX: This is probably a bad solution: we will want to set mask values21 * outside of the PSPHOT code. Perhaps we can set up a registered set of mask22 * values with specific meanings that other functions can add to or define?23 24 * XXX We will only use the PM_MASK_xxx mask values25 typedef enum {26 PM_SOURCE_MASK_CLEAR = 0x00,27 PM_SOURCE_MASK_INVALID = 0x01,28 PM_SOURCE_MASK_SATURATED = 0x02,29 PM_SOURCE_MASK_MARKED = 0x08,30 } psphotMaskValues;31 */32 15 33 16 /** pmSourceType enumeration
Note:
See TracChangeset
for help on using the changeset viewer.
