Index: /branches/eam_branches/ipp-20101205/psphot/src/psphotFitSourcesLinear.c
===================================================================
--- /branches/eam_branches/ipp-20101205/psphot/src/psphotFitSourcesLinear.c	(revision 30199)
+++ /branches/eam_branches/ipp-20101205/psphot/src/psphotFitSourcesLinear.c	(revision 30200)
@@ -163,5 +163,10 @@
 	    }
 	}
-	if (modelSum < 0.01) continue; // skip sources with no model constraint (somewhat arbitrary limit)
+	if (modelSum < 0.5) continue; // skip sources with no model constraint (somewhat arbitrary limit)
+	// if (modelSum < 0.01) continue; // skip sources with no model constraint (somewhat arbitrary limit)
+	if (modelSum < 0.8) {
+	    fprintf (stderr, "low-sig model @ %f, %f (%f sum, %f peak)\n",
+		     source->peak->xf, source->peak->yf, modelSum, source->peak->flux);
+	}
 
         pmModel *model = pmSourceGetModel (NULL, source);
