Index: trunk/psphot/src/pmObjects_EAM.h
===================================================================
--- trunk/psphot/src/pmObjects_EAM.h	(revision 4983)
+++ trunk/psphot/src/pmObjects_EAM.h	(revision 5048)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-09 18:31:29 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-14 01:35:20 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -210,11 +210,9 @@
 
 *****************************************************************************/
-pmSource *pmSourceLocalSky(
-    const psImage *image,		///< The input image (float)
-    const pmPeak *peak,			///< The peak for which the pmSource struct is created.
+bool pmSourceLocalSky(
+    pmSource *source,			///< The input image (float)
     psStatsOptions statsOptions,	///< The statistic used in calculating the background sky
-    float innerRadius,			///< The inner radius of the suqare annulus for calculating sky
-    float outerRadius			///< The outer radius of the suqare annulus for calculating sky
-);
+    float Radius			///< The inner radius of the square annulus to exclude
+    );
 
 /******************************************************************************
@@ -298,3 +296,15 @@
 );
 
+bool pmSourceFitModel_v5(
+    pmSource *source,			///< The input pmSource
+    pmModel *model,			///< model to be fitted
+    const bool PSF			///< Treat model as PSF or FLT?
+);
+
+bool pmSourceFitModel_v7(
+    pmSource *source,			///< The input pmSource
+    pmModel *model,			///< model to be fitted
+    const bool PSF			///< Treat model as PSF or FLT?
+);
+
 #endif
