IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:27:52 PM (20 years ago)
Author:
Paul Price
Message:

Moving additional pslib functions over to psLib proper. Some API changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r7282 r7382  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-06-02 02:15:35 $
     10*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-06-07 03:27:52 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    803803
    804804    // 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);
    807807
    808808    // select peak in x and in y
Note: See TracChangeset for help on using the changeset viewer.