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

Updates to simulated example images #1760

Closed larrybradley closed 1 month ago

larrybradley commented 1 month ago

The randomly-generated optional noise in the simulated example images make_4gaussians_image and make_100gaussians_image is now slightly different. The noise sigma is the same, but the pixel values differ.

This is a result of replacing the legacy numpy RandomState with the new default_rng.

This PR also moves these two example images to a separate module.