Index: trunk/Ohana/src/libautocode/def/average.d
===================================================================
--- trunk/Ohana/src/libautocode/def/average.d	(revision 21508)
+++ trunk/Ohana/src/libautocode/def/average.d	(revision 27579)
@@ -2,5 +2,5 @@
 EXTNAME      DVO_AVERAGE
 TYPE         BINTABLE
-SIZE         94
+SIZE         112
 DESCRIPTION  DVO Average Object Table
 
@@ -9,6 +9,6 @@
 FIELD R,              RA,          double,          RA,                           decimal degrees 
 FIELD D,              DEC,         double,          DEC,                          decimal degrees 
-FIELD dR,             RA_ERR,      float,           RA error                      arcsec
-FIELD dD,             DEC_ERR,     float,           DEC error                     arcsec
+FIELD dR,             RA_ERR,      float,           RA error,                     arcsec
+FIELD dD,             DEC_ERR,     float,           DEC error,                    arcsec
 				   
 FIELD uR,             U_RA,        float,           RA*cos(D) proper-motion,      arcsec/year
@@ -19,6 +19,11 @@
 FIELD dP,             PAR_ERR,     float,           parallax error,               arcsec
 
-FIELD Xp,             SIGMA_POS,   short,           position scatter,             1/100 arcsec
-FIELD ChiSq,          CHISQ_POS,   float,           astrometry analysis chisq
+FIELD ChiSqAve,       CHISQ_POS,   float,           astrometry analysis chisq
+FIELD ChiSqPM,        CHISQ_PM,    float,           astrometry analysis chisq
+FIELD ChiSqPar,       CHISQ_PAP,   float,           astrometry analysis chisq
+FIELD Tmean,          MEAN_EPOCH,  int,   	    mean epoch (PM,PAR ref),       unix time seconds
+FIELD Trange,         TIME_RANGE,  int,   	    mean epoch (PM,PAR ref),       unix time seconds
+
+FIELD Xp,             SIGMA_POS,   float,           position scatter,             1/100 arcsec
 FIELD Npos,           NUMBER_POS,  unsigned short,  number of detections used for astrometry
 
@@ -46,2 +51,5 @@
 
 # *** 20090206 : new fields : ChiSq, Npos, flags (was code, uint16_t), extID
+
+# *** 20100331 : new fields needed to assess astrometry analysis quality:
+
