Index: trunk/Ohana/src/libautocode/def/lensing.d
===================================================================
--- trunk/Ohana/src/libautocode/def/lensing.d	(revision 37034)
+++ trunk/Ohana/src/libautocode/def/lensing.d	(revision 37356)
@@ -2,5 +2,5 @@
 EXTNAME      DVO_LENSING
 TYPE         BINTABLE
-SIZE         128
+SIZE         136
 DESCRIPTION  DVO Lensing Table 
 
@@ -39,11 +39,14 @@
 FIELD fF_ApR6,       FLUX_AP_R6,     float,          Flux inside r = 6
 
-FIELD   detID,          DET_ID,       unsigned int,   detection ID
-FIELD   objID,          OBJ_ID,       unsigned int,   unique ID for object in table
-FIELD   catID,          CAT_ID,       unsigned int,   unique ID for table in which object was first realized
-FIELD  averef,         AVE_REF,       unsigned int,   reference to average entry      
+FIELD   detID,          DET_ID,      int,   	     detection ID
+FIELD   objID,          OBJ_ID,      int,   	     unique ID for object in table
+FIELD   catID,          CAT_ID,      int,   	     unique ID for table in which object was first realized
+FIELD  averef,         AVE_REF,      int,   	     reference to average entry      
+
+FIELD imageID,	       IMAGE_ID,     int,   	     reference to DVO image ID
+FIELD padding,	       PADDING,      int,   	     padding
 
 # 28 x float
-# 4 x int
-# = 128 bytes / detection
+# 5 x int + padding
+# = 136 bytes / detection
 # for 2.5G objects + 60 overlaps, expect 15TB for forced warp
