Index: trunk/psLib/src/imageops/psImageConvolve.c
===================================================================
--- trunk/psLib/src/imageops/psImageConvolve.c	(revision 11998)
+++ trunk/psLib/src/imageops/psImageConvolve.c	(revision 11999)
@@ -7,6 +7,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2007-02-08 04:23:57 $
+/// @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2007-02-22 22:12:36 $
 ///
 /// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -29,4 +29,5 @@
 #include "psImageStructManip.h"
 #include "psImagePixelManip.h"
+#include "psTrace.h"
 
 #include "psImageConvolve.h"
@@ -154,4 +155,6 @@
     }
 
+    psTrace("psLib.imageops", 5, "Kernel range: %d:%d,%d:%d\n", xMin, xMax, yMin, yMax);
+
     if (!tRelative) {
         // Then the total time is simply the final value
@@ -175,5 +178,5 @@
         }
         float t = tShifts->data.F32[i];
-        if (tRelative) {
+        if (!tRelative) {
             t -= tLast;
             tLast = tShifts->data.F32[i];
