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

Fixes to IntegratedGaussianPRF bounding box #1754

Closed larrybradley closed 4 months ago

larrybradley commented 4 months ago

This PR fixes the IntegratedGaussianPRF class bounding_box limits to always be symmetric.

The bounding_box is also now a method instead of an attribute for consistency with Astropy models. The method has a factor keyword to scale the bounding box. The default scale factor is 5.5 times sigma.