Changeset 20329
- Timestamp:
- Oct 22, 2008, 11:43:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMergeSources.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMergeSources.c
r20085 r20329 62 62 63 63 pmDetections *detections = pmDetectionsAlloc(); 64 64 65 65 psArray *sources = psMetadataLookupPtr (NULL, readout->analysis, "PSPHOT.SOURCES"); 66 66 if (!sources) { … … 82 82 peak->yf = ypos; 83 83 peak->flux = 1.0; 84 peak->SN = INFINITY; 84 85 85 psArrayAdd (detections->peaks, 100, peak);86 psFree (peak);86 psArrayAdd (detections->peaks, 100, peak); 87 psFree (peak); 87 88 } 88 89
Note:
See TracChangeset
for help on using the changeset viewer.
