Changeset 20085
- Timestamp:
- Oct 12, 2008, 4:05:47 PM (18 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphotMergeSources.c (modified) (2 diffs)
-
psphotReadoutFindPSF.c (modified) (1 diff)
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; -
trunk/psphot/src/psphotReadoutFindPSF.c
r20070 r20085 51 51 } 52 52 53 p sf = psphotChoosePSF (readout, sources, recipe);53 pmPSF *psf = psphotChoosePSF (readout, sources, recipe); 54 54 if (psf == NULL) { 55 55 psLogMsg ("psphot", 3, "failure to construct a psf model");
Note:
See TracChangeset
for help on using the changeset viewer.
