Index: trunk/ppStack/src/ppStackMatch.c
===================================================================
--- trunk/ppStack/src/ppStackMatch.c	(revision 19196)
+++ trunk/ppStack/src/ppStackMatch.c	(revision 19210)
@@ -96,5 +96,5 @@
                 psErrorClear();
             } else {
-                minFlux = bg->robustStdev;
+                minFlux = 0.1 * bg->robustStdev;
             }
             psFree(bg);
@@ -111,5 +111,5 @@
                 }
             }
-            minFlux = 0.1 * powf(10.0, -0.4 * maxMag);
+            minFlux = 0.01 * powf(10.0, -0.4 * maxMag);
         }
 
