IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2006, 10:29:57 AM (20 years ago)
Author:
magnier
Message:

added MOMENTS_AR_MAX, added limits to Sx and Sx > 0.05, merged PM_SOURCE_MASK with PM_MASK_xxx

File:
1 edited

Legend:

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

    r6872 r6905  
    33 *  @author EAM, IfA; GLG, MHPCC
    44 *
    5  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-17 18:01:05 $
     5 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-19 20:29:57 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2020 * outside of the PSPHOT code.  Perhaps we can set up a registered set of mask
    2121 * values with specific meanings that other functions can add to or define?
    22  */
     22 
     23 * XXX We will only use the PM_MASK_xxx mask values
    2324typedef enum {
    2425    PM_SOURCE_MASK_CLEAR     = 0x00,
     
    2728    PM_SOURCE_MASK_MARKED    = 0x08,
    2829} psphotMaskValues;
     30*/
    2931
    3032/** pmSourceType enumeration
Note: See TracChangeset for help on using the changeset viewer.