Index: trunk/Ohana/src/libautocode/def/measure-ps1-ref-v2.d
===================================================================
--- trunk/Ohana/src/libautocode/def/measure-ps1-ref-v2.d	(revision 42792)
+++ trunk/Ohana/src/libautocode/def/measure-ps1-ref-v2.d	(revision 42793)
@@ -2,5 +2,5 @@
 EXTNAME      DVO_MEASURE_PS1_REF_V2
 TYPE         BINTABLE
-SIZE         40
+SIZE         48
 DESCRIPTION  DVO Detection Measurement Table 
 
@@ -12,4 +12,6 @@
 FIELD M,              MAG,          float,          catalog mag,       	       	  mag
 FIELD dM,             MAG_ERR,      float,          mag error,                    mag
+FIELD Mcal,           M_CAL,        float,          image cal mag,                mag
+FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error, mag
 FIELD dt,             M_TIME,       float,          exposure time,                2.5*log(exptime)
 
@@ -25,11 +27,11 @@
 FIELD pad,            PAD,          char[2],        padding
 
-# 5 x float 
+# 7 x float 
 # 4 x int
 # 2 + 2
-# = 40 bytes
+# = 48 bytes
 
-# 5 float, 4 int, 1 short, 2 char
-# 5*4 +    4*4 +  1*2 +    2*1   = 40
+# 7 float, 4 int, 1 short, 2 char
+# 7*4 +    4*4 +  1*2 +    2*1   = 48
 
 
