Index: trunk/psModules/src/objects/pmPSF.h
===================================================================
--- trunk/psModules/src/objects/pmPSF.h	(revision 13064)
+++ trunk/psModules/src/objects/pmPSF.h	(revision 13898)
@@ -6,6 +6,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-04-27 22:14:08 $
+ * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-06-20 02:22:26 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -31,5 +31,5 @@
 
 /** pmPSF data structure
- * 
+ *
  * It is useful to generate a model to define the point-spread-function which
  * describes the flux distribution for unresolved sources in an image. In
@@ -40,5 +40,5 @@
  * psArray. The other elements of the structure define the quality of the PSF
  * determination.
- * 
+ *
  */
 typedef struct
@@ -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))
-    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
-    pmResiduals *residuals;		///< normalized residual image (no spatial variation)
+    pmGrowthCurve *growth;              ///< apMag vs Radius
+    pmResiduals *residuals;             ///< normalized residual image (no spatial variation)
 }
 pmPSF;
@@ -69,7 +69,7 @@
 
 /**
- * 
+ *
  * Allocator for the pmPSF structure.
- * 
+ *
  */
 pmPSF *pmPSFAlloc(
@@ -80,5 +80,5 @@
 
 /**
- * 
+ *
  * This function constructs a pmModel instance based on the pmPSF description
  * of the PSF. The input is a pmModel with at least the values of the centroid
@@ -86,5 +86,5 @@
  * the PSF-dependent parameters are specified for the specific realization based
  * on the coordinates of the object.
- * 
+ *
  */
 pmModel *pmModelFromPSF(
@@ -100,5 +100,5 @@
 double pmPSF_SXYtoModel (psF32 *fittedPar);
 
-bool pmGrowthCurveGenerate (pmReadout *readout, pmPSF *psf, bool ignore);
+bool pmGrowthCurveGenerate (pmReadout *readout, pmPSF *psf, bool ignore, psMaskType maskVal, psMaskType mark);
 pmPSF *pmPSFBuildSimple (char *typeName, float sxx, float syy, float sxy, ...);
 
