- Timestamp:
- Jan 17, 2015, 5:51:44 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/libdvo/include/dvodb.h
r37807 r37848 236 236 MEAS_RA_GALMODEL, // model pm prediction 237 237 MEAS_DEC_GALMODEL, // model pm prediction 238 } ;238 } dvoMeasureType; 239 239 240 240 /* average fields */ … … 288 288 AVE_RA_GALMODEL, // model pm prediction 289 289 AVE_DEC_GALMODEL, // model pm prediction 290 } ;290 } dvoAverageType; 291 291 292 292 // AVE_NPHOT, … … 364 364 IMAGE_REF_COLOR_BLUE, 365 365 IMAGE_REF_COLOR_RED 366 } ;366 } dvoImageType; 367 367 368 368 enum {DVO_TABLE_AVERAGE, DVO_TABLE_MEASURE, DVO_TABLE_IMAGE}; … … 382 382 int extract; 383 383 int table; 384 int ID; 384 int ID; // may be either dvoMeasureType or dvoAverageType 385 385 386 386 dvoMagSourceType magSource; // chip, (forced) warp, stack [only relevant for averages]
Note:
See TracChangeset
for help on using the changeset viewer.
