Index: trunk/psModules/src/objects/pmSource.h
===================================================================
--- trunk/psModules/src/objects/pmSource.h	(revision 13898)
+++ trunk/psModules/src/objects/pmSource.h	(revision 13982)
@@ -3,6 +3,6 @@
  * @author EAM, IfA; GLG, MHPCC
  *
- * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-06-20 02:22:26 $
+ * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-06-26 19:27:37 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -63,10 +63,12 @@
     psImage *pixels;                    ///< Rectangular region including object pixels.
     psImage *weight;                    ///< Image variance.
-    psImage *modelFlux;                 ///< cached copy of the model for this source
     psImage *maskObj;                   ///< unique mask for this object which marks included pixels associated with objects.
     psImage *maskView;                  ///< view into global image mask for this object region
+    psImage *modelFlux;                 ///< cached copy of the best model for this source
+    psImage *psfFlux;                   ///< cached copy of the psf model for this source
     pmMoments *moments;                 ///< Basic moments measure for the object.
     pmModel *modelPSF;                  ///< PSF Model fit (parameters and type)
     pmModel *modelEXT;                  ///< EXT (floating) Model fit (parameters and type).
+    pmModel *modelConv;                 ///< PSF-Convolved Model fit (parameters and type).
     pmSourceType type;                  ///< Best identification of object.
     pmSourceMode mode;                  ///< Best identification of object.
