Changeset 41640
- Timestamp:
- Jun 4, 2021, 10:51:38 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r41469 r41640 122 122 typedef enum { 123 123 ID_MEAS_NOCAL = 0x00000001, // detection ignored for this analysis (photcode, time range) -- internal only 124 ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier 125 ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement 126 ID_MEAS_AREA = 0x00000008, // detection near image edge 124 ID_MEAS_POOR_PHOTOM = 0x00000002, // detection is photometry outlier (DEPRECATED) 125 ID_MEAS_SKIP_PHOTOM = 0x00000004, // detection was ignored for photometry measurement (DEPRECATED) 126 ID_MEAS_AREA = 0x00000008, // detection near image edge -- internal only 127 127 ID_MEAS_POOR_ASTROM = 0x00000010, // detection is astrometry outlier 128 128 ID_MEAS_SKIP_ASTROM = 0x00000020, // detection was ignored for astrometry measurement … … 185 185 /* Average.flags values -- these values are 32 bit (as of PS1_V1) */ 186 186 typedef enum { 187 ID_OBJ_FEW = 0x00000001, // used within relphot: skip star188 ID_OBJ_POOR = 0x00000002, // used within relphot: skip star187 ID_OBJ_FEW = 0x00000001, // deprecated (was internal to relphot) 188 ID_OBJ_POOR = 0x00000002, // deprecated (was internal to relphot) 189 189 190 190 // NOTE: bits used for object classification:
Note:
See TracChangeset
for help on using the changeset viewer.
