Index: trunk/Ohana/src/libautocode/def/measure.d
===================================================================
--- trunk/Ohana/src/libautocode/def/measure.d	(revision 30604)
+++ trunk/Ohana/src/libautocode/def/measure.d	(revision 34260)
@@ -2,18 +2,26 @@
 EXTNAME      DVO_MEASURE
 TYPE         BINTABLE
-SIZE         148
+SIZE         172
 DESCRIPTION  DVO Detection Measurement Table 
 
-FIELD dR,             D_RA,         float,          RA offset,                	    arcsec
-FIELD dD,             D_DEC,        float,          DEC offset,               	    arcsec
-FIELD M,              MAG,          float,          catalog mag,       	       	    mag
-FIELD Mcal,           M_CAL,        float,          image cal mag,	            mag
-FIELD Map,            M_APER,       float,          aperture mag,		    mag
+FIELD dR,             D_RA,         float,          RA offset,                      arcsec
+FIELD dD,             D_DEC,        float,          DEC offset,                     arcsec
+FIELD M,              MAG,          float,          catalog mag,                    mag
+FIELD Mcal,           M_CAL,        float,          image cal mag,                  mag
+FIELD Map,            M_APER,       float,          aperture mag,                   mag
+FIELD Mkron,          M_KRON,       float,          kron magnitude,                 mag
+FIELD dMkron,         M_KRON_ERR,   float,          kron magnitude error,           mag
 FIELD dM,             MAG_ERR,      float,          mag error,                      mag
 FIELD dMcal,          MAG_CAL_ERR,  float,          systematic calibration error,   mag
 FIELD dt,             M_TIME,       float,          exposure time,                  2.5*log(exptime)
 
+# for stacks only?
+FIELD FluxPSF,        FLUX_PSF,     float,          flux from psf fit,              counts/sec?
+FIELD dFluxPSF,       FLUX_PSF_ERR, float,          error on psf flux,              counts/sec?
+FIELD FluxKron,       FLUX_KRON,     float,         flux from kron ap,              counts/sec?
+FIELD dFluxKron,      FLUX_KRON_ERR, float,         error on kron flux,             counts/sec?
+
 # note that with airmass = 1.0 / cos(90 - alt), we have full alt/az representation
-FIELD airmass,        AIRMASS,      float,          (airmass - 1),		    airmass
+FIELD airmass,        AIRMASS,      float,          (airmass - 1),                  airmass
 FIELD az,             AZ,           float,          telescope azimuth
 
@@ -26,5 +34,5 @@
 FIELD dSky,           SKY_FLUX_ERR, float,          local estimate of sky flux,     counts/sec
 
-FIELD t,              TIME,         int,   	    time in seconds (UNIX)
+FIELD t,              TIME,         int,            time in seconds (UNIX)
 FIELD t_msec,         TIME_MSEC,    unsigned short, time fraction of second,        milliseconds
 FIELD averef,         AVE_REF,      unsigned int,   reference to average entry      
