astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
231 stars 131 forks source link

Fit results keys #1773

Closed larrybradley closed 3 weeks ago

larrybradley commented 3 weeks ago

The PSFPhotometry init_params table was moved from thefit_results dictionary to a stand-alone attribute.

This PR also removeds local_bkg, psfcenter_indices, fit_residuals,npixfit, and nmodels keys from the PSFPhotometry fit_results dictionary. local_bkg, npixfit, and nmodels are available in the output table. psfcenter_indices and fit_residuals were used internally in the code and not intended to be public-facing.