IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 1:30:35 PM (20 years ago)
Author:
eugene
Message:

updated to use new image/subimage/region coordinate consistency

File:
1 edited

Legend:

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

    r6056 r6311  
    1616
    1717    psImage *smooth = psImageCopy (NULL, readout->image, PS_TYPE_F32);
     18    psphotSaveImage (NULL, smooth, "presmooth.fits");
     19
    1820    psImageSmooth (smooth, SIGMA, NSIGMA);
    1921    psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
     22
     23    psphotSaveImage (NULL, smooth, "smooth.fits");
    2024
    2125    psTimerStart ("psphot");
Note: See TracChangeset for help on using the changeset viewer.