Index: branches/eam_branches/ipp-20110213/psphot/src/psphotGuessModels.c
===================================================================
--- branches/eam_branches/ipp-20110213/psphot/src/psphotGuessModels.c	(revision 31026)
+++ branches/eam_branches/ipp-20110213/psphot/src/psphotGuessModels.c	(revision 31034)
@@ -177,4 +177,7 @@
         // the guess central intensity comes from the peak:
         float Io = source->peak->rawFlux;
+        if (!isfinite(Io) && source->moments) {
+	  Io = source->moments->Peak;
+	}
 
         // We have two options to get a guess for the object position: the position from the
