Changeset 26611
- Timestamp:
- Jan 14, 2010, 4:48:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c
r26542 r26611 70 70 psphotVisualShowPSFModel(readout, psf); 71 71 72 # if 0 73 // XXX if we want to determine the aperture residual correction here, we either 74 // need to carry it out of the PSF determination analysis above, or save the model 75 // fits from that analysis, or run the linear PSF fit for all objects currently in hand 76 // construct an initial model for each object, set the radius to fitRadius, set circular fit mask 77 psphotGuessModels (config, readout, sources, psf); 78 72 79 // measure aperture photometry corrections 73 80 if (!psphotApResid (config, readout, sources, psf)) { … … 75 82 return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources); 76 83 } 84 # endif 77 85 78 86 // drop the references to the image pixels held by each source
Note:
See TracChangeset
for help on using the changeset viewer.
