IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2008, 11:16:16 AM (18 years ago)
Author:
eugene
Message:

added EXT_LIMIT, update EXT tests

File:
1 edited

Legend:

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

    r16819 r17275  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2008-03-05 01:08:08 $
     5 * @version $Revision: 1.23.2.1 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2008-04-02 21:16:16 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    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_CRLIMIT    = 0x2000, ///< Source has crNsigma above limit
    52     PM_SOURCE_MODE_SUBTRACTED = 0x4000, ///< XXX this flag is actually only used internally (move)
     51    PM_SOURCE_MODE_CR_LIMIT   = 0x2000, ///< Source has crNsigma above limit
     52    PM_SOURCE_MODE_EXT_LIMIT  = 0x4000, ///< Source has crNsigma above limit
     53    PM_SOURCE_MODE_SUBTRACTED = 0x8000, ///< XXX this flag is actually only used internally (move)
    5354} pmSourceMode;
    5455
     
    6061 *
    6162 *  XXX do I have to re-organize this (again!) to allow an arbitrary set of extended model fits??
     63 *  XXX put the Mag and Err inside the pmModel?
     64 *  XXX keep the modelEXT or add to the psArray
     65 * 
    6266 *
    6367 */
Note: See TracChangeset for help on using the changeset viewer.