LICENSE
MANIFEST.in
README.rst
__init__.py
eden.ini
readthedocs.yml
requirements.txt
setup.py
to_do_list
.github/workflows/main.yml
autogalaxy/__init__.py
autogalaxy/convert.py
autogalaxy/exc.py
autogalaxy/fixtures.py
autogalaxy/mock.py
autogalaxy/aggregator/__init__.py
autogalaxy/aggregator/abstract.py
autogalaxy/aggregator/fit_imaging.py
autogalaxy/aggregator/fit_interferometer.py
autogalaxy/aggregator/imaging.py
autogalaxy/aggregator/interferometer.py
autogalaxy/aggregator/plane.py
autogalaxy/analysis/__init__.py
autogalaxy/analysis/analysis.py
autogalaxy/analysis/clump_model.py
autogalaxy/analysis/maker.py
autogalaxy/analysis/model_util.py
autogalaxy/analysis/preloads.py
autogalaxy/analysis/result.py
autogalaxy/analysis/setup.py
autogalaxy/analysis/visualizer.py
autogalaxy/analysis/mock/__init__.py
autogalaxy/analysis/mock/mock_result.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/mock/__init__.py
autogalaxy/galaxy/mock/mock_galaxy.py
autogalaxy/galaxy/plot/__init__.py
autogalaxy/galaxy/plot/galaxy_plotters.py
autogalaxy/galaxy/plot/hyper_galaxy_plotters.py
autogalaxy/gui/__init__.py
autogalaxy/gui/clicker.py
autogalaxy/gui/scribbler.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/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/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/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/light_profiles/mock/__init__.py
autogalaxy/profiles/light_profiles/mock/mock_light_profile.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/mass_profiles/mock/__init__.py
autogalaxy/profiles/mass_profiles/mock/mock_mass_profile.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
autogalaxy/util/mock/__init__.py
autogalaxy/util/mock/mock_cosmology.py
docs/conf.py
docs/index.rst
docs/requirements.txt
docs/advanced/chaining.rst
docs/advanced/database.rst
docs/advanced/graphical.rst
docs/api/api.rst
docs/api/api_backup.rst
docs/general/citations.rst
docs/general/configs.rst
docs/general/credits.rst
docs/general/likelihood_function.rst
docs/general/papers.rst
docs/general/workspace.rst
docs/howtogalaxy/chapter_1_introduction.rst
docs/howtogalaxy/chapter_2_modeling.rst
docs/howtogalaxy/chapter_3_search_chaining.rst
docs/howtogalaxy/chapter_4_inversions.rst
docs/howtogalaxy/chapter_optional.rst
docs/howtogalaxy/howtogalaxy.rst
docs/installation/conda.rst
docs/installation/overview.rst
docs/installation/pip.rst
docs/installation/source.rst
docs/installation/troubleshooting.rst
docs/overview/overview_1_galaxies.rst
docs/overview/overview_2_fitting.rst
docs/overview/overview_3_modeling.rst
docs/overview/overview_4_simulate.rst
docs/overview/overview_5_pixelizations.rst
docs/overview/overview_6_interferometry.rst
docs/overview/overview_7_multi_wavelength.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/plane_image.png
docs/overview/images/fitting/psf.png
docs/overview/images/fitting/residual_map.png
docs/overview/images/galaxies/galaxy.png
docs/overview/images/galaxies/grid_2d.png
docs/overview/images/galaxies/merging_galaxies.png
docs/overview/images/galaxies/plane.png
docs/overview/images/galaxies/sersic_light_profile.png
docs/overview/images/galaxies/subplot_galaxies.png
docs/overview/images/interferometry/dirty_image.png
docs/overview/images/interferometry/dirty_signal_to_noise.png
docs/overview/images/interferometry/fit_dirty_images.png
docs/overview/images/interferometry/image_pre_ft.png
docs/overview/images/interferometry/model_visibilities.png
docs/overview/images/interferometry/reconstruction.png
docs/overview/images/interferometry/uv_wavelengths.png
docs/overview/images/interferometry/visibilities.png
docs/overview/images/modeling/cornerplot.png
docs/overview/images/modeling/image.png
docs/overview/images/modeling/subplot_fit.png
docs/overview/images/multiwavelength/g_image.png
docs/overview/images/multiwavelength/r_image.png
docs/overview/images/pixelizations/image.png
docs/overview/images/pixelizations/rectangular.png
docs/overview/images/simulating/ao.png
docs/overview/images/simulating/euclid.png
docs/overview/images/simulating/hst.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.png
files/citations.bib
files/citations.md
files/citations.tex
paper/README.md
paper/paper.bib
paper/paper.json
paper/paper.md