IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 12:23:46 PM (18 years ago)
Author:
eugene
Message:

some cleanup of flags, added CRLIMIT

File:
1 edited

Legend:

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

    r16759 r16799  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.22.8.2 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-03-01 00:14:57 $
     5 * @version $Revision: 1.22.8.3 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-03-04 22:23:46 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    3636typedef enum {
    3737    PM_SOURCE_MODE_DEFAULT    = 0x0000, ///<
    38     PM_SOURCE_MODE_PSFMODEL   = 0x0001, ///<
    39     PM_SOURCE_MODE_EXTMODEL   = 0x0002, ///<
    40     PM_SOURCE_MODE_FITTED     = 0x0004, ///<
    41     PM_SOURCE_MODE_FAIL       = 0x0008, ///<
    42     PM_SOURCE_MODE_POOR       = 0x0010, ///<
    43     PM_SOURCE_MODE_PAIR       = 0x0020, ///<
    44     PM_SOURCE_MODE_PSFSTAR    = 0x0040, ///<
    45     PM_SOURCE_MODE_SATSTAR    = 0x0080, ///<
    46     PM_SOURCE_MODE_BLEND      = 0x0100, ///<
     38    PM_SOURCE_MODE_PSFMODEL   = 0x0001, ///< Source fitted with a psf model (linear or non-linear)
     39    PM_SOURCE_MODE_EXTMODEL   = 0x0002, ///< Source fitted with an extended-source model
     40    PM_SOURCE_MODE_FITTED     = 0x0004, ///< Source fitted with non-linear model (PSF or EXT; good or bad)
     41    PM_SOURCE_MODE_FAIL       = 0x0008, ///< Fit (non-linear) failed (non-converge, off-edge, run to zero)
     42    PM_SOURCE_MODE_POOR       = 0x0010, ///< Fit succeeds, but low-SN, high-Chisq, or large (for PSF -- drop?)
     43    PM_SOURCE_MODE_PAIR       = 0x0020, ///< Source fitted with a double psf
     44    PM_SOURCE_MODE_PSFSTAR    = 0x0040, ///< Source used to define PSF model
     45    PM_SOURCE_MODE_SATSTAR    = 0x0080, ///< Source model peak is above saturation
     46    PM_SOURCE_MODE_BLEND      = 0x0100, ///< Source is a blend with other sourcers
    4747    PM_SOURCE_MODE_EXTERNAL   = 0x0200, ///< Source based on supplied input position
    4848    PM_SOURCE_MODE_BADPSF     = 0x0400, ///< Failed to get good estimate of object's PSF
    4949    PM_SOURCE_MODE_DEFECT     = 0x0800, ///< Source is thought to be a defect
    5050    PM_SOURCE_MODE_SATURATED  = 0x1000, ///< Source is thought to be saturation
    51     PM_SOURCE_MODE_SUBTRACTED = 0x2000, ///< XXX this flag is actually only used internally (move)
     51    PM_SOURCE_MODE_CRLIMIT    = 0x2000, ///< Source has crNsigma above limit
     52    PM_SOURCE_MODE_SUBTRACTED = 0x4000, ///< XXX this flag is actually only used internally (move)
    5253} pmSourceMode;
    5354
Note: See TracChangeset for help on using the changeset viewer.