.gitignore
LICENSE
MANIFEST.in
README.rst
__init__.py
optional_requirements.txt
readthedocs.yml
requirements.txt
requirements_build.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/aggregator/__init__.py
autogalaxy/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/notation/prior_model_tags.ini
autogalaxy/config/notation/settings_tags.ini
autogalaxy/config/notation/setup_tags.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_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.py
autogalaxy/galaxy/__init__.py
autogalaxy/galaxy/fit_galaxy.py
autogalaxy/galaxy/galaxy.py
autogalaxy/galaxy/galaxy_data.py
autogalaxy/galaxy/galaxy_model.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/pipeline/__init__.py
autogalaxy/pipeline/pipeline.py
autogalaxy/pipeline/setup.py
autogalaxy/pipeline/visualizer.py
autogalaxy/pipeline/phase/__init__.py
autogalaxy/pipeline/phase/phase_galaxy.py
autogalaxy/pipeline/phase/settings.py
autogalaxy/pipeline/phase/abstract/__init__.py
autogalaxy/pipeline/phase/abstract/analysis.py
autogalaxy/pipeline/phase/abstract/phase.py
autogalaxy/pipeline/phase/abstract/result.py
autogalaxy/pipeline/phase/dataset/__init__.py
autogalaxy/pipeline/phase/dataset/analysis.py
autogalaxy/pipeline/phase/dataset/phase.py
autogalaxy/pipeline/phase/dataset/result.py
autogalaxy/pipeline/phase/extensions/__init__.py
autogalaxy/pipeline/phase/extensions/hyper_phase.py
autogalaxy/pipeline/phase/imaging/__init__.py
autogalaxy/pipeline/phase/imaging/analysis.py
autogalaxy/pipeline/phase/imaging/phase.py
autogalaxy/pipeline/phase/imaging/result.py
autogalaxy/pipeline/phase/interferometer/__init__.py
autogalaxy/pipeline/phase/interferometer/analysis.py
autogalaxy/pipeline/phase/interferometer/phase.py
autogalaxy/pipeline/phase/interferometer/result.py
autogalaxy/plane/__init__.py
autogalaxy/plane/plane.py
autogalaxy/plot/__init__.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/plot/plotters/__init__.py
autogalaxy/plot/plotters/fit_galaxy_plotters.py
autogalaxy/plot/plotters/fit_imaging_plotters.py
autogalaxy/plot/plotters/fit_interferometer_plotters.py
autogalaxy/plot/plotters/galaxy_plotters.py
autogalaxy/plot/plotters/hyper_plotters.py
autogalaxy/plot/plotters/lensing_obj_plotter.py
autogalaxy/plot/plotters/light_profile_plotters.py
autogalaxy/plot/plotters/mass_profile_plotters.py
autogalaxy/plot/plotters/plane_plotters.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/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/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/aggregator/__init__.py
test_autogalaxy/aggregator/test_aggregator.py
test_autogalaxy/aggregator/files/results
test_autogalaxy/aggregator/files/results_no_order
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/notation/prior_model_tags.ini
test_autogalaxy/config/notation/settings_tags.ini
test_autogalaxy/config/notation/setup_tags.ini
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_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.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/test_galaxy_model.py
test_autogalaxy/galaxy/test_galaxy_model_model_mapper.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/pipeline/__init__.py
test_autogalaxy/pipeline/test_pipeline.py
test_autogalaxy/pipeline/test_setup.py
test_autogalaxy/pipeline/test_visualizer.py
test_autogalaxy/pipeline/config/visualize/mat_obj/CausticsLine.ini
test_autogalaxy/pipeline/phase/__init__.py
test_autogalaxy/pipeline/phase/test_settings.py
test_autogalaxy/pipeline/phase/abstract/__init__.py
test_autogalaxy/pipeline/phase/abstract/test_phase_abstract.py
test_autogalaxy/pipeline/phase/abstract/test_result_abstract.py
test_autogalaxy/pipeline/phase/abstract/config/priors/autoarray.json
test_autogalaxy/pipeline/phase/abstract/config/priors/autogalaxy.json
test_autogalaxy/pipeline/phase/abstract/config/priors/light_profiles.json
test_autogalaxy/pipeline/phase/abstract/config/priors/total_mass_profiles.json
test_autogalaxy/pipeline/phase/dataset/__init__.py
test_autogalaxy/pipeline/phase/dataset/test_analysis_dataset.py
test_autogalaxy/pipeline/phase/dataset/test_phase_dataset.py
test_autogalaxy/pipeline/phase/dataset/test_result_dataset.py
test_autogalaxy/pipeline/phase/dataset/config/priors/light_profiles.json
test_autogalaxy/pipeline/phase/dataset/config/priors/total_mass_profiles.json
test_autogalaxy/pipeline/phase/extensions/__init__.py
test_autogalaxy/pipeline/phase/extensions/test_phase_extensions.py
test_autogalaxy/pipeline/phase/extensions/config/priors/light_profiles.json
test_autogalaxy/pipeline/phase/extensions/config/priors/total_mass_profiles.json
test_autogalaxy/pipeline/phase/imaging/__init__.py
test_autogalaxy/pipeline/phase/imaging/test_analysis_imaging.py
test_autogalaxy/pipeline/phase/imaging/test_phase_imaging.py
test_autogalaxy/pipeline/phase/imaging/test_result_imaging.py
test_autogalaxy/pipeline/phase/imaging/config/priors/light_profiles.json
test_autogalaxy/pipeline/phase/imaging/config/priors/total_mass_profiles.json
test_autogalaxy/pipeline/phase/interferometer/__init__.py
test_autogalaxy/pipeline/phase/interferometer/test_analysis_interferometer.py
test_autogalaxy/pipeline/phase/interferometer/test_phase_interferometer.py
test_autogalaxy/pipeline/phase/interferometer/config/priors/light_profiles.json
test_autogalaxy/pipeline/phase/interferometer/config/priors/total_mass_profiles.json
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/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/plot/plotters/__init__.py
test_autogalaxy/plot/plotters/test_fit_galaxy_plotters.py
test_autogalaxy/plot/plotters/test_fit_imaging_plotters.py
test_autogalaxy/plot/plotters/test_fit_interferometer_plotters.py
test_autogalaxy/plot/plotters/test_galaxy_plotters.py
test_autogalaxy/plot/plotters/test_hyper_plotters.py
test_autogalaxy/plot/plotters/test_lensing_obj_plotters.py
test_autogalaxy/plot/plotters/test_light_profile_plotters.py
test_autogalaxy/plot/plotters/test_mass_profile_plotters.py
test_autogalaxy/plot/plotters/test_plane_plotters.py
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_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_plane_util.py