.gitignore
LICENSE
MANIFEST.in
README.rst
__init__.py
optional_requirements.txt
readthedocs.yml
requirements.txt
setup.py
.github/workflows/main.yml
autogalaxy/__init__.py
autogalaxy/convert.py
autogalaxy/exc.py
autogalaxy.egg-info/PKG-INFO
autogalaxy.egg-info/SOURCES.txt
autogalaxy.egg-info/dependency_links.txt
autogalaxy.egg-info/requires.txt
autogalaxy.egg-info/top_level.txt
autogalaxy/analysis/__init__.py
autogalaxy/analysis/analysis.py
autogalaxy/analysis/model_util.py
autogalaxy/analysis/result.py
autogalaxy/analysis/setup.py
autogalaxy/analysis/visualizer.py
autogalaxy/analysis/aggregator/__init__.py
autogalaxy/config/.gitignore
autogalaxy/config/general.ini
autogalaxy/config/grids/radial_minimum.ini
autogalaxy/config/notation/label.ini
autogalaxy/config/notation/label_format.ini
autogalaxy/config/priors/dark_mass_profiles.json
autogalaxy/config/priors/galaxy.json
autogalaxy/config/priors/geometry_profiles.json
autogalaxy/config/priors/hyper_data.json
autogalaxy/config/priors/light_profiles.json
autogalaxy/config/priors/light_profiles_init.json
autogalaxy/config/priors/mass_sheets.json
autogalaxy/config/priors/pixelizations.json
autogalaxy/config/priors/point_sources.json
autogalaxy/config/priors/regularization.json
autogalaxy/config/priors/stellar_mass_profiles.json
autogalaxy/config/priors/total_mass_profiles.json
autogalaxy/config/visualize/general.ini
autogalaxy/config/visualize/include.ini
autogalaxy/config/visualize/plots.ini
autogalaxy/config/visualize/mat_wrap_1d/EinsteinRadiusAXVLine.ini
autogalaxy/config/visualize/mat_wrap_1d/HalfLightRadiusAXVLine.ini
autogalaxy/config/visualize/mat_wrap_1d/ModelFluxesYXScatter.ini
autogalaxy/config/visualize/mat_wrap_2d/CausticsPlot.ini
autogalaxy/config/visualize/mat_wrap_2d/CriticalCurvesPlot.ini
autogalaxy/config/visualize/mat_wrap_2d/LightProfileCentresScatter.ini
autogalaxy/config/visualize/mat_wrap_2d/MassProfileCentresScatter.ini
autogalaxy/config/visualize/mat_wrap_2d/MultipleImagesScatter.ini
autogalaxy/galaxy/__init__.py
autogalaxy/galaxy/galaxy.py
autogalaxy/galaxy/stellar_dark_decomp.py
autogalaxy/galaxy/plot/__init__.py
autogalaxy/galaxy/plot/galaxy_plotters.py
autogalaxy/galaxy/plot/hyper_galaxy_plotters.py
autogalaxy/hyper/__init__.py
autogalaxy/hyper/hyper_data.py
autogalaxy/imaging/__init__.py
autogalaxy/imaging/fit_imaging.py
autogalaxy/imaging/imaging.py
autogalaxy/imaging/model/__init__.py
autogalaxy/imaging/model/aggregator.py
autogalaxy/imaging/model/analysis.py
autogalaxy/imaging/model/result.py
autogalaxy/imaging/model/visualizer.py
autogalaxy/imaging/plot/__init__.py
autogalaxy/imaging/plot/fit_imaging_plotters.py
autogalaxy/interferometer/__init__.py
autogalaxy/interferometer/fit_interferometer.py
autogalaxy/interferometer/interferometer.py
autogalaxy/interferometer/model/__init__.py
autogalaxy/interferometer/model/aggregator.py
autogalaxy/interferometer/model/analysis.py
autogalaxy/interferometer/model/result.py
autogalaxy/interferometer/model/visualizer.py
autogalaxy/interferometer/plot/__init__.py
autogalaxy/interferometer/plot/fit_interferometer_plotters.py
autogalaxy/mock/__init__.py
autogalaxy/mock/fixtures.py
autogalaxy/mock/mock.py
autogalaxy/operate/__init__.py
autogalaxy/operate/deflections.py
autogalaxy/operate/image.py
autogalaxy/plane/__init__.py
autogalaxy/plane/plane.py
autogalaxy/plane/plot/__init__.py
autogalaxy/plane/plot/plane_plotters.py
autogalaxy/plot/__init__.py
autogalaxy/plot/abstract_plotters.py
autogalaxy/plot/mass_plotter.py
autogalaxy/plot/mat_wrap/__init__.py
autogalaxy/plot/mat_wrap/get_visuals.py
autogalaxy/plot/mat_wrap/include.py
autogalaxy/plot/mat_wrap/mat_plot.py
autogalaxy/plot/mat_wrap/visuals.py
autogalaxy/plot/mat_wrap/wrap.py
autogalaxy/profiles/__init__.py
autogalaxy/profiles/geometry_profiles.py
autogalaxy/profiles/light_and_mass_profiles.py
autogalaxy/profiles/point_sources.py
autogalaxy/profiles/scaling_relations.py
autogalaxy/profiles/light_profiles/__init__.py
autogalaxy/profiles/light_profiles/light_profiles.py
autogalaxy/profiles/light_profiles/light_profiles_init.py
autogalaxy/profiles/light_profiles/light_profiles_linear.py
autogalaxy/profiles/light_profiles/light_profiles_snr.py
autogalaxy/profiles/mass_profiles/__init__.py
autogalaxy/profiles/mass_profiles/dark_mass_profiles.py
autogalaxy/profiles/mass_profiles/mass_profiles.py
autogalaxy/profiles/mass_profiles/mass_sheets.py
autogalaxy/profiles/mass_profiles/stellar_mass_profiles.py
autogalaxy/profiles/mass_profiles/total_mass_profiles.py
autogalaxy/profiles/plot/__init__.py
autogalaxy/profiles/plot/light_profile_plotters.py
autogalaxy/profiles/plot/mass_profile_plotters.py
autogalaxy/quantity/__init__.py
autogalaxy/quantity/dataset_quantity.py
autogalaxy/quantity/fit_quantity.py
autogalaxy/quantity/model/__init__.py
autogalaxy/quantity/model/analysis.py
autogalaxy/quantity/model/result.py
autogalaxy/quantity/model/visualizer.py
autogalaxy/quantity/plot/__init__.py
autogalaxy/quantity/plot/fit_quantity_plotters.py
autogalaxy/util/__init__.py
autogalaxy/util/cosmology_util.py
autogalaxy/util/error_util.py
autogalaxy/util/plane_util.py
autogalaxy/util/shear_field.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
files/release.sh
paper/README.md
paper/paper.bib
paper/paper.json
paper/paper.md
test_autogalaxy/__init__.py
test_autogalaxy/conftest.py
test_autogalaxy/test_convert.py
test_autogalaxy/test_simulate_and_fit.py
test_autogalaxy/analysis/__init__.py
test_autogalaxy/analysis/test_analysis.py
test_autogalaxy/analysis/test_model_util.py
test_autogalaxy/analysis/test_result.py
test_autogalaxy/analysis/test_setup.py
test_autogalaxy/analysis/test_visualizer.py
test_autogalaxy/config/general.ini
test_autogalaxy/config/grids/interpolate.ini
test_autogalaxy/config/grids/radial_minimum.ini
test_autogalaxy/config/lensing/general.ini
test_autogalaxy/config/lensing/grids/radial_minimum.ini
test_autogalaxy/config/lensing/priors/galaxy.json
test_autogalaxy/config/lensing/priors/geometry_profiles.json
test_autogalaxy/config/lensing/priors/instrumentation.json
test_autogalaxy/config/lensing/priors/light_profiles.json
test_autogalaxy/config/lensing/priors/mass_profiles.json
test_autogalaxy/config/lensing/priors/pixelizations.json
test_autogalaxy/config/lensing/priors/regularization.json
test_autogalaxy/config/lensing/priors/test_analysis.json
test_autogalaxy/config/lensing/priors/test_model_mapper.json
test_autogalaxy/config/lensing/priors/test_non_linear.json
test_autogalaxy/config/non_linear/GridSearch.ini
test_autogalaxy/config/non_linear/doc_non_linear
test_autogalaxy/config/non_linear/mcmc/Emcee.ini
test_autogalaxy/config/non_linear/mock/MockOptimizer.ini
test_autogalaxy/config/non_linear/mock/MockSearch.ini
test_autogalaxy/config/non_linear/nest/DynestyDynamic.ini
test_autogalaxy/config/non_linear/nest/DynestyStatic.ini
test_autogalaxy/config/non_linear/nest/MultiNest.ini
test_autogalaxy/config/non_linear/optimize/DownhillSimplex.ini
test_autogalaxy/config/notation/label.ini
test_autogalaxy/config/notation/label_format.ini
test_autogalaxy/config/priors/autogalaxy.json
test_autogalaxy/config/priors/dark_mass_profiles.json
test_autogalaxy/config/priors/galaxy.json
test_autogalaxy/config/priors/geometry_profiles.json
test_autogalaxy/config/priors/hyper_data.json
test_autogalaxy/config/priors/light_profiles.json
test_autogalaxy/config/priors/mass_sheets.json
test_autogalaxy/config/priors/pixelizations.json
test_autogalaxy/config/priors/regularization.json
test_autogalaxy/config/priors/stellar_mass_profiles.json
test_autogalaxy/config/priors/total_mass_profiles.json
test_autogalaxy/config/text/label_format.ini
test_autogalaxy/config/visualize/general.ini
test_autogalaxy/config/visualize/include.ini
test_autogalaxy/config/visualize/plots.ini
test_autogalaxy/config/visualize/mat_wrap_1d/EinsteinRadiusAXVLine.ini
test_autogalaxy/config/visualize/mat_wrap_1d/HalfLightRadiusAXVLine.ini
test_autogalaxy/config/visualize/mat_wrap_2d/CausticsPlot.ini
test_autogalaxy/config/visualize/mat_wrap_2d/CriticalCurvesPlot.ini
test_autogalaxy/config/visualize/mat_wrap_2d/LightProfileCentresScatter.ini
test_autogalaxy/config/visualize/mat_wrap_2d/MassProfileCentresScatter.ini
test_autogalaxy/config/visualize/mat_wrap_2d/MultipleImagesScatter.ini
test_autogalaxy/galaxy/__init__.py
test_autogalaxy/galaxy/test_dict.py
test_autogalaxy/galaxy/test_galaxy.py
test_autogalaxy/galaxy/test_stellar_dark_decomp.py
test_autogalaxy/galaxy/config/galaxy_model/priors/autoarray.json
test_autogalaxy/galaxy/config/galaxy_model/priors/autogalaxy.json
test_autogalaxy/galaxy/config/galaxy_model/priors/instrumentation.json
test_autogalaxy/galaxy/config/galaxy_model/priors/light_and_mass_profiles.json
test_autogalaxy/galaxy/plot/__init__.py
test_autogalaxy/galaxy/plot/test_galaxy_plotters.py
test_autogalaxy/galaxy/plot/test_hyper_galaxy_plotters.py
test_autogalaxy/hyper/__init__.py
test_autogalaxy/hyper/test_hyper_data.py
test_autogalaxy/imaging/__init__.py
test_autogalaxy/imaging/test_fit_imaging.py
test_autogalaxy/imaging/test_imaging.py
test_autogalaxy/imaging/model/__init__.py
test_autogalaxy/imaging/model/test_aggregator_imaging.py
test_autogalaxy/imaging/model/test_analysis_imaging.py
test_autogalaxy/imaging/model/test_result_imaging.py
test_autogalaxy/imaging/model/test_visualizer_imaging.py
test_autogalaxy/imaging/plot/__init__.py
test_autogalaxy/imaging/plot/test_fit_imaging_plotters.py
test_autogalaxy/interferometer/__init__.py
test_autogalaxy/interferometer/test_fit_interferometer.py
test_autogalaxy/interferometer/test_interferometer.py
test_autogalaxy/interferometer/model/__init__.py
test_autogalaxy/interferometer/model/test_aggregator_interferometer.py
test_autogalaxy/interferometer/model/test_analysis_interferometer.py
test_autogalaxy/interferometer/model/test_visualizer_interferometer.py
test_autogalaxy/interferometer/plot/__init__.py
test_autogalaxy/interferometer/plot/test_fit_interferometer_plotters.py
test_autogalaxy/operate/__init__.py
test_autogalaxy/operate/test_image.py
test_autogalaxy/operate/test_lens.py
test_autogalaxy/plane/__init__.py
test_autogalaxy/plane/test_plane.py
test_autogalaxy/plane/files/summary/general.ini
test_autogalaxy/plane/files/summary/grids/radial_minimum.ini
test_autogalaxy/plane/files/summary/notation/label.ini
test_autogalaxy/plane/files/summary/notation/label_format.ini
test_autogalaxy/plane/files/summary/notation/radial_minimum.ini
test_autogalaxy/plane/plot/__init__.py
test_autogalaxy/plane/plot/test_plane_plotters.py
test_autogalaxy/plot/__init__.py
test_autogalaxy/plot/mat_wrap/__init__.py
test_autogalaxy/plot/mat_wrap/test_get_visuals.py
test_autogalaxy/plot/mat_wrap/test_mat_obj.py
test_autogalaxy/plot/mat_wrap/config/visualize/general.ini
test_autogalaxy/plot/mat_wrap/config/visualize/include.ini
test_autogalaxy/plot/mat_wrap/config/visualize/plots.ini
test_autogalaxy/plot/mat_wrap/config/visualize/mat_obj/CausticsLiner.ini
test_autogalaxy/plot/mat_wrap/config/visualize/mat_obj/CriticalCurvesLiner.ini
test_autogalaxy/plot/mat_wrap/config/visualize/mat_obj/LightProfileCentreScatterer.ini
test_autogalaxy/plot/mat_wrap/config/visualize/mat_obj/MassProfileCentreScatterer.ini
test_autogalaxy/plot/mat_wrap/config/visualize/mat_obj/MultipleImagesScatterer.ini
test_autogalaxy/profiles/__init__.py
test_autogalaxy/profiles/test_dict.py
test_autogalaxy/profiles/test_geometry_profiles.py
test_autogalaxy/profiles/test_light_and_mass_profiles.py
test_autogalaxy/profiles/test_point_sources.py
test_autogalaxy/profiles/test_radial_minima.py
test_autogalaxy/profiles/config/summary/priors/galaxy.json
test_autogalaxy/profiles/config/summary/priors/geometry_profiles.json
test_autogalaxy/profiles/config/summary/priors/instrumentation.json
test_autogalaxy/profiles/config/summary/priors/light_profiles.json
test_autogalaxy/profiles/config/summary/priors/mass_profiles.json
test_autogalaxy/profiles/config/summary/priors/pixelizations.json
test_autogalaxy/profiles/config/summary/priors/regularization.json
test_autogalaxy/profiles/config/summary/priors/test_analysis.json
test_autogalaxy/profiles/config/summary/priors/test_model_mapper.json
test_autogalaxy/profiles/config/summary/priors/test_non_linear.json
test_autogalaxy/profiles/files/config/grids/radial_minimum.ini
test_autogalaxy/profiles/light_profiles/test_light_profiles.py
test_autogalaxy/profiles/light_profiles/test_snr_light_profiles.py
test_autogalaxy/profiles/mass_profiles/__init__.py
test_autogalaxy/profiles/mass_profiles/test_dark_mass_profiles.py
test_autogalaxy/profiles/mass_profiles/test_mass_profiles.py
test_autogalaxy/profiles/mass_profiles/test_mass_sheets.py
test_autogalaxy/profiles/mass_profiles/test_scaling_relations.py
test_autogalaxy/profiles/mass_profiles/test_stellar_mass_profiles.py
test_autogalaxy/profiles/mass_profiles/test_total_mass_profiles.py
test_autogalaxy/profiles/mass_profiles/config/summary/priors/galaxy.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/geometry_profiles.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/instrumentation.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/light_profiles.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/mass_profiles.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/pixelizations.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/regularization.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/test_analysis.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/test_model_mapper.json
test_autogalaxy/profiles/mass_profiles/config/summary/priors/test_non_linear.json
test_autogalaxy/profiles/plot/__init__.py
test_autogalaxy/profiles/plot/test_light_profile_plotters.py
test_autogalaxy/profiles/plot/test_mass_profile_plotters.py
test_autogalaxy/quantity/__init__.py
test_autogalaxy/quantity/test_dataset_quantity.py
test_autogalaxy/quantity/test_fit_quantity.py
test_autogalaxy/quantity/model/__init__.py
test_autogalaxy/quantity/model/test_analysis_quantity.py
test_autogalaxy/quantity/model/test_visualizer_quantity.py
test_autogalaxy/quantity/plot/__init__.py
test_autogalaxy/quantity/plot/test_fit_quantity_plotters.py
test_autogalaxy/util/__init__.py
test_autogalaxy/util/test_cosmology_util.py
test_autogalaxy/util/test_error_util.py
test_autogalaxy/util/test_plane_util.py
test_autogalaxy/util/test_shear_field.py