Changeset 39125 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Nov 13, 2015, 5:19:12 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r39047 r39125 138 138 ID_MEAS_PHOTOM_KRON = 0x00400000, // this measurement is used for the mean kron mag 139 139 } DVOMeasureFlags; 140 141 typedef enum { 142 ID_GALPHOT_FAIL_FIT = 0x00000001, // fit failed to converge or was degenerate 143 ID_GALPHOT_TOO_FEW = 0x00000002, // not enough points to fit the model 144 ID_GALPHOT_OUT_OF_RANGE = 0x00000004, // fit minimum too far outside data range 145 ID_GALPHOT_BAD_ERROR = 0x00000008, // invalid error (nan or inf) 146 } DVOGalphotFlags; 140 147 141 148 // XXX we used these names previously in markstar: replace with ID_MEAS_ARTIFACT
Note:
See TracChangeset
for help on using the changeset viewer.
