GalSim-developers / GalSim

The modular galaxy image simulation toolkit. Documentation:
http://galsim-developers.github.io/GalSim/
Other
223 stars 105 forks source link

Don't err if SiliconSensor accumulates on image outside range of treering function #1258

Closed rmjarvis closed 10 months ago

rmjarvis commented 10 months ago

In ImSim, we sometimes make a stamp image that is large enough to extend past the allowed range of the treering function. The treatment outside that range is irrelevant, since we just ignore the part that is outside the bounds of the main image, but the current code was raising an exception.

This PR changes it to just ignore tree rings on any pixels that are outside the range of the treering function.