astropy / photutils

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

Add functional PSF models #1838

Closed larrybradley closed 1 month ago

larrybradley commented 1 month ago

This very large PR adds the following new functional (analytic) PSF models:

These new PSF models are in the functional_models module. The old models and griddedpsfmodel modules have been renamed to image_models and gridded_models, respectively. The IntegratedGaussianPRF model was moved to the new functional_models module.

The IntegratedGaussianPRF model now supports units.

Finally, the IntegratedGaussianPRF model must now be initialized using keyword-only arguments for consistency with the other functional models.