Changeset 38062 for trunk/Ohana/src/libdvo/include/dvodb.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo deleted
-
trunk/Ohana/src/libdvo/include/dvodb.h
r37871 r38062 178 178 MEAS_XOFF_DCR, 179 179 MEAS_YOFF_DCR, 180 MEAS_XOFF_CAM, 181 MEAS_YOFF_CAM, 180 182 MEAS_ROFF_GAL, 181 183 MEAS_DOFF_GAL, … … 237 239 MEAS_RA_GALMODEL, // model pm prediction 238 240 MEAS_DEC_GALMODEL, // model pm prediction 239 } ;241 } dvoMeasureType; 240 242 241 243 /* average fields */ … … 289 291 AVE_RA_GALMODEL, // model pm prediction 290 292 AVE_DEC_GALMODEL, // model pm prediction 291 } ;293 } dvoAverageType; 292 294 293 295 // AVE_NPHOT, … … 365 367 IMAGE_REF_COLOR_BLUE, 366 368 IMAGE_REF_COLOR_RED 367 } ;369 } dvoImageType; 368 370 369 371 enum {DVO_TABLE_AVERAGE, DVO_TABLE_MEASURE, DVO_TABLE_IMAGE}; … … 383 385 int extract; 384 386 int table; 385 int ID; 387 int ID; // may be either dvoMeasureType or dvoAverageType 386 388 387 389 dvoMagSourceType magSource; // chip, (forced) warp, stack [only relevant for averages]
Note:
See TracChangeset
for help on using the changeset viewer.
