Changeset 6320
- Timestamp:
- Feb 3, 2006, 8:51:28 AM (20 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 4 edited
-
psphotFindPeaks.c (modified) (2 diffs)
-
psphotImageStats.c (modified) (1 diff)
-
psphotRoughClass.c (modified) (2 diffs)
-
psphotSourceStats.c (modified) (1 diff)
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 -
trunk/psphot/src/psphotImageStats.c
r6117 r6320 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks 3 4 psStats *psphotImageStats (pmReadout *readout, psMetadata *config) 4 5 { -
trunk/psphot/src/psphotRoughClass.c
r5993 r6320 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks 3 4 bool psphotRoughClass (psArray *sources, psMetadata *config) { 4 5 … … 6 7 pmPSFClump psfClump; 7 8 8 // XXX - this has 1 leak9 9 psfClump = pmSourcePSFClump (sources, config); 10 10 -
trunk/psphot/src/psphotSourceStats.c
r6056 r6320 1 1 # include "psphot.h" 2 2 3 // 2006.02.02 : no leaks 3 4 psArray *psphotSourceStats (pmReadout *readout, psMetadata *config, psArray *peaks) 4 5 {
Note:
See TracChangeset
for help on using the changeset viewer.
