Changeset 6056 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Jan 19, 2006, 2:55:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r5986 r6056 1 1 # include "psphot.h" 2 2 3 psArray *psphotFindPeaks ( eamReadout *imdata, psMetadata *config, psStats *sky) {3 psArray *psphotFindPeaks (pmReadout *readout, psMetadata *config, psStats *sky) { 4 4 5 5 bool status = false; … … 15 15 NSIGMA = psMetadataLookupF32 (&status, config, "PEAKS_SMOOTH_NSIGMA"); 16 16 17 psImage *smooth = psImageCopy (NULL, imdata->image, PS_TYPE_F32);17 psImage *smooth = psImageCopy (NULL, readout->image, PS_TYPE_F32); 18 18 psImageSmooth (smooth, SIGMA, NSIGMA); 19 19 psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
Note:
See TracChangeset
for help on using the changeset viewer.
