Index: trunk/psphot/src/pmObjects_EAM.c
===================================================================
--- trunk/psphot/src/pmObjects_EAM.c	(revision 5049)
+++ trunk/psphot/src/pmObjects_EAM.c	(revision 5122)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-14 02:06:55 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-26 07:17:19 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1641,5 +1641,5 @@
 		ymodel = modelFunc (NULL, model->params, coord);
 		
-		// this test enhances the weight based on deviation from the model flux
+		// this test modifies the weight based on deviation from the model flux
 		Ro = 1.0 + fabs (y->data.F32[tmpCnt] - ymodel) / sqrt(PS_SQR(ymodel - So) + PS_SQR(So));
 
@@ -1667,5 +1667,15 @@
 	    paramMask->data.U8[i] = 1;
 	}
-    }  
+    } 
+    # if (0)
+    else {
+	// try keeping the moments sky -- unsuccessful
+	for (int i = 1; i < paramMask->n; i++) {
+	    paramMask->data.U8[i] = 0;
+	}
+	paramMask->data.U8[0] = 1;
+    }
+    # endif
+
 
     // XXX EAM : I've added three types of parameter range checks
