Index: /branches/eam_branches/20090715/psphot/src/psphotFindPeaks.c
===================================================================
--- /branches/eam_branches/20090715/psphot/src/psphotFindPeaks.c	(revision 25270)
+++ /branches/eam_branches/20090715/psphot/src/psphotFindPeaks.c	(revision 25271)
@@ -31,4 +31,10 @@
         peak->SN = sqrt(peak->value);
         peak->flux = readout->image->data.F32[peak->y-row0][peak->x-col0];
+	if (peak->flux / peak->value > 5.0/12.0) {
+	    psWarning ("odd peak levels (1)");
+	}
+	if (peak->value / peak->flux > 5*12.0) {
+	    psWarning ("odd peak levels (2)");
+	}
 	if (readout->variance && isfinite (peak->dx)) {
 	    peak->dx *= sqrt(readout->variance->data.F32[peak->y-row0][peak->x-col0]);
