IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41640


Ignore:
Timestamp:
Jun 4, 2021, 10:51:38 AM (5 years ago)
Author:
eugene
Message:

modified comments on bit flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r41469 r41640  
    122122typedef enum {
    123123  ID_MEAS_NOCAL            = 0x00000001,  // detection ignored for this analysis (photcode, time range) -- internal only
    124   ID_MEAS_POOR_PHOTOM      = 0x00000002,  // detection is photometry outlier                                             
    125   ID_MEAS_SKIP_PHOTOM      = 0x00000004,  // detection was ignored for photometry measurement                             
    126   ID_MEAS_AREA             = 0x00000008,  // detection near image edge                                             
     124  ID_MEAS_POOR_PHOTOM      = 0x00000002,  // detection is photometry outlier (DEPRECATED)
     125  ID_MEAS_SKIP_PHOTOM      = 0x00000004,  // detection was ignored for photometry measurement (DEPRECATED)
     126  ID_MEAS_AREA             = 0x00000008,  // detection near image edge -- internal only
    127127  ID_MEAS_POOR_ASTROM      = 0x00000010,  // detection is astrometry outlier                                             
    128128  ID_MEAS_SKIP_ASTROM      = 0x00000020,  // detection was ignored for astrometry measurement                             
     
    185185/* Average.flags values -- these values are 32 bit (as of PS1_V1) */
    186186typedef enum {
    187   ID_OBJ_FEW             = 0x00000001, // used within relphot: skip star
    188   ID_OBJ_POOR            = 0x00000002, // used within relphot: skip star
     187  ID_OBJ_FEW             = 0x00000001, // deprecated (was internal to relphot)
     188  ID_OBJ_POOR            = 0x00000002, // deprecated (was internal to relphot)
    189189
    190190  // NOTE: bits used for object classification:
Note: See TracChangeset for help on using the changeset viewer.