Index: /trunk/psphot/src/psphotBlendFit.c
===================================================================
--- /trunk/psphot/src/psphotBlendFit.c	(revision 11164)
+++ /trunk/psphot/src/psphotBlendFit.c	(revision 11165)
@@ -18,7 +18,9 @@
     float FIT_SN_LIM = psMetadataLookupF32 (&status, recipe, "FULL_FIT_SN_LIM");
 
-    psphotInitLimitsPSF (recipe);
+    psphotInitLimitsPSF (recipe, readout);
     psphotInitLimitsEXT (recipe);
     psphotInitRadiusPSF (recipe, psf->type);
+
+    psphotFitInit ();
 
     // option to limit analysis to a specific region
@@ -28,4 +30,6 @@
 
     for (int i = 0; i < sources->n; i++) {
+	if (i%100 == 0) psphotFitSummary ();
+
 	pmSource *source = sources->data[i];
 
