Changeset 6320 for trunk/psphot/src/psphotFindPeaks.c
- Timestamp:
- Feb 3, 2006, 8:51:28 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFindPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFindPeaks.c
r6311 r6320 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks 3 4 psArray *psphotFindPeaks (pmReadout *readout, psMetadata *config, psStats *sky) { 4 5 … … 54 55 // In this function, we smooth the image, then search for the peaks 55 56 // Should we also subtract a super-binned image? (as an option?) 56 // We need to gracefully handle no source detections57 // XXX : We need to gracefully handle no source detections
Note:
See TracChangeset
for help on using the changeset viewer.
