Index: /branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c
===================================================================
--- /branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c	(revision 30747)
+++ /branches/eam_branches/ipp-20110213/psModules/src/objects/pmFootprintCullPeaks.c	(revision 30748)
@@ -67,4 +67,10 @@
     psArray *brightPeaks = psArrayAllocEmpty(fp->peaks->n);
     psArrayAdd (brightPeaks, 128, fp->peaks->data[0]);
+
+    // XXX test point
+    // pmPeak *myPeak = fp->peaks->data[0];
+    // if ((fabs(myPeak->x - 320) < 30) && (fabs(myPeak->y - 430) < 30)) {
+    // 	fprintf (stderr, "test peak\n");
+    // }
 
     // allocate the peakFootprint and peakFPSpans containers -- these are re-used by pmFootprintsFindAtPoint to minimize allocs in this function
