Index: trunk/Ohana/src/libautocode/def/measure.d
===================================================================
--- trunk/Ohana/src/libautocode/def/measure.d	(revision 4023)
+++ trunk/Ohana/src/libautocode/def/measure.d	(revision 4800)
@@ -2,10 +2,15 @@
 EXTNAME DVO_MEASURE
 TYPE    BINTABLE
-SIZE    32
+SIZE    36
 
 # elements of data structure / FITS table
 
-FIELD dR,             D_RA,       short,          RA offset,                	  1/100 arcsec
-FIELD dD,             D_DEC,      short,          DEC offset,               	  1/100 arcsec
+# these are the entries from the Elixir DB format:
+# FIELD dR,             D_RA,      short,          RA offset,                	  1/100 arcsec
+# FIELD dD,             D_DEC,     short,          DEC offset,               	  1/100 arcsec
+# replace these with the above names 
+FIELD dR_PS,             D_RA,   float,          RA offset,                	  arcsec
+FIELD dD_PS,             D_DEC,  float,          DEC offset,               	  arcsec
+
 FIELD M,              MAG,        short,          catalog mag,       	       	  millimag
 FIELD Mcal,           Mcal,       short,          image cal mag,	          millimag
