Changeset 33454
- Timestamp:
- Mar 9, 2012, 8:47:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33446 r33454 117 117 ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier 118 118 ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement 119 ID_MEAS_USED_OBJ = 0x00000040, // detection was used during opdate objects120 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) 121 121 ID_MEAS_BLEND_MEAS = 0x00000100, // detection is within radius of multiple objects 122 122 ID_MEAS_BLEND_OBJ = 0x00000200, // multiple detections within radius of object … … 179 179 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 180 180 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 181 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 181 182 } DVOSecfiltFlags; 182 183
Note:
See TracChangeset
for help on using the changeset viewer.
