.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/lensing.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/analysis/aggregator/aggregator.py
autogalaxy/config/.gitignore
autogalaxy/config/general.ini
autogalaxy/config/grids/interpolate.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/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/dataset/__init__.py
autogalaxy/dataset/imaging.py
autogalaxy/dataset/interferometer.py
autogalaxy/fit/__init__.py
autogalaxy/fit/fit_imaging.py
autogalaxy/fit/fit_interferometer.py
autogalaxy/galaxy/__init__.py
autogalaxy/galaxy/fit_galaxy.py
autogalaxy/galaxy/galaxy.py
autogalaxy/galaxy/galaxy_data.py
autogalaxy/galaxy/masked_galaxy_data.py
autogalaxy/hyper/__init__.py
autogalaxy/hyper/hyper_data.py
autogalaxy/mock/__init__.py
autogalaxy/mock/fixtures.py
autogalaxy/mock/mock.py
autogalaxy/plane/__init__.py
autogalaxy/plane/plane.py
autogalaxy/plot/__init__.py
autogalaxy/plot/fit_galaxy_plotters.py
autogalaxy/plot/fit_imaging_plotters.py
autogalaxy/plot/fit_interferometer_plotters.py
autogalaxy/plot/galaxy_plotters.py
autogalaxy/plot/hyper_plotters.py
autogalaxy/plot/lensing_obj_plotter.py
autogalaxy/plot/light_profile_plotters.py
autogalaxy/plot/mass_profile_plotters.py
autogalaxy/plot/plane_plotters.py
autogalaxy/plot/mat_wrap/__init__.py
autogalaxy/plot/mat_wrap/lensing_include.py
autogalaxy/plot/mat_wrap/lensing_mat_plot.py
autogalaxy/plot/mat_wrap/lensing_visuals.py
autogalaxy/plot/mat_wrap/lensing_wrap.py
autogalaxy/profiles/__init__.py
autogalaxy/profiles/geometry_profiles.py
autogalaxy/profiles/light_and_mass_profiles.py
autogalaxy/profiles/light_profiles.py
autogalaxy/profiles/point_sources.py
autogalaxy/profiles/scaling_relations.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/util/__init__.py
autogalaxy/util/cosmology_util.py
autogalaxy/util/error_util.py
autogalaxy/util/plane_util.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
files/release.sh
test_autogalaxy/__init__.py
test_autogalaxy/conftest.py
test_autogalaxy/test_convert.py
test_autogalaxy/test_lensing.py
test_autogalaxy/test_simulate_and_fit.py
test_autogalaxy/analysis/__init__.py
test_autogalaxy/analysis/test_aggregator.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/dataset/__init__.py
test_autogalaxy/dataset/test_imaging.py
test_autogalaxy/dataset/test_interferometer.py
test_autogalaxy/dataset/files/image.fits
test_autogalaxy/dataset/files/noise_map.fits
test_autogalaxy/dataset/files/psf.fits
test_autogalaxy/fit/__init__.py
test_autogalaxy/fit/test_fit_imaging.py
test_autogalaxy/fit/test_fit_interferometer.py
test_autogalaxy/galaxy/__init__.py
test_autogalaxy/galaxy/test_fit_galaxy.py
test_autogalaxy/galaxy/test_galaxy.py
test_autogalaxy/galaxy/test_galaxy_data.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/hyper/__init__.py
test_autogalaxy/hyper/test_hyper_data.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/plot/__init__.py
test_autogalaxy/plot/test_fit_galaxy_plotters.py
test_autogalaxy/plot/test_fit_imaging_plotters.py
test_autogalaxy/plot/test_fit_interferometer_plotters.py
test_autogalaxy/plot/test_galaxy_plotters.py
test_autogalaxy/plot/test_hyper_plotters.py
test_autogalaxy/plot/test_light_profile_plotters.py
test_autogalaxy/plot/test_mass_profile_plotters.py
test_autogalaxy/plot/test_plane_plotters.py
test_autogalaxy/plot/mat_wrap/__init__.py
test_autogalaxy/plot/mat_wrap/test_lensing_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_geometry_profiles.py
test_autogalaxy/profiles/test_light_and_mass_profiles.py
test_autogalaxy/profiles/test_light_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/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/util/__init__.py
test_autogalaxy/util/test_cosmology_util.py
test_autogalaxy/util/test_error_util.py
test_autogalaxy/util/test_plane_util.py