Changeset 26421
- Timestamp:
- Dec 15, 2009, 6:17:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c
r25755 r26421 57 57 } 58 58 59 if (!psphotImageQuality (recipe, sources)) { 60 psLogMsg("psphot", 3, "failed to measure image quality"); 61 return psphotReadoutCleanup(config, readout, recipe, detections, NULL, sources); 62 } 63 59 64 pmPSF *psf = psphotChoosePSF(readout, sources, recipe); 60 65 if (!psf) { … … 65 70 psphotVisualShowPSFModel(readout, psf); 66 71 72 // measure aperture photometry corrections 73 if (!psphotApResid (config, readout, sources, psf)) { 74 psLogMsg ("psphot", 3, "failed on psphotApResid"); 75 return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources); 76 } 77 67 78 // drop the references to the image pixels held by each source 68 79 psphotSourceFreePixels(sources);
Note:
See TracChangeset
for help on using the changeset viewer.
