IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33454


Ignore:
Timestamp:
Mar 9, 2012, 8:47:30 AM (14 years ago)
Author:
eugene
Message:

add secfilt bits for extendedness; update comments on flag bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h

    r33446 r33454  
    117117  ID_MEAS_POOR_ASTROM    = 0x00000010,  // detection is astrometry outlier                                               
    118118  ID_MEAS_SKIP_ASTROM    = 0x00000020,  // detection was ignored for astrometry measurement                               
    119   ID_MEAS_USED_OBJ       = 0x00000040,  // detection was used during opdate objects
    120   ID_MEAS_USED_CHIP      = 0x00000080,  // detection was used during update chips
     119  ID_MEAS_USED_OBJ       = 0x00000040,  // detection was used during update objects
     120  ID_MEAS_USED_CHIP      = 0x00000080,  // detection was used during update chips (XXX this probably does not make it into the db)
    121121  ID_MEAS_BLEND_MEAS     = 0x00000100,  // detection is within radius of multiple objects
    122122  ID_MEAS_BLEND_OBJ      = 0x00000200,  // multiple detections within radius of object
     
    179179  ID_PHOTOM_PASS_3  = 0x00000800, // average magnitude calculated in 3th pass
    180180  ID_PHOTOM_PASS_4  = 0x00001000, // average magnitude calculated in 4th pass
     181  ID_SECF_OBJ_EXT   = 0x01000000, // extended in this band
    181182} DVOSecfiltFlags;
    182183
Note: See TracChangeset for help on using the changeset viewer.