Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 24579)
+++ trunk/psModules/src/objects/pmSource.h	(revision 25754)
@@ -38,6 +38,7 @@
 
 typedef enum {
-    PM_SOURCE_TMPF_MODEL_GUESS = 0x0001,
-    PM_SOURCE_TMPF_SUBTRACTED  = 0x0002,
+    PM_SOURCE_TMPF_MODEL_GUESS   = 0x0001,
+    PM_SOURCE_TMPF_SUBTRACTED    = 0x0002,
+    PM_SOURCE_TMPF_SIZE_MEASURED = 0x0004,
 } pmSourceTmpF;
 
@@ -81,4 +82,5 @@
     float extNsigma;                    ///< Nsigma deviation from PSF to EXT
     float sky, skyErr;                  ///< The sky and its error at the center of the object
+    float apRadius;
     psRegion region;                    ///< area on image covered by selected pixels
     pmSourceExtendedPars *extpars;      ///< extended source parameters
@@ -98,4 +100,6 @@
     float Y;
     float dY;
+    int nStars;
+    float nSigma;
 }
 pmPSFClump;
