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 additional allowed columns in PSF photometry init_params #1765

Closed larrybradley closed 1 month ago

larrybradley commented 1 month ago

This PR adds "x_fit", "xfit", "y_fit", "yfit", "flux_fit", and "fluxfit" as allowed column names in the init_params table input to the PSF photometry objects.

This PR also fixes a bug where the first matching column in the init_params table was not used in PSFPhotometry and IterativePSFPhotometry.