Index: /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
===================================================================
--- /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h	(revision 33453)
+++ /branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h	(revision 33454)
@@ -117,6 +117,6 @@
   ID_MEAS_POOR_ASTROM    = 0x00000010,  // detection is astrometry outlier					     	  
   ID_MEAS_SKIP_ASTROM    = 0x00000020,  // detection was ignored for astrometry measurement			     	  
-  ID_MEAS_USED_OBJ       = 0x00000040,  // detection was used during opdate objects 
-  ID_MEAS_USED_CHIP      = 0x00000080,  // detection was used during update chips 
+  ID_MEAS_USED_OBJ       = 0x00000040,  // detection was used during update objects  
+  ID_MEAS_USED_CHIP      = 0x00000080,  // detection was used during update chips (XXX this probably does not make it into the db)
   ID_MEAS_BLEND_MEAS     = 0x00000100,  // detection is within radius of multiple objects 
   ID_MEAS_BLEND_OBJ      = 0x00000200,  // multiple detections within radius of object 
@@ -179,4 +179,5 @@
   ID_PHOTOM_PASS_3  = 0x00000800, // average magnitude calculated in 3th pass
   ID_PHOTOM_PASS_4  = 0x00001000, // average magnitude calculated in 4th pass
+  ID_SECF_OBJ_EXT   = 0x01000000, // extended in this band
 } DVOSecfiltFlags;
 
