Index: /branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c
===================================================================
--- /branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c	(revision 26806)
+++ /branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c	(revision 26807)
@@ -883,7 +883,7 @@
                 // Mask out the stamp in the image so you it's not found again
                 psTrace("psModules.imcombine", 3, "Rejecting stamp %d (%d,%d)\n", i,
-                        (int)(stamp->x + 0.5), (int)(stamp->y + 0.5));
+                        (int)(stamp->x - 0.5), (int)(stamp->y - 0.5));
                 psStringAppend(&log, "Stamp %d (%d,%d): %f\n", i,
-                               (int)(stamp->x + 0.5), (int)(stamp->y + 0.5),
+                               (int)(stamp->x - 0.5), (int)(stamp->y - 0.5),
                                fabsf(deviations->data.F32[i] - mean));
                 numRejected++;
