.gitattributes
CONTRIBUTING.md
INSTALL.notes
LICENSE
MANIFEST.in
README.rst
citations.bib
citations.md
citations.tex
image.png
imageaxis.png
imagenoaxis.png
libraries.txt
model_image.png
readthedocs.yml
reconstruction.png
release.sh
requirements.txt
requirements_build.txt
setup.py
to_do_list
autolens/__init__.py
autolens/conf.py
autolens/decorator_util.py
autolens/exc.py
autolens/aggregator/__init__.py
autolens/aggregator/aggregator.py
autolens/config/notation/settings_tags.ini
autolens/config/notation/setup_tags.ini
autolens/config/visualize/general.ini
autolens/config/visualize/plots.ini
autolens/dataset/__init__.py
autolens/dataset/imaging.py
autolens/dataset/interferometer.py
autolens/fit/__init__.py
autolens/fit/fit.py
autolens/fit/fit_positions.py
autolens/lens/__init__.py
autolens/lens/positions_solver.py
autolens/lens/ray_tracing.py
autolens/lens/settings.py
autolens/mock/__init__.py
autolens/mock/fixtures.py
autolens/mock/mock.py
autolens/pipeline/__init__.py
autolens/pipeline/setup.py
autolens/pipeline/slam.py
autolens/pipeline/visualizer.py
autolens/pipeline/phase/__init__.py
autolens/pipeline/phase/phase_galaxy.py
autolens/pipeline/phase/settings.py
autolens/pipeline/phase/abstract/__init__.py
autolens/pipeline/phase/abstract/result.py
autolens/pipeline/phase/dataset/__init__.py
autolens/pipeline/phase/dataset/analysis.py
autolens/pipeline/phase/dataset/phase.py
autolens/pipeline/phase/dataset/result.py
autolens/pipeline/phase/extensions/__init__.py
autolens/pipeline/phase/extensions/stochastic_phase.py
autolens/pipeline/phase/imaging/__init__.py
autolens/pipeline/phase/imaging/analysis.py
autolens/pipeline/phase/imaging/phase.py
autolens/pipeline/phase/imaging/result.py
autolens/pipeline/phase/interferometer/__init__.py
autolens/pipeline/phase/interferometer/analysis.py
autolens/pipeline/phase/interferometer/phase.py
autolens/pipeline/phase/interferometer/result.py
autolens/pipeline/phase/positions/analysis.py
autolens/pipeline/phase/positions/phase.py
autolens/pipeline/phase/positions/result.py
autolens/plot/__init__.py
autolens/plot/fit_imaging_plots.py
autolens/plot/fit_interferometer_plots.py
autolens/plot/ray_tracing_plots.py
autolens/plot/subhalo_plots.py
autolens/text/__init__.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/advanced/aggregator.rst
docs/advanced/hyper_mode.rst
docs/advanced/pipelines.rst
docs/advanced/slam.rst
docs/api/api.rst
docs/general/citations.rst
docs/general/configs.rst
docs/general/credits.rst
docs/general/papers.rst
docs/general/workspace.rst
docs/howtolens/howtolens.rst
docs/howtolens/chapter_1_introduction/index.rst
docs/howtolens/chapter_1_introduction/tutorial_0_visualization.nblink
docs/howtolens/chapter_1_introduction/tutorial_1_grids.nblink
docs/howtolens/chapter_1_introduction/tutorial_2_profiles.nblink
docs/howtolens/chapter_1_introduction/tutorial_3_galaxies.nblink
docs/howtolens/chapter_1_introduction/tutorial_4_planes.nblink
docs/howtolens/chapter_1_introduction/tutorial_5_ray_tracing.nblink
docs/howtolens/chapter_1_introduction/tutorial_6_more_ray_tracing.nblink
docs/howtolens/chapter_1_introduction/tutorial_7_data.nblink
docs/howtolens/chapter_1_introduction/tutorial_8_fitting.nblink
docs/howtolens/chapter_1_introduction/tutorial_9_summary.nblink
docs/howtolens/chapter_2_lens_modeling/index.rst
docs/howtolens/chapter_2_lens_modeling/tutorial_1_non_linear_search.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_2_parameter_space_and_priors.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_3_realism_and_complexity.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_4_dealing_with_failure.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_5_linking_phases.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_6_alternative_searches.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_7_masking_and_positions.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_8_results.nblink
docs/howtolens/chapter_2_lens_modeling/tutorial_9_need_for_speed.nblink
docs/howtolens/chapter_3_pipelines/index.rst
docs/howtolens/chapter_3_pipelines/tutorial_1_pipeline_runner.nblink
docs/howtolens/chapter_3_pipelines/tutorial_2_pipeline_runner.nblink
docs/howtolens/chapter_3_pipelines/tutorial_3_pipeline_runner.nblink
docs/howtolens/chapter_3_pipelines/tutorial_4_setup_and_slam.nblink
docs/howtolens/chapter_4_inversions/index.rst
docs/howtolens/chapter_4_inversions/tutorial_1_pixelizations.nblink
docs/howtolens/chapter_4_inversions/tutorial_2_mappers.nblink
docs/howtolens/chapter_4_inversions/tutorial_3_inversions.nblink
docs/howtolens/chapter_4_inversions/tutorial_4_bayesian_regularization.nblink
docs/howtolens/chapter_4_inversions/tutorial_5_borders.nblink
docs/howtolens/chapter_4_inversions/tutorial_6_lens_modeling.nblink
docs/howtolens/chapter_4_inversions/tutorial_7_adaptive_pixelization.nblink
docs/howtolens/chapter_4_inversions/tutorial_8_pipeline_runner.nblink
docs/howtolens/chapter_5_hyper_mode/index.rst
docs/howtolens/config/priors/dark_mass_profiles.json
docs/howtolens/config/priors/galaxy.json
docs/howtolens/config/priors/geometry_profiles.json
docs/howtolens/config/priors/hyper_data.json
docs/howtolens/config/priors/light_profiles.json
docs/howtolens/config/priors/mass_sheets.json
docs/howtolens/config/priors/pixelizations.json
docs/howtolens/config/priors/regularization.json
docs/howtolens/config/priors/stellar_mass_profiles.json
docs/howtolens/config/priors/total_mass_profiles.json
docs/installation/conda.rst
docs/installation/overview.rst
docs/installation/pip.rst
docs/installation/source.rst
docs/installation/troubleshooting.rst
docs/overview/fitting.rst
docs/overview/interferometry.rst
docs/overview/lensing.rst
docs/overview/modeling.rst
docs/overview/pixelizations.rst
docs/overview/simulate.rst
docs/overview/images/fitting/bad_chi_squared_map.png
docs/overview/images/fitting/bad_normalized_residual_map.png
docs/overview/images/fitting/bad_residual_map.png
docs/overview/images/fitting/chi_squared_map.png
docs/overview/images/fitting/image.png
docs/overview/images/fitting/masked_image.png
docs/overview/images/fitting/model_image.png
docs/overview/images/fitting/noise_map.png
docs/overview/images/fitting/normalized_residual_map.png
docs/overview/images/fitting/psf.png
docs/overview/images/fitting/residual_map.png
docs/overview/images/fitting/subplot_fit.png
docs/overview/images/fitting/tracer_image.png
docs/overview/images/interferometry/chi_squared_map_imag.png
docs/overview/images/interferometry/chi_squared_map_real.png
docs/overview/images/interferometry/image_pre_ft.png
docs/overview/images/interferometry/model_visibilities.png
docs/overview/images/interferometry/residual_map_imag.png
docs/overview/images/interferometry/residual_map_real.png
docs/overview/images/interferometry/uv_wavelengths.png
docs/overview/images/interferometry/visibilities.png
docs/overview/images/lensing/complex_source.png
docs/overview/images/lensing/grid.png
docs/overview/images/lensing/isothermal_mass_profile_convergence.png
docs/overview/images/lensing/isothermal_mass_profile_deflections_x.png
docs/overview/images/lensing/isothermal_mass_profile_deflections_y.png
docs/overview/images/lensing/isothermal_mass_profile_potential.png
docs/overview/images/lensing/schematic.jpg
docs/overview/images/lensing/sersic_light_profile.png
docs/overview/images/lensing/tracer_image.png
docs/overview/images/pixelizations/image.png
docs/overview/images/pixelizations/reconstructed_image.png
docs/overview/images/pixelizations/rectangular.png
docs/overview/images/pixelizations/voronoi.png
docs/overview/images/pixelizations/voronoi_fit.png
docs/overview/images/pixelizations/voronoi_fit_plane_1.png
docs/overview/images/simulating/ao_image.png
docs/overview/images/simulating/euclid_image.png
docs/overview/images/simulating/hst_image.png
docs/overview/images/simulating/image.png
docs/overview/images/simulating/noise_map.png
docs/overview/images/simulating/psf.png
docs/overview/images/simulating/vro_image.png
howtolens/__init__.py
howtolens/chapter_1_introduction/tutorial_0_visualization.ipynb
howtolens/chapter_1_introduction/tutorial_1_grids.ipynb
howtolens/chapter_1_introduction/tutorial_2_profiles.ipynb
howtolens/chapter_1_introduction/tutorial_3_galaxies.ipynb
howtolens/chapter_1_introduction/tutorial_4_planes.ipynb
howtolens/chapter_1_introduction/tutorial_5_ray_tracing.ipynb
howtolens/chapter_1_introduction/tutorial_6_more_ray_tracing.ipynb
howtolens/chapter_1_introduction/tutorial_7_data.ipynb
howtolens/chapter_1_introduction/tutorial_8_fitting.ipynb
howtolens/chapter_1_introduction/tutorial_9_summary.ipynb
howtolens/chapter_1_introduction/scripts/__init__.py
howtolens/chapter_1_introduction/scripts/tutorial_0_visualization.py
howtolens/chapter_1_introduction/scripts/tutorial_1_grids.py
howtolens/chapter_1_introduction/scripts/tutorial_2_profiles.py
howtolens/chapter_1_introduction/scripts/tutorial_3_galaxies.py
howtolens/chapter_1_introduction/scripts/tutorial_4_planes.py
howtolens/chapter_1_introduction/scripts/tutorial_5_ray_tracing.py
howtolens/chapter_1_introduction/scripts/tutorial_6_more_ray_tracing.py
howtolens/chapter_1_introduction/scripts/tutorial_7_data.py
howtolens/chapter_1_introduction/scripts/tutorial_8_fitting.py
howtolens/chapter_1_introduction/scripts/tutorial_9_summary.py
howtolens/chapter_2_lens_modeling/introduction
howtolens/chapter_2_lens_modeling/tutorial_1_non_linear_search.ipynb
howtolens/chapter_2_lens_modeling/tutorial_2_parameter_space_and_priors.ipynb
howtolens/chapter_2_lens_modeling/tutorial_3_realism_and_complexity.ipynb
howtolens/chapter_2_lens_modeling/tutorial_4_dealing_with_failure.ipynb
howtolens/chapter_2_lens_modeling/tutorial_5_linking_phases.ipynb
howtolens/chapter_2_lens_modeling/tutorial_6_alternative_searches.ipynb
howtolens/chapter_2_lens_modeling/tutorial_7_masking_and_positions.ipynb
howtolens/chapter_2_lens_modeling/tutorial_8_results.ipynb
howtolens/chapter_2_lens_modeling/tutorial_9_need_for_speed.ipynb
howtolens/chapter_2_lens_modeling/tutorial_9_summary
howtolens/chapter_2_lens_modeling/scripts/__init__.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_1_non_linear_search.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_2_parameter_space_and_priors.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_3_realism_and_complexity.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_4_dealing_with_failure.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_5_linking_phases.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_6_alternative_searches.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_7_masking_and_positions.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_8_results.py
howtolens/chapter_2_lens_modeling/scripts/tutorial_9_need_for_speed.py
howtolens/chapter_3_pipelines/__init__.py
howtolens/chapter_3_pipelines/introduction
howtolens/chapter_3_pipelines/tutorial_1_pipeline_runner.ipynb
howtolens/chapter_3_pipelines/tutorial_2_pipeline_runner.ipynb
howtolens/chapter_3_pipelines/tutorial_3_pipeline_runner.ipynb
howtolens/chapter_3_pipelines/tutorial_4_setup_and_slam.ipynb
howtolens/chapter_3_pipelines/tutorial_summary
howtolens/chapter_3_pipelines/pipelines/tutorial_1_pipeline_lens_and_source.py
howtolens/chapter_3_pipelines/pipelines/tutorial_2_pipeline_x2_lens_galaxies.py
howtolens/chapter_3_pipelines/pipelines/tutorial_3_pipeline_complex_source.py
howtolens/chapter_3_pipelines/scripts/__init__.py
howtolens/chapter_3_pipelines/scripts/tutorial_1_pipeline_runner.py
howtolens/chapter_3_pipelines/scripts/tutorial_2_pipeline_runner.py
howtolens/chapter_3_pipelines/scripts/tutorial_3_pipeline_runner.py
howtolens/chapter_3_pipelines/scripts/tutorial_4_setup_and_slam.py
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_1_pipeline_lens_and_source.ipynb
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_1_pipeline_lens_and_source.py
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_2_pipeline_x2_lens_galaxies.ipynb
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_2_pipeline_x2_lens_galaxies.py
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_3_pipeline_complex_source.ipynb
howtolens/chapter_3_pipelines/scripts/pipelines/tutorial_3_pipeline_complex_source.py
howtolens/chapter_4_inversions/introduction
howtolens/chapter_4_inversions/tutorial_1_pixelizations.ipynb
howtolens/chapter_4_inversions/tutorial_2_mappers.ipynb
howtolens/chapter_4_inversions/tutorial_3_inversions.ipynb
howtolens/chapter_4_inversions/tutorial_4_bayesian_regularization.ipynb
howtolens/chapter_4_inversions/tutorial_5_borders.ipynb
howtolens/chapter_4_inversions/tutorial_6_lens_modeling.ipynb
howtolens/chapter_4_inversions/tutorial_7_adaptive_pixelization.ipynb
howtolens/chapter_4_inversions/tutorial_8_pipeline_runner.ipynb
howtolens/chapter_4_inversions/pipelines/tutorial_8_pipeline.py
howtolens/chapter_4_inversions/scripts/__init__.py
howtolens/chapter_4_inversions/scripts/tutorial_1_pixelizations.py
howtolens/chapter_4_inversions/scripts/tutorial_2_mappers.py
howtolens/chapter_4_inversions/scripts/tutorial_3_inversions.py
howtolens/chapter_4_inversions/scripts/tutorial_4_bayesian_regularization.py
howtolens/chapter_4_inversions/scripts/tutorial_5_borders.py
howtolens/chapter_4_inversions/scripts/tutorial_6_lens_modeling.py
howtolens/chapter_4_inversions/scripts/tutorial_7_adaptive_pixelization.py
howtolens/chapter_4_inversions/scripts/tutorial_8_pipeline_runner.py
howtolens/chapter_4_inversions/scripts/pipelines/tutorial_8_pipeline.ipynb
howtolens/chapter_4_inversions/scripts/pipelines/tutorial_8_pipeline.py
howtolens/dataset/chapter_1/image.fits
howtolens/dataset/chapter_1/noise_map.fits
howtolens/dataset/chapter_1/psf.fits
howtolens/dataset/chapter_2/.gitignore
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_exp/image.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_exp/noise_map.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_exp/psf.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_exp/true_tracer.pickle
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_sersic/image.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_sersic/noise_map.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_sersic/psf.fits
howtolens/dataset/chapter_2/light_sersic__mass_sie__source_sersic/true_tracer.pickle
howtolens/dataset/chapter_2/mass_sis__source_exp/image.fits
howtolens/dataset/chapter_2/mass_sis__source_exp/noise_map.fits
howtolens/dataset/chapter_2/mass_sis__source_exp/psf.fits
howtolens/dataset/chapter_2/mass_sis__source_exp/true_tracer.pickle
howtolens/dataset/chapter_2/mass_sis__source_exp_x2/image.fits
howtolens/dataset/chapter_2/mass_sis__source_exp_x2/noise_map.fits
howtolens/dataset/chapter_2/mass_sis__source_exp_x2/psf.fits
howtolens/dataset/chapter_2/mass_sis__source_exp_x2/true_tracer.pickle
howtolens/dataset/chapter_3/.gitignore
howtolens/dataset/chapter_3/light_sersic__mass_sie__source_exp/image.fits
howtolens/dataset/chapter_3/light_sersic__mass_sie__source_exp/noise_map.fits
howtolens/dataset/chapter_3/light_sersic__mass_sie__source_exp/psf.fits
howtolens/dataset/chapter_3/light_sersic__mass_sie__source_exp/true_tracer.pickle
howtolens/dataset/chapter_3/light_sersic_x2__mass_sie_x2__source_exp/image.fits
howtolens/dataset/chapter_3/light_sersic_x2__mass_sie_x2__source_exp/noise_map.fits
howtolens/dataset/chapter_3/light_sersic_x2__mass_sie_x2__source_exp/psf.fits
howtolens/dataset/chapter_3/light_sersic_x2__mass_sie_x2__source_exp/true_tracer.pickle
howtolens/dataset/chapter_3/mass_sie__source_sersic_x4/image.fits
howtolens/dataset/chapter_3/mass_sie__source_sersic_x4/noise_map.fits
howtolens/dataset/chapter_3/mass_sie__source_sersic_x4/psf.fits
howtolens/dataset/chapter_3/mass_sie__source_sersic_x4/true_tracer.pickle
howtolens/dataset/chapter_4/.gitignore
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic/image.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic/noise_map.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic/psf.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic/true_tracer.pickle
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic_x4/image.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic_x4/noise_map.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic_x4/psf.fits
howtolens/dataset/chapter_4/light_sersic__mass_sie__source_sersic_x4/true_tracer.pickle
howtolens/dataset/chapter_4/mass_sie__source_sersic/image.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic/noise_map.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic/psf.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic/true_tracer.pickle
howtolens/dataset/chapter_4/mass_sie__source_sersic__2/image.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic__2/noise_map.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic__2/psf.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic__2/true_tracer.pickle
howtolens/dataset/chapter_4/mass_sie__source_sersic_x4/image.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x4/noise_map.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x4/psf.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x4/true_tracer.pickle
howtolens/dataset/chapter_4/mass_sie__source_sersic_x5/image.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x5/noise_map.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x5/psf.fits
howtolens/dataset/chapter_4/mass_sie__source_sersic_x5/true_tracer.pickle
howtolens/dataset/chapter_4/mass_sie_x2__source_sersic/image.fits
howtolens/dataset/chapter_4/mass_sie_x2__source_sersic/noise_map.fits
howtolens/dataset/chapter_4/mass_sie_x2__source_sersic/psf.fits
howtolens/dataset/chapter_4/mass_sie_x2__source_sersic/true_tracer.pickle
howtolens/dataset/chapter_5/.gitignore
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic/image.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic/noise_map.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic/psf.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic/true_tracer.pickle
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic_x4/image.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic_x4/noise_map.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic_x4/psf.fits
howtolens/dataset/chapter_5/light_sersic__mass_sie__source_sersic_x4/true_tracer.pickle
howtolens/dataset/chapter_5/mass_sie__source_sersic/image.fits
howtolens/dataset/chapter_5/mass_sie__source_sersic/noise_map.fits
howtolens/dataset/chapter_5/mass_sie__source_sersic/psf.fits
howtolens/dataset/chapter_5/mass_sie__source_sersic/true_tracer.pickle
howtolens/simulators/__init__.py
howtolens/simulators/chapter_2/__init__.py
howtolens/simulators/chapter_2/light_sersic__mass_sie__source_exp.py
howtolens/simulators/chapter_2/light_sersic__mass_sie__source_sersic.py
howtolens/simulators/chapter_2/mass_sis__source_exp.py
howtolens/simulators/chapter_2/mass_sis__source_exp_x2.py
howtolens/simulators/chapter_3/__init__.py
howtolens/simulators/chapter_3/light_sersic__mass_sie__source_exp.py
howtolens/simulators/chapter_3/light_sersic_x2__mass_sie_x2__source_exp.py
howtolens/simulators/chapter_3/mass_sie__source_sersic_x4.py
howtolens/simulators/chapter_4/__init__.py
howtolens/simulators/chapter_4/light_sersic__mass_sie__source_sersic.py
howtolens/simulators/chapter_4/mass_sie__source_sersic.py
howtolens/simulators/chapter_4/mass_sie__source_sersic__2.py
howtolens/simulators/chapter_4/mass_sie__source_sersic_x4.py
howtolens/simulators/chapter_4/mass_sie__source_sersic_x5.py
howtolens/simulators/chapter_4/mass_sie_x2__source_sersic.py
howtolens/simulators/chapter_5/__init__.py
howtolens/simulators/chapter_5/light_sersic__mass_sie__source_sersic.py
howtolens/simulators/chapter_5/light_sersic__mass_sie__source_sersic_x4.py
howtolens/simulators/chapter_5/mass_sie__source_sersic.py
paper/README.md
paper/imageaxis.png
paper/paper.bib
paper/paper.json
paper/paper.md
test_autolens/__init__.py
test_autolens/conftest.py
test_autolens/config/general.ini
test_autolens/config/grids/interpolate.ini
test_autolens/config/grids/radial_minimum.ini
test_autolens/config/non_linear/doc_non_linear
test_autolens/config/non_linear/mock/MockOptimizer.ini
test_autolens/config/non_linear/mock/MockSearch.ini
test_autolens/config/non_linear/nest/DynestyDynamic.ini
test_autolens/config/non_linear/nest/DynestyStatic.ini
test_autolens/config/non_linear/nest/MultiNest.ini
test_autolens/config/notation/label.ini
test_autolens/config/notation/label_format.ini
test_autolens/config/notation/prior_model_tags.ini
test_autolens/config/notation/settings_tags.ini
test_autolens/config/notation/setup_tags.ini
test_autolens/config/priors/autoastro.json
test_autolens/config/priors/autogalaxy.json
test_autolens/config/priors/builtins.json
test_autolens/config/priors/dark_mass_profiles.json
test_autolens/config/priors/galaxy.json
test_autolens/config/priors/geometry_profiles.json
test_autolens/config/priors/hyper_data.json
test_autolens/config/priors/instrumentation.json
test_autolens/config/priors/light_profiles.json
test_autolens/config/priors/mass_sheets.json
test_autolens/config/priors/pixelizations.json
test_autolens/config/priors/regularization.json
test_autolens/config/priors/stellar_mass_profiles.json
test_autolens/config/priors/test_analysis.json
test_autolens/config/priors/test_model_mapper.json
test_autolens/config/priors/test_non_linear.json
test_autolens/config/priors/total_mass_profiles.json
test_autolens/config/visualize/figures.ini
test_autolens/config/visualize/general.ini
test_autolens/config/visualize/plots.ini
test_autolens/config/visualize/subplots.ini
test_autolens/integration/__init__.py
test_autolens/integration/tests/__init__.py
test_autolens/integration/tests/features/__init__.py
test_autolens/integration/tests/features/subhalo.py
test_autolens/integration/tests/features/subhalo__parallel.py
test_autolens/integration/tests/imaging/__init__.py
test_autolens/integration/tests/imaging/runner.py
test_autolens/integration/tests/imaging/lens__source/__init__.py
test_autolens/integration/tests/imaging/lens__source/lens_light_mass__source.py
test_autolens/integration/tests/imaging/lens__source/lens_mass__source_x2.py
test_autolens/integration/tests/imaging/lens__source/lens_mass__source_x2__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/lens_both__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/lens_mass__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/lens_both__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper_bg.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper_constant_pass.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/lens_both__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/lens_mass__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/lens_mass__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/lens_mass__source__offset_centre.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/mock_nlo/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/mock_nlo/lens_both__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/adaptive_magnification/mock_nlo/lens_mass__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/lens_both__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/lens_mass__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/lens_mass__source__hyper.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/lens_mass__source__offset_centre.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/mock_nlo/__init__.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/mock_nlo/lens_both__source.py
test_autolens/integration/tests/imaging/lens__source_inversion/rectangular/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/imaging/phase_features/__init__.py
test_autolens/integration/tests/imaging/phase_features/bin_up_factor.py
test_autolens/integration/tests/imaging/phase_features/galaxy_redshifts.py
test_autolens/integration/tests/imaging/phase_features/image_psf_shape.py
test_autolens/integration/tests/imaging/phase_features/interp_pixel_scale.py
test_autolens/integration/tests/imaging/phase_features/positions.py
test_autolens/integration/tests/imaging/phase_features/positions__offset_centre.py
test_autolens/integration/tests/imaging/phase_features/sub_grid_size.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/__init__.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/bin_up_factor.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/galaxy_redshifts.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/image_psf_shape.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/interp_pixel_scale.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/positions.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/positions__offset_centre.py
test_autolens/integration/tests/imaging/phase_features/mock_nlo/sub_grid_size.py
test_autolens/integration/tests/interferometer/runner.py
test_autolens/integration/tests/interferometer/lens__source/__init__.py
test_autolens/integration/tests/interferometer/lens__source/lens_light_mass__source.py
test_autolens/integration/tests/interferometer/lens__source/lens_light_mass__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source/lens_mass__source_x2.py
test_autolens/integration/tests/interferometer/lens__source/lens_mass__source_x2__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/lens_both__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/lens_mass__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/lens_mass__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/lens_both__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper_bg.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_brightness/mock_nlo/lens_mass__source__hyper_constant_pass.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/lens_both__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/lens_mass__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/lens_mass__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/lens_mass__source__offset_centre.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/mock_nlo/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/mock_nlo/lens_both__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/adaptive_magnification/mock_nlo/lens_mass__source__hyper.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/lens_both__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/lens_mass__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/lens_mass__source__offset_centre.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/mock_nlo/__init__.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/mock_nlo/lens_both__source.py
test_autolens/integration/tests/interferometer/lens__source_inversion/rectangular/mock_nlo/lens_mass__source.py
test_autolens/integration/tests/result_passing/instance_to_model.py
test_autolens/integration/tests/result_passing/lens_light/instance_via_af_last_dont_specify_light.py
test_autolens/integration/tests/result_passing/lens_light/instance_via_af_last_specify_light.py
test_autolens/integration/tests/result_passing/lens_light/instance_via_phase_specify_light.py
test_autolens/integration/tests/result_passing/lens_light/model_via_af_last_dont_specify_light.py
test_autolens/integration/tests/result_passing/lens_light/model_via_af_last_specify_light.py
test_autolens/integration/tests/result_passing/lens_light/model_via_phase_specify_light.py
test_autolens/integration/tests/result_passing/mass_customize/model_via_phase_combo.py
test_autolens/integration/tests/result_passing/mass_customize/model_via_phase_doesnt_work.py
test_autolens/integration/tests/result_passing/mass_customize/model_via_phase_work.py
test_autolens/integration/tests/result_passing/source_choice/inversion_via_af_last.py
test_autolens/integration/tests/result_passing/source_choice/inversion_via_phase.py
test_autolens/integration/tests/result_passing/source_choice/parametric_via_af_last.py
test_autolens/integration/tests/result_passing/source_choice/parametric_via_phase.py
test_autolens/numerics/__init__.py
test_autolens/numerics/deflections/__init__.py
test_autolens/numerics/deflections/elliptical_isothermal.py
test_autolens/numerics/deflections/elliptical_power_law.py
test_autolens/numerics/deflections/isothermal.py
test_autolens/numerics/deflections/sersic.py
test_autolens/plot/__init__.py
test_autolens/plot/lens_fit.py
test_autolens/plot/rectangular_arrays_parametric.py
test_autolens/plot/square_arrays.py
test_autolens/plot/zoom_around_mask_with_offset_mask.py
test_autolens/plot/zoom_around_mask_with_offset_mask_inversion.py
test_autolens/plot/arrays/array_and_array_overlay.py
test_autolens/plot/arrays/array_and_grid.py
test_autolens/plot/arrays/array_and_mask.py
test_autolens/plot/arrays/array_mask_and_zoom_circular_mask.py
test_autolens/plot/arrays/array_mask_and_zoom_elliptical_mask.py
test_autolens/plot/criticals_and_caustics/plotting_via_different_plotters.py
test_autolens/plot/criticals_and_caustics/plotting_via_tracer.py
test_autolens/plot/grids/regular_grid.py
test_autolens/plot/inversions/__init__.py
test_autolens/plot/inversions/interferometer/voronoi.py
test_autolens/plot/lensing/all_lensing_objects.py
test_autolens/plot/lensing/all_lensing_objects_convergence.py
test_autolens/plot/lensing/all_lensing_objects_deflections.py
test_autolens/plot/lensing/all_lensing_objects_images.py
test_autolens/plot/lensing/plot_critical_curves_caustics.py
test_autolens/plot/mappers/rectangular.py
test_autolens/plot/quantity_vs_radii/__init__.py
test_autolens/plot/quantity_vs_radii/light_profiles.py
test_autolens/positions_solver/util.py
test_autolens/positions_solver/centred_00/positions_maker.py
test_autolens/positions_solver/centred_00/positions_tster.py
test_autolens/positions_solver/centred_00/pickles/.gitignore
test_autolens/positions_solver/uncentred/positions_maker.py
test_autolens/positions_solver/uncentred/positions_tster.py
test_autolens/precision/.gitignore
test_autolens/simulators/__init__.py
test_autolens/simulators/imaging/__init__.py
test_autolens/simulators/imaging/instrument_util.py
test_autolens/simulators/imaging/simulate_datasets.py
test_autolens/simulators/imaging/simulators.py
test_autolens/simulators/interferometer/__init__.py
test_autolens/simulators/interferometer/instrument_util.py
test_autolens/simulators/interferometer/simulate_datasets.py
test_autolens/simulators/interferometer/simulators.py
test_autolens/simulators/interferometer/sma/uv_wavelengths.fits
test_autolens/unit/__init__.py
test_autolens/unit/conftest.py
test_autolens/unit/test_config.py
test_autolens/unit/test_simulate_and_fit.py
test_autolens/unit/aggregator/test_aggregator.py
test_autolens/unit/aggregator/files/results
test_autolens/unit/aggregator/files/results_no_order
test_autolens/unit/autofit/test_lens_light.py
test_autolens/unit/autofit/test_no_lens_light.py
test_autolens/unit/dataset/__init__.py
test_autolens/unit/dataset/test_imaging.py
test_autolens/unit/dataset/test_interferometer.py
test_autolens/unit/fit/__init__.py
test_autolens/unit/fit/test_fit.py
test_autolens/unit/fit/test_fit_positions.py
test_autolens/unit/lens/__init__.py
test_autolens/unit/lens/test_positions_solver.py
test_autolens/unit/lens/test_ray_tracing.py
test_autolens/unit/lens/test_settings.py
test_autolens/unit/pipeline/__init__.py
test_autolens/unit/pipeline/test_setup.py
test_autolens/unit/pipeline/test_slam.py
test_autolens/unit/pipeline/test_visualizer.py
test_autolens/unit/pipeline/config/visualize/plots.ini
test_autolens/unit/pipeline/phase/__init__.py
test_autolens/unit/pipeline/phase/test_settings.py
test_autolens/unit/pipeline/phase/abstract/test_result_abstract.py
test_autolens/unit/pipeline/phase/abstract/config/priors/light_profiles.json
test_autolens/unit/pipeline/phase/abstract/config/priors/total_mass_profiles.json
test_autolens/unit/pipeline/phase/dataset/test_phase_dataset.py
test_autolens/unit/pipeline/phase/dataset/test_result_dataset.py
test_autolens/unit/pipeline/phase/dataset/config/priors/light_profiles.json
test_autolens/unit/pipeline/phase/dataset/config/priors/total_mass_profiles.json
test_autolens/unit/pipeline/phase/extensions/test_stochastic_phase.py
test_autolens/unit/pipeline/phase/imaging/test_analysis_imaging.py
test_autolens/unit/pipeline/phase/imaging/test_phase_imaging.py
test_autolens/unit/pipeline/phase/imaging/test_result_imaging.py
test_autolens/unit/pipeline/phase/interferometer/test_analysis_interferometer.py
test_autolens/unit/pipeline/phase/interferometer/test_phase_interferometer.py
test_autolens/unit/pipeline/phase/interferometer/config/priors/light_profiles.json
test_autolens/unit/pipeline/phase/interferometer/config/priors/total_mass_profiles.json
test_autolens/unit/plot/__init__.py
test_autolens/unit/plot/test_fit_imaging_plots.py
test_autolens/unit/plot/test_fit_interferometer_plots.py
test_autolens/unit/plot/test_ray_tracing_plots.py
test_autolens/unit/plot/test_subhalo_plots.py
test_autolens/unit/plot/files/plots/fits/array.fits
test_autolens/unit/plot/files/plotter/priors.json