IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2007, 11:30:21 AM (19 years ago)
Author:
magnier
Message:

changed API for pmModelAdd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_02_branch/psModules/src/objects/pmSource.h

    r11253 r12951  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-01-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 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    1313/// @addtogroup Objects Object Detection / Analysis Functions
    1414/// @{
    15 
    16 /**
    17  * In the object analysis process, we will use specific mask values to mark the
    18  * 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 values
    21  * outside of the PSPHOT code.  Perhaps we can set up a registered set of mask
    22  * values with specific meanings that other functions can add to or define?
    23  
    24  * XXX We will only use the PM_MASK_xxx mask values
    25 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 */
    3215
    3316/** pmSourceType enumeration
Note: See TracChangeset for help on using the changeset viewer.