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

Add fit_params table as PSFPhotometry attribute #1789

Closed larrybradley closed 1 week ago

larrybradley commented 1 week ago

This PR refactor the PSF photometry class to internally store the fitted PSF model parameters instead of the model instances. This is the first step to parallelizing the fitting code.

This PR also introduces the following changes: