Changeset 7382 for trunk/psModules/src/astrom/pmAstrometryObjects.c
- Timestamp:
- Jun 6, 2006, 5:27:52 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r7282 r7382 8 8 * @author EAM, IfA 9 9 * 10 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-06-0 2 02:15:35$10 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-07 03:27:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 803 803 804 804 // smooth histgram vector with gaussian of 1sigma = radius 805 psVectorSmooth (xHist, tweakSmooth, tweakNsigma);806 psVectorSmooth (yHist, tweakSmooth, tweakNsigma);805 psVectorSmooth(xHist, xHist, tweakSmooth, tweakNsigma); 806 psVectorSmooth(yHist, yHist, tweakSmooth, tweakNsigma); 807 807 808 808 // select peak in x and in y
Note:
See TracChangeset
for help on using the changeset viewer.
