IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2016, 11:15:17 AM (10 years ago)
Author:
eugene
Message:

add bit to marked unmasked measurements used for astrometry

File:
1 edited

Legend:

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

    r39608 r39616  
    125125  ID_MEAS_BLEND_OBJ      = 0x00000200,  // multiple detections within radius of object
    126126  ID_MEAS_WARP_USED      = 0x00000400,  // measurement used to find mean warp photometry
    127   ID_MEAS_UNDEF_4        = 0x00000800,  // unused
     127  ID_MEAS_UNMASKED_ASTRO = 0x00000800,  // measurement was not masked in final astrometry fit
    128128  ID_MEAS_BLEND_MEAS_X   = 0x00001000,  // detection is within radius of multiple objects across catalogs                   
    129129  ID_MEAS_ARTIFACT       = 0x00002000,  // detection is thought to be non-astronomical                               
Note: See TracChangeset for help on using the changeset viewer.