IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 19, 2006, 2:55:33 PM (21 years ago)
Author:
eugene
Message:

adapted everything to work with pmReadout *readout instead of eamReadout *imdata

File:
1 edited

Legend:

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

    r5986 r6056  
    11# include "psphot.h"
    22
    3 psArray *psphotFindPeaks (eamReadout *imdata, psMetadata *config, psStats *sky) {
     3psArray *psphotFindPeaks (pmReadout *readout, psMetadata *config, psStats *sky) {
    44
    55    bool  status = false;
     
    1515    NSIGMA = psMetadataLookupF32 (&status, config, "PEAKS_SMOOTH_NSIGMA");
    1616
    17     psImage *smooth = psImageCopy (NULL, imdata->image, PS_TYPE_F32);
     17    psImage *smooth = psImageCopy (NULL, readout->image, PS_TYPE_F32);
    1818    psImageSmooth (smooth, SIGMA, NSIGMA);
    1919    psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
Note: See TracChangeset for help on using the changeset viewer.