Index: trunk/psModules/src/astrom/pmAstrometryObjects.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryObjects.c	(revision 7282)
+++ trunk/psModules/src/astrom/pmAstrometryObjects.c	(revision 7382)
@@ -8,6 +8,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-06-02 02:15:35 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-06-07 03:27:52 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -803,6 +803,6 @@
 
     // smooth histgram vector with gaussian of 1sigma = radius
-    psVectorSmooth (xHist, tweakSmooth, tweakNsigma);
-    psVectorSmooth (yHist, tweakSmooth, tweakNsigma);
+    psVectorSmooth(xHist, xHist, tweakSmooth, tweakNsigma);
+    psVectorSmooth(yHist, yHist, tweakSmooth, tweakNsigma);
 
     // select peak in x and in y
