Index: trunk/Ohana/src/libautocode/def/secfilt.d
===================================================================
--- trunk/Ohana/src/libautocode/def/secfilt.d	(revision 34260)
+++ trunk/Ohana/src/libautocode/def/secfilt.d	(revision 34620)
@@ -6,23 +6,22 @@
 
 # elements of data structure / FITS table
-FIELD  M,     	    MAG,      	   float,      average mag in this band,              mags
-FIELD  Map,    	    MAG,      	   float,      average mag in this band,              mags
-FIELD  Mkron,  	    MAG_KRON,  	   float,      ave kron mag in this band,             mags
-FIELD  dMkron, 	    MAG_KRON_ERR,  float,      formal error on average kron mag,      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  FluxPSF,     FLUX_PSF,      float,      mean flux psf fit (PS1: stack)
-FIELD  dFluxPSF,    FLUX_PSF_ERR,  float,      mean flux psf error
-FIELD  FluxKron,    FLUX_KRON,     float,      mean flux kron ap (PS1: stack)
-FIELD  dFluxKron,   FLUX_KRON_ERR, float,      mean flux kron err
-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  Mstdev,      MAG_STDEV,     short,      standard deviation of measurements,    millimags
-FIELD  stackID,     STACK_ID,      uint32_t,   image ID of stack used for fluxes (if any)
-FIELD  dummy,       DUMMY,         uint32_t,   padding
+FIELD  M,             MAG,             float,      average mag in this band,              mags
+FIELD  Map,           MAG,             float,      average mag in this band,              mags
+FIELD  Mkron,         MAG_KRON,        float,      ave kron mag in this band,             mags
+FIELD  dMkron,        MAG_KRON_ERR,    float,      formal error on average kron mag,      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  FluxPSF,       FLUX_PSF,        float,      mean flux psf fit (PS1: stack)
+FIELD  dFluxPSF,      FLUX_PSF_ERR,    float,      mean flux psf error
+FIELD  FluxKron,      FLUX_KRON,       float,      mean flux kron ap (PS1: stack)
+FIELD  dFluxKron,     FLUX_KRON_ERR,   float,      mean flux kron err
+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  Mstdev,        MAG_STDEV,       short,      standard deviation of measurements,    millimags
+FIELD  stackDetectID, STACK_DETECT_ID, uint64_t,   detection ID on stack used for fluxes (if any)
 
 # *** 20090206 : new fields : M_20, M_80; dropped dummy
