- Timestamp:
- Oct 6, 2016, 12:42:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/libdvo/include/dvo.h
r39720 r39734 114 114 /* Measure.flags values -- these values are 32 bit (as of PS1_V1) */ 115 115 typedef enum { 116 ID_MEAS_NOCAL = 0x00000001, // detection ignored for this analysis (photcode, time range) -- internal only 117 ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier 118 ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement 119 ID_MEAS_AREA = 0x00000008, // detection near image edge 120 ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier 121 ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement 122 ID_MEAS_USED_OBJ = 0x00000040, // detection was used during update objects 123 ID_MEAS_USED_CHIP = 0x00000080, // detection was used during update chips (XXX this probably does not make it into the db) 124 ID_MEAS_BLEND_MEAS = 0x00000100, // detection is within radius of multiple objects 125 ID_MEAS_BLEND_OBJ = 0x00000200, // multiple detections within radius of object 126 ID_MEAS_WARP_USED = 0x00000400, // measurement used to find mean warp photometry 127 ID_MEAS_UNMASKED_ASTRO = 0x00000800, // measurement was not masked in final astrometry fit 128 ID_MEAS_BLEND_MEAS_X = 0x00001000, // detection is within radius of multiple objects across catalogs 129 ID_MEAS_ARTIFACT = 0x00002000, // detection is thought to be non-astronomical 130 ID_MEAS_SYNTH_MAG = 0x00004000, // magnitude is synthetic 131 ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis 132 ID_MEAS_STACK_PRIMARY = 0x00010000, // this stack measurement is in the primary skycell 133 ID_MEAS_STACK_PHOT_SRC = 0x00020000, // this measurement supplied the stack photometry 134 ID_MEAS_ICRF_QSO = 0x00040000, // this measurement is an ICRF reference position 135 ID_MEAS_IMAGE_EPOCH = 0x00080000, // this measurement is registered to the image epoch (not tied to ref catalog epoch) 136 ID_MEAS_PHOTOM_PSF = 0x00100000, // this measurement is used for the mean psf mag 137 ID_MEAS_PHOTOM_APER = 0x00200000, // this measurement is used for the mean ap mag 138 ID_MEAS_PHOTOM_KRON = 0x00400000, // this measurement is used for the mean kron mag 139 ID_MEAS_MASKED_PSF = 0x01000000, // this measurement is masked based on IRLS weights for mean psf mag 140 ID_MEAS_MASKED_APER = 0x02000000, // this measurement is masked based on IRLS weights for mean ap mag 141 ID_MEAS_MASKED_KRON = 0x04000000, // this measurement is masked based on IRLS weights for mean kron mag 116 ID_MEAS_NOCAL = 0x00000001, // detection ignored for this analysis (photcode, time range) -- internal only 117 ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier 118 ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement 119 ID_MEAS_AREA = 0x00000008, // detection near image edge 120 ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier 121 ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement 122 ID_MEAS_USED_OBJ = 0x00000040, // detection was used during update objects 123 ID_MEAS_USED_CHIP = 0x00000080, // detection was used during update chips (XXX this probably does not make it into the db) 124 ID_MEAS_BLEND_MEAS = 0x00000100, // detection is within radius of multiple objects 125 ID_MEAS_BLEND_OBJ = 0x00000200, // multiple detections within radius of object 126 ID_MEAS_WARP_USED = 0x00000400, // measurement used to find mean warp photometry 127 ID_MEAS_UNMASKED_ASTRO = 0x00000800, // measurement was not masked in final astrometry fit 128 ID_MEAS_BLEND_MEAS_X = 0x00001000, // detection is within radius of multiple objects across catalogs 129 ID_MEAS_ARTIFACT = 0x00002000, // detection is thought to be non-astronomical 130 ID_MEAS_SYNTH_MAG = 0x00004000, // magnitude is synthetic 131 ID_MEAS_PHOTOM_UBERCAL = 0x00008000, // externally-supplied zero point from ubercal analysis 132 ID_MEAS_STACK_PRIMARY = 0x00010000, // this stack measurement is in the primary skycell 133 ID_MEAS_STACK_PHOT_SRC = 0x00020000, // this measurement supplied the stack photometry 134 ID_MEAS_ICRF_QSO = 0x00040000, // this measurement is an ICRF reference position 135 ID_MEAS_IMAGE_EPOCH = 0x00080000, // this measurement is registered to the image epoch (not tied to ref catalog epoch) 136 ID_MEAS_PHOTOM_PSF = 0x00100000, // this measurement is used for the mean psf mag 137 ID_MEAS_PHOTOM_APER = 0x00200000, // this measurement is used for the mean ap mag 138 ID_MEAS_PHOTOM_KRON = 0x00400000, // this measurement is used for the mean kron mag 139 ID_MEAS_MASKED_PSF = 0x01000000, // this measurement is masked based on IRLS weights for mean psf mag 140 ID_MEAS_MASKED_APER = 0x02000000, // this measurement is masked based on IRLS weights for mean ap mag 141 ID_MEAS_MASKED_KRON = 0x04000000, // this measurement is masked based on IRLS weights for mean kron mag 142 ID_MEAS_OBJECT_HAS_2MASS = 0x10000000, // measurement comes from an object with 2mass data 143 ID_MEAS_OBJECT_HAS_GAIA = 0x20000000, // measurement comes from an object with gaia data 144 ID_MEAS_OBJECT_HAS_TYCHO = 0x40000000, // measurement comes from an object with tycho data 142 145 } DVOMeasureFlags; 143 146
Note:
See TracChangeset
for help on using the changeset viewer.
