IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 25, 2005, 1:13:43 PM (21 years ago)
Author:
eugene
Message:

updated to use psLib.v8, dropping _EAM code everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmPeaksSigmaLimit.c

    r5049 r5593  
    1616
    1717    psImage *smooth = psImageCopy (NULL, imdata->image, PS_TYPE_F32);
    18     psImageSmooth_EAM (smooth, SIGMA, NSIGMA);
     18    psImageSmooth (smooth, SIGMA, NSIGMA);
    1919    psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
    2020
Note: See TracChangeset for help on using the changeset viewer.