Index: trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- trunk/Ohana/src/libdvo/include/dvo.h	(revision 39636)
+++ trunk/Ohana/src/libdvo/include/dvo.h	(revision 39637)
@@ -137,4 +137,7 @@
   ID_MEAS_PHOTOM_APER    = 0x00200000,  // this measurement is used for the mean ap mag
   ID_MEAS_PHOTOM_KRON    = 0x00400000,  // this measurement is used for the mean kron mag
+  ID_MEAS_MASKED_PSF     = 0x01000000,  // this measurement is masked based on IRLS weights for mean psf mag
+  ID_MEAS_MASKED_APER    = 0x02000000,  // this measurement is masked based on IRLS weights for mean ap mag
+  ID_MEAS_MASKED_KRON    = 0x04000000,  // this measurement is masked based on IRLS weights for mean kron mag
 } DVOMeasureFlags;
 
