Index: /branches/eam_branches/ipp-20100823/psphot/src/psphotGuessModels.c
===================================================================
--- /branches/eam_branches/ipp-20100823/psphot/src/psphotGuessModels.c	(revision 29456)
+++ /branches/eam_branches/ipp-20100823/psphot/src/psphotGuessModels.c	(revision 29457)
@@ -176,9 +176,14 @@
 
         // We have two options to get a guess for the object position: the position from the
-        // peak and the position from the moments.  Use the peak position if (a) there are no
-        // moments and (b) the sources is not saturated
-
+        // peak and the position from the moments.  Use the peak position if there are no
+        // moments
+
+# if (0)
+        bool useMoments = true;
+# else
         bool useMoments = false;
         useMoments = (source->mode & PM_SOURCE_MODE_SATSTAR);  // we only want to try if SATSTAR is set, but..
+# endif
+
         useMoments = (useMoments && source->moments);          // can't if there are no moments
         useMoments = (useMoments && source->moments->nPixels); // can't if the moments were not measured
