- Timestamp:
- Apr 2, 2008, 11:16:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080324/psModules/src/objects/pmSource.h
r16819 r17275 3 3 * @author EAM, IfA; GLG, MHPCC 4 4 * 5 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $6 * @date $Date: 2008-0 3-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 $ 7 7 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 8 8 */ … … 49 49 PM_SOURCE_MODE_DEFECT = 0x0800, ///< Source is thought to be a defect 50 50 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) 53 54 } pmSourceMode; 54 55 … … 60 61 * 61 62 * 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 * 62 66 * 63 67 */
Note:
See TracChangeset
for help on using the changeset viewer.
