Changeset 20085 for trunk/psphot/src/psphotMergeSources.c
- Timestamp:
- Oct 12, 2008, 4:05:47 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMergeSources.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMergeSources.c
r20070 r20085 52 52 } 53 53 54 pmDetections * detections =psphotLoadPSFSources (pmConfig *config, const pmFPAview *view) {54 pmDetections *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view) { 55 55 56 56 // find the currently selected readout … … 87 87 } 88 88 89 psLogMsg ("psphot", 3, "%ld PSF sources loaded", detections->peaks->n n);89 psLogMsg ("psphot", 3, "%ld PSF sources loaded", detections->peaks->n); 90 90 91 91 return detections;
Note:
See TracChangeset
for help on using the changeset viewer.
