We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c2569 commit 6e9c4deCopy full SHA for 6e9c4de
1 file changed
jax_galsim/gsobject.py
@@ -579,7 +579,6 @@ def _determine_wcs(self, scale, wcs, image, default_wcs=None):
579
to indicate that the number of photons should be determined
580
from the flux and gain
581
- uses a default of ``max_extra_noise=None`` instead of ``max_extra_noise=0``
582
- to indicate no limit on the extra noise
583
- requires that the ``maxN`` option be a constant since PhotonArrays are allocated
584
with ``maxN`` photons when this option is used and arrays in JAX must have static sizes.
585
- raises a generic ``Exception`` instead of a more specific exception for some invalid inputs
0 commit comments