| 99 | | ID_MEAS_NOCAL = 0x00000001, // detection ignored for this analysis (photcode, time range) -- internal only |
| 100 | | ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier |
| 101 | | ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement |
| 102 | | ID_MEAS_AREA = 0x00000008, // detection near image edge |
| 103 | | ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier |
| 104 | | ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement |
| 105 | | ID_MEAS_USED_OBJ = 0x00000040, // detection was used during update objects |
| 106 | | ID_MEAS_USED_CHIP = 0x00000080, // detection was used during update chips (XXX this probably does not make it into the db) |
| 107 | | ID_MEAS_BLEND_MEAS = 0x00000100, // detection is within radius of multiple objects |
| 108 | | ID_MEAS_BLEND_OBJ = 0x00000200, // multiple detections within radius of object |
| 109 | | ID_MEAS_UNDEF_3 = 0x00000400, // unused |
| 110 | | ID_MEAS_UNDEF_4 = 0x00000800, // unused |
| 111 | | ID_MEAS_BLEND_MEAS_X = 0x00001000, // detection is within radius of multiple objects across catalogs |
| 112 | | ID_MEAS_ARTIFACT = 0x00002000, // detection is thought to be non-astronomical |
| 113 | | ID_MEAS_UNDEF_5 = 0x00004000, // unused |
| 114 | | ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis |
| 115 | | ID_MEAS_STACK_PRIMARY = 0x00010000, // externally-supplied zero point from ubercal analysis |
| 116 | | ID_MEAS_STACK_PHOT_SRC = 0x00020000, // this measurement supplied the stack photometry |
| | 99 | ID_MEAS_NOCAL = 0x00000001, // detection ignored for this analysis (photcode, time range) -- internal only |
| | 100 | ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier |
| | 101 | ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement |
| | 102 | ID_MEAS_AREA = 0x00000008, // detection near image edge |
| | 103 | ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier |
| | 104 | ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement |
| | 105 | ID_MEAS_USED_OBJ = 0x00000040, // detection was used during update objects |
| | 106 | ID_MEAS_USED_CHIP = 0x00000080, // detection was used during update chips (XXX this probably does not make it into the db) |
| | 107 | ID_MEAS_BLEND_MEAS = 0x00000100, // detection is within radius of multiple objects |
| | 108 | ID_MEAS_BLEND_OBJ = 0x00000200, // multiple detections within radius of object |
| | 109 | ID_MEAS_UNDEF_3 = 0x00000400, // unused |
| | 110 | ID_MEAS_UNDEF_4 = 0x00000800, // unused |
| | 111 | ID_MEAS_BLEND_MEAS_X = 0x00001000, // detection is within radius of multiple objects across catalogs |
| | 112 | ID_MEAS_ARTIFACT = 0x00002000, // detection is thought to be non-astronomical |
| | 113 | ID_MEAS_UNDEF_5 = 0x00004000, // unused |
| | 114 | ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis |
| | 115 | ID_MEAS_STACK_PRIMARY = 0x00010000, // externally-supplied zero point from ubercal analysis |
| | 116 | ID_MEAS_STACK_PHOT_SRC = 0x00020000, // this measurement supplied the stack photometry |