IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2007, 2:30:19 AM (19 years ago)
Author:
rhl
Message:

Set PM_SOURCE_MODE_BADPSF when we fail to get a good PSF estimate for an object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSource.h

    r13034 r13567  
    33 * @author EAM, IfA; GLG, MHPCC
    44 *
    5  * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    6  * @date $Date: 2007-04-26 01:20:29 $
     5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     6 * @date $Date: 2007-05-31 12:30:19 $
    77 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    88 */
     
    4747    PM_SOURCE_MODE_TEMPSUB    = 0x0800, ///< XXX get me a better name!
    4848    PM_SOURCE_MODE_EXTERNAL   = 0x1000, ///< XXX get me a better name!
     49    PM_SOURCE_MODE_BADPSF     = 0x2000, ///< Failed to get good estimate of object's PSF
    4950} pmSourceMode;
    5051
Note: See TracChangeset for help on using the changeset viewer.