Index: trunk/Ohana/src/libautocode/def/secfilt.d
===================================================================
--- trunk/Ohana/src/libautocode/def/secfilt.d	(revision 27579)
+++ trunk/Ohana/src/libautocode/def/secfilt.d	(revision 33647)
@@ -2,16 +2,20 @@
 EXTNAME      DVO_SECFILT
 TYPE         BINTABLE
-SIZE         24
+SIZE         32
 DESCRIPTION  DVO SecFilt : Secondary Filter Data 
 
 # elements of data structure / FITS table
-FIELD  M,     MAG,      float,                other mags,       mags
-FIELD  dM,    MAG_ERR,  float,                scatter on mag,   mags
-FIELD  Xm,    MAG_CHI,  float,                chisq on average mag,     [100*log(value)]
-FIELD  flags, FLAGS,    uint32_t,             photometry flags
-FIELD  Ncode, NCODE,    short,                number of detections in band
-FIELD  Nused, NUSED,    short,                number of detections used in average
-FIELD  M_20,  MAG_20,   short,                lower 20percent mag,      millimags
-FIELD  M_80,  MAG_80,   short,                upper 20percent mag,      millimags
+FIELD  M,     	    MAG,      	  float,      average mag in this band,              mags
+FIELD  Map,    	    MAG,      	  float,      average mag in this band,              mags
+FIELD  dM,    	    MAG_ERR,  	  float,      formal error on average mag,           mags
+FIELD  Xm,    	    MAG_CHI,  	  float,      chisq on average mag,                  [100*log(value)]
+FIELD  flags, 	    FLAGS,    	  uint32_t,   photometry flags
+FIELD  Ncode, 	    NCODE,    	  short,      number of detections in band
+FIELD  Nused, 	    NUSED,    	  short,      number of detections used in average
+FIELD  M_20,  	    MAG_20,   	  short,      lower 20percent mag,                   millimags
+FIELD  M_80,  	    MAG_80,   	  short,      upper 20percent mag,                   millimags
+FIELD  ubercalDist, UBERCAL_DIST, short,      number of images from an ubercal-image
+FIELD  dummy,       DUMMY,        char[2],    padding
 
 # *** 20090206 : new fields : M_20, M_80; dropped dummy
+# *** 20120302 : new fields : ubercalDist, Map, dummy[2byte]
