IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 5:33:01 PM (21 years ago)
Author:
eugene
Message:

psphot reorganization: merged in pmObjects code from psModule, modified to work with psLib 0.7.0

File:
1 edited

Legend:

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

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