Index: trunk/psphot/src/psphotFindPeaks.c
===================================================================
--- trunk/psphot/src/psphotFindPeaks.c	(revision 15942)
+++ trunk/psphot/src/psphotFindPeaks.c	(revision 15962)
@@ -94,4 +94,8 @@
         effArea = 1;                    // never less than a pixel
     }
+    if (pass == 1) {
+	effArea = 4.0*M_PI; // XXX better than nothing but still fairly poor
+    } 
+
     float threshold = PS_SQR(NSIGMA_PEAK) / effArea;
 
