Index: trunk/psModules/src/objects/pmFootprintCullPeaks.c
===================================================================
--- trunk/psModules/src/objects/pmFootprintCullPeaks.c	(revision 32347)
+++ trunk/psModules/src/objects/pmFootprintCullPeaks.c	(revision 32707)
@@ -118,5 +118,8 @@
 	    threshbounds->data.F32[i] = 0.25*beta2*PS_SQR(i) + min_threshold;	    
 	}
-	psAssert(threshbounds->data.F32[threshbounds->n-1] > maxFlux, "upper limit does not include max flux");
+        if (threshbounds->data.F32[threshbounds->n-1] > maxFlux) {
+            psWarning ("upper limit: %f does not include max flux: %f",
+                    threshbounds->data.F32[threshbounds->n-1], maxFlux);
+        }
 
 	psHistogram *threshist = psHistogramAllocGeneric(threshbounds);
