IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2009, 10:31:49 AM (17 years ago)
Author:
eugene
Message:

add code to read MATCHED_REF entries in the smf files, and write the read data

File:
1 edited

Legend:

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

    r23184 r24694  
    3434    PM_SOURCE_MODE_RADIAL_FLUX      = 0x08000000, ///< radial flux measurements calculated
    3535    PM_SOURCE_MODE_SIZE_SKIPPED     = 0x10000000, ///< size could not be determined
     36    PM_SOURCE_MODE_ON_SPIKE         = 0x20000000, ///< peak lands on diffraction spike
     37    PM_SOURCE_MODE_ON_GHOST         = 0x40000000, ///< peak lands on ghost or glint
     38    PM_SOURCE_MODE_OFF_CHIP         = 0x80000000, ///< peak lands off edge of chip
    3639} pmSourceMode;
    3740
Note: See TracChangeset for help on using the changeset viewer.