Index: /trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- /trunk/Ohana/src/libdvo/include/dvo.h	(revision 41639)
+++ /trunk/Ohana/src/libdvo/include/dvo.h	(revision 41640)
@@ -122,7 +122,7 @@
 typedef enum {
   ID_MEAS_NOCAL            = 0x00000001,  // detection ignored for this analysis (photcode, time range) -- internal only 
-  ID_MEAS_POOR_PHOTOM      = 0x00000002,  // detection is photometry outlier					     	  
-  ID_MEAS_SKIP_PHOTOM      = 0x00000004,  // detection was ignored for photometry measurement			     	  
-  ID_MEAS_AREA             = 0x00000008,  // detection near image edge						     
+  ID_MEAS_POOR_PHOTOM      = 0x00000002,  // detection is photometry outlier (DEPRECATED)
+  ID_MEAS_SKIP_PHOTOM      = 0x00000004,  // detection was ignored for photometry measurement (DEPRECATED)
+  ID_MEAS_AREA             = 0x00000008,  // detection near image edge -- internal only 
   ID_MEAS_POOR_ASTROM      = 0x00000010,  // detection is astrometry outlier					     	  
   ID_MEAS_SKIP_ASTROM      = 0x00000020,  // detection was ignored for astrometry measurement			     	  
@@ -185,6 +185,6 @@
 /* Average.flags values -- these values are 32 bit (as of PS1_V1) */
 typedef enum {
-  ID_OBJ_FEW             = 0x00000001, // used within relphot: skip star
-  ID_OBJ_POOR            = 0x00000002, // used within relphot: skip star
+  ID_OBJ_FEW             = 0x00000001, // deprecated (was internal to relphot)
+  ID_OBJ_POOR            = 0x00000002, // deprecated (was internal to relphot)
 
   // NOTE: bits used for object classification:
