.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/benchmarks.yaml
.github/workflows/python_package.yaml
.github/workflows/release.yml
JAX_GalSim.egg-info/PKG-INFO
JAX_GalSim.egg-info/SOURCES.txt
JAX_GalSim.egg-info/dependency_links.txt
JAX_GalSim.egg-info/requires.txt
JAX_GalSim.egg-info/top_level.txt
dev/notebooks/lanczos_interp_devel.ipynb
dev/notebooks/moffat_maxk_interp.ipynb
dev/notebooks/spergel_fixed_point.ipynb
dev/notebooks/spergel_hlr_flux_radius_approx.ipynb
docs/Makefile
docs/api-coverage.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/sharp-bits.rst
docs/update_api_coverage.py
docs/versioning.rst
docs/_ext/galsim_docstring.py
docs/_static/custom.css
docs/api/core.rst
docs/api/fits.rst
docs/api/gsobjects.rst
docs/api/image.rst
docs/api/index.rst
docs/api/interpolation.rst
docs/api/noise.rst
docs/api/photon_shooting.rst
docs/api/wcs.rst
docs/api/weak-lensing.rst
examples/demo1.py
examples/demo2.py
jax_galsim/__init__.py
jax_galsim/_pyfits.py
jax_galsim/_version.py
jax_galsim/angle.py
jax_galsim/bessel.py
jax_galsim/bounds.py
jax_galsim/box.py
jax_galsim/celestial.py
jax_galsim/convolve.py
jax_galsim/deltafunction.py
jax_galsim/deprecated.py
jax_galsim/errors.py
jax_galsim/exponential.py
jax_galsim/fits.py
jax_galsim/fitswcs.py
jax_galsim/gaussian.py
jax_galsim/gsobject.py
jax_galsim/gsparams.py
jax_galsim/image.py
jax_galsim/integ.py
jax_galsim/interpolant.py
jax_galsim/interpolatedimage.py
jax_galsim/moffat.py
jax_galsim/noise.py
jax_galsim/photon_array.py
jax_galsim/position.py
jax_galsim/random.py
jax_galsim/sensor.py
jax_galsim/shear.py
jax_galsim/spergel.py
jax_galsim/sum.py
jax_galsim/transform.py
jax_galsim/utilities.py
jax_galsim/wcs.py
jax_galsim/core/__init__.py
jax_galsim/core/draw.py
jax_galsim/core/integrate.py
jax_galsim/core/interpolate.py
jax_galsim/core/math.py
jax_galsim/core/testing.py
jax_galsim/core/utils.py
jax_galsim/core/wrap_image.py
tests/conftest.py
tests/galsim_tests_config.yaml
tests/jax/test_api.py
tests/jax/test_benchmarks.py
tests/jax/test_bessel_gradients.py
tests/jax/test_celestial_jax.py
tests/jax/test_core_interpolate.py
tests/jax/test_deriv_gsobject.py
tests/jax/test_draw_bounds.py
tests/jax/test_image_jax.py
tests/jax/test_image_wrapping.py
tests/jax/test_implements.py
tests/jax/test_int_float_dtype_handling.py
tests/jax/test_interpolant_jax.py
tests/jax/test_interpolatedimage_utils.py
tests/jax/test_jax_utilities.py
tests/jax/test_jitting.py
tests/jax/test_metacal_jax.py
tests/jax/test_moffat_comp_galsim.py
tests/jax/test_photon_array_masking.py
tests/jax/test_photon_shooting_jax.py
tests/jax/test_position.py
tests/jax/test_ref_impl.py
tests/jax/test_render_scene.py
tests/jax/test_spergel_comp_galsim.py
tests/jax/test_spergel_hlr_pade.py
tests/jax/test_utils.py
tests/jax/test_vmapping.py