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

Fix issue with covariance matrix in ApertureStats and SourceCatalog #1788

Closed larrybradley closed 1 week ago

larrybradley commented 1 week ago

This PR fixes an issue in ApertureStats and SourceCatalog where in very rare cases the covariance calculation could take a long time.

Fixes #1775