.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.rst
CITATION.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
ONBOARDING.rst
README.rst
codecov.yml
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
test_requirements.txt
tox.ini
.github/workflows/pre-commit.yml
.github/workflows/tests.yml
data/Filters/Roman/Roman_effarea_20201130.csv
data/SkyPy/lsst-like.yml
data/SkyPy/readme.md
data/SkyPy/roman-like.yml
docs/Makefile
docs/authors.rst
docs/citation.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/onboarding.rst
docs/readme.rst
docs/sim_pipeline.Deflectors.rst
docs/sim_pipeline.Observations.rst
docs/sim_pipeline.ParamDistributions.rst
docs/sim_pipeline.Pipelines.rst
docs/sim_pipeline.Plots.rst
docs/sim_pipeline.Sources.rst
docs/sim_pipeline.Util.rst
docs/sim_pipeline.rst
docs/usage.rst
notebooks/galaxy_galaxy_lensing_tutorial.ipynb
notebooks/lens_source_injection.ipynb
notebooks/multiple_lens_injection.ipynb
notebooks/points_source_images_with_variability.ipynb
slsim/__init__.py
slsim/image_simulation.py
slsim/lens.py
slsim/lens_pop.py
slsim/lensed_population_base.py
slsim/lensed_system_base.py
slsim/lsst_science_pipeline.py
slsim/selection.py
slsim/slsim.py
slsim.egg-info/PKG-INFO
slsim.egg-info/SOURCES.txt
slsim.egg-info/dependency_links.txt
slsim.egg-info/not-zip-safe
slsim.egg-info/requires.txt
slsim.egg-info/top_level.txt
slsim/Deflectors/__init__.py
slsim/Deflectors/all_lens_galaxies.py
slsim/Deflectors/deflector_base.py
slsim/Deflectors/elliptical_lens_galaxies.py
slsim/Deflectors/velocity_dispersion.py
slsim/Observations/__init__.py
slsim/Observations/image_quality_lenstronomy.py
slsim/Observations/roman_speclite.py
slsim/ParamDistributions/__init__.py
slsim/ParamDistributions/gaussian_mixture_model.py
slsim/Pipelines/__init__.py
slsim/Pipelines/skypy_pipeline.py
slsim/Plots/__init__.py
slsim/Plots/lens_plots.py
slsim/Plots/plot_functions.py
slsim/Sources/__init__.py
slsim/Sources/galaxies.py
slsim/Sources/quasars.py
slsim/Sources/source.py
slsim/Sources/source_pop_base.py
slsim/Sources/quasar_catalog/simple_quasar.py
slsim/Sources/source_variability/variability.py
slsim/Util/__init__.py
slsim/Util/param_util.py
tests/__init__.py
tests/test_gaussian_mixture_model.py
tests/test_image_simulation.py
tests/test_lens.py
tests/test_lens_pop.py
tests/test_param_util.py
tests/test_sim_pipeline.py
tests/TestData/blue_one.fits
tests/TestData/blue_one_modified.fits
tests/TestData/image.npy
tests/TestData/psf_kernels_for_deflector.npy
tests/TestData/psf_kernels_for_image_1.npy
tests/TestData/psf_kernels_for_image_2.npy
tests/TestData/readme.md
tests/TestData/red_one.fits
tests/TestData/red_one_modified.fits
tests/test_Deflectors/__init__.py
tests/test_Deflectors/test_all_lens_galaxies.py
tests/test_Deflectors/test_velocity_dispersion.py
tests/test_Observations/__init__.py
tests/test_Observations/test_roman_speclite.py
tests/test_Pipelines/__init__.py
tests/test_Pipelines/test_skypy_pipeline.py
tests/test_Plots/test_lens_plots.py
tests/test_Plots/test_plot_functions.py
tests/test_Source/test_galaxies.py
tests/test_Source/test_quasar.py
tests/test_Source/test_simple_quasar.py
tests/test_Source/test_source.py
tests/test_Source/test_source_variability.py