Index: trunk/psModules/src/objects/pmPSF.h
===================================================================
--- trunk/psModules/src/objects/pmPSF.h	(revision 11253)
+++ trunk/psModules/src/objects/pmPSF.h	(revision 12949)
@@ -6,6 +6,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-01-24 02:54:15 $
+ * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-04-21 19:47:14 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -49,16 +49,16 @@
     // unfitted elements (So, Io, Xo, Yo) and leave them as NULL
     // I am using a new name to catch all refs to params with gcc
-    psPolynomial1D *ChiTrend;  ///< Chisq vs flux fit (correction for systematic errors)
-    psPolynomial4D *ApTrend;  ///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
-    //pmGrowthCurve *growth;  ///< apMag vs Radius // move to end as gdb is confused by it here
-    float ApResid;   ///< apMag - psfMag (for PSF stars)
-    float dApResid;   ///< scatter of ApResid
-    float skyBias;   ///< implied residual sky offset from ApResid fit
-    float skySat;   ///< roll-over of ApResid fit
-    float chisq;   ///< PSF goodness statistic (unused??)
-    int nPSFstars;   ///< number of stars used to measure PSF
-    int nApResid;   ///< number of stars used to measure ApResid
+    psPolynomial1D *ChiTrend;	      ///< Chisq vs flux fit (correction for systematic errors)
+    psPolynomial4D *ApTrend;		///< ApResid vs (x,y,rflux) (rflux = ten(0.4*mInst))
+    float ApResid;			///< apMag - psfMag (for PSF stars)
+    float dApResid;			///< scatter of ApResid
+    float skyBias;			///< implied residual sky offset from ApResid fit
+    float skySat;			///< roll-over of ApResid fit
+    float chisq;			///< PSF goodness statistic (unused??)
+    int nPSFstars;			///< number of stars used to measure PSF
+    int nApResid;			///< number of stars used to measure ApResid
     bool poissonErrors;
-    pmGrowthCurve *growth;  ///< apMag vs Radius
+    pmGrowthCurve *growth;		///< apMag vs Radius
+    pmResiduals *residuals;		///< normalized residual image (no spatial variation)
 }
 pmPSF;
