CITATIONS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
eden.ini
optional_requirements.txt
readthedocs.yaml
requirements.txt
setup.py
zenodo.json
.github/workflows/draft-pdf.yml
.github/workflows/main.yml
autogalaxy/__init__.py
autogalaxy/abstract_fit.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/README.rst
autogalaxy/config/general.yaml
autogalaxy/config/grids.yaml
autogalaxy/config/notation.yaml
autogalaxy/config/priors/README.rst
autogalaxy/config/priors/basis.yaml
autogalaxy/config/priors/cosmology.yaml
autogalaxy/config/priors/hyper_data.yaml
autogalaxy/config/priors/point_sources.yaml
autogalaxy/config/priors/galaxy/README.rst
autogalaxy/config/priors/galaxy/hyper.yaml
autogalaxy/config/priors/galaxy/redshift.yaml
autogalaxy/config/priors/light/README.rst
autogalaxy/config/priors/light/linear/chameleon.yaml
autogalaxy/config/priors/light/linear/dev_vaucouleurs.yaml
autogalaxy/config/priors/light/linear/eff.yaml
autogalaxy/config/priors/light/linear/exponential.yaml
autogalaxy/config/priors/light/linear/exponential_core.yaml
autogalaxy/config/priors/light/linear/gaussian.yaml
autogalaxy/config/priors/light/linear/moffat.yaml
autogalaxy/config/priors/light/linear/sersic.yaml
autogalaxy/config/priors/light/linear/sersic_core.yaml
autogalaxy/config/priors/light/linear_operated/gaussian.yaml
autogalaxy/config/priors/light/linear_operated/moffat.yaml
autogalaxy/config/priors/light/operated/gaussian.yaml
autogalaxy/config/priors/light/operated/moffat.yaml
autogalaxy/config/priors/light/operated/sersic.yaml
autogalaxy/config/priors/light/shapelets/cartesian.yaml
autogalaxy/config/priors/light/shapelets/exponential.yaml
autogalaxy/config/priors/light/shapelets/polar.yaml
autogalaxy/config/priors/light/standard/chameleon.yaml
autogalaxy/config/priors/light/standard/dev_vaucouleurs.yaml
autogalaxy/config/priors/light/standard/eff.yaml
autogalaxy/config/priors/light/standard/exponential.yaml
autogalaxy/config/priors/light/standard/exponential_core.yaml
autogalaxy/config/priors/light/standard/gaussian.yaml
autogalaxy/config/priors/light/standard/moffat.yaml
autogalaxy/config/priors/light/standard/sersic.yaml
autogalaxy/config/priors/light/standard/sersic_core.yaml
autogalaxy/config/priors/mass/README.rst
autogalaxy/config/priors/mass/dark/gnfw.yaml
autogalaxy/config/priors/mass/dark/gnfw_mcr.yaml
autogalaxy/config/priors/mass/dark/nfw.yaml
autogalaxy/config/priors/mass/dark/nfw_mcr.yaml
autogalaxy/config/priors/mass/dark/nfw_mcr_scatter.yaml
autogalaxy/config/priors/mass/dark/nfw_truncated.yaml
autogalaxy/config/priors/mass/dark/nfw_truncated_mcr.yaml
autogalaxy/config/priors/mass/multipole/power_law_m4.yaml
autogalaxy/config/priors/mass/sheets/external_shear.yaml
autogalaxy/config/priors/mass/sheets/mass_sheet.yaml
autogalaxy/config/priors/mass/stellar/chameleon.yaml
autogalaxy/config/priors/mass/stellar/dev_vaucouleurs.yaml
autogalaxy/config/priors/mass/stellar/exponential.yaml
autogalaxy/config/priors/mass/stellar/gaussian.yaml
autogalaxy/config/priors/mass/stellar/sersic.yaml
autogalaxy/config/priors/mass/stellar/sersic_core.yaml
autogalaxy/config/priors/mass/stellar/sersic_radial_gradient.yaml
autogalaxy/config/priors/mass/total/isothermal.yaml
autogalaxy/config/priors/mass/total/isothermal_core.yaml
autogalaxy/config/priors/mass/total/point.yaml
autogalaxy/config/priors/mass/total/power_law.yaml
autogalaxy/config/priors/mass/total/power_law_broken.yaml
autogalaxy/config/priors/mass/total/power_law_core.yaml
autogalaxy/config/priors/mesh/README.rst
autogalaxy/config/priors/mesh/delaunay.yaml
autogalaxy/config/priors/mesh/rectangular.yaml
autogalaxy/config/priors/mesh/voronoi.yaml
autogalaxy/config/priors/mesh/voronoi_nn.yaml
autogalaxy/config/priors/regularization/README.rst
autogalaxy/config/priors/regularization/adaptive_brightness.yaml
autogalaxy/config/priors/regularization/adaptive_brightness_split_zeroth.yaml
autogalaxy/config/priors/regularization/constant.yaml
autogalaxy/config/priors/regularization/constant_split.yaml
autogalaxy/config/priors/regularization/constant_zeroth.yaml
autogalaxy/config/priors/regularization/zeroth.yaml
autogalaxy/config/visualize/README.rst
autogalaxy/config/visualize/general.yaml
autogalaxy/config/visualize/include.yaml
autogalaxy/config/visualize/mat_wrap_1d.yaml
autogalaxy/config/visualize/mat_wrap_2d.yaml
autogalaxy/config/visualize/plots.yaml
autogalaxy/cosmology/__init__.py
autogalaxy/cosmology/lensing.py
autogalaxy/cosmology/model.py
autogalaxy/cosmology/wrap.py
autogalaxy/galaxy/__init__.py
autogalaxy/galaxy/galaxy.py
autogalaxy/galaxy/hyper.py
autogalaxy/galaxy/redshift.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/to_inversion.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/wrap.py
autogalaxy/plot/get_visuals/__init__.py
autogalaxy/plot/get_visuals/one_d.py
autogalaxy/plot/get_visuals/two_d.py
autogalaxy/plot/include/__init__.py
autogalaxy/plot/include/one_d.py
autogalaxy/plot/include/two_d.py
autogalaxy/plot/mat_plot/__init__.py
autogalaxy/plot/mat_plot/one_d.py
autogalaxy/plot/mat_plot/two_d.py
autogalaxy/plot/visuals/__init__.py
autogalaxy/plot/visuals/one_d.py
autogalaxy/plot/visuals/two_d.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/__init__.py
autogalaxy/profiles/light/abstract.py
autogalaxy/profiles/light/basis.py
autogalaxy/profiles/light/decorators.py
autogalaxy/profiles/light/linear/__init__.py
autogalaxy/profiles/light/linear/abstract.py
autogalaxy/profiles/light/linear/chameleon.py
autogalaxy/profiles/light/linear/dev_vaucouleurs.py
autogalaxy/profiles/light/linear/eff.py
autogalaxy/profiles/light/linear/exponential.py
autogalaxy/profiles/light/linear/exponential_core.py
autogalaxy/profiles/light/linear/gaussian.py
autogalaxy/profiles/light/linear/moffat.py
autogalaxy/profiles/light/linear/sersic.py
autogalaxy/profiles/light/linear/sersic_core.py
autogalaxy/profiles/light/linear_operated/__init__.py
autogalaxy/profiles/light/linear_operated/gaussian.py
autogalaxy/profiles/light/linear_operated/moffat.py
autogalaxy/profiles/light/linear_operated/sersic.py
autogalaxy/profiles/light/mock/__init__.py
autogalaxy/profiles/light/mock/mock_light_profile.py
autogalaxy/profiles/light/operated/__init__.py
autogalaxy/profiles/light/operated/abstract.py
autogalaxy/profiles/light/operated/gaussian.py
autogalaxy/profiles/light/operated/moffat.py
autogalaxy/profiles/light/operated/sersic.py
autogalaxy/profiles/light/shapelets/__init__.py
autogalaxy/profiles/light/shapelets/abstract.py
autogalaxy/profiles/light/shapelets/cartesian.py
autogalaxy/profiles/light/shapelets/exponential.py
autogalaxy/profiles/light/shapelets/polar.py
autogalaxy/profiles/light/snr/__init__.py
autogalaxy/profiles/light/snr/abstract.py
autogalaxy/profiles/light/snr/chameleon.py
autogalaxy/profiles/light/snr/dev_vaucouleurs.py
autogalaxy/profiles/light/snr/eff.py
autogalaxy/profiles/light/snr/exponential.py
autogalaxy/profiles/light/snr/gaussian.py
autogalaxy/profiles/light/snr/sersic.py
autogalaxy/profiles/light/snr/sersic_core.py
autogalaxy/profiles/light/standard/__init__.py
autogalaxy/profiles/light/standard/chameleon.py
autogalaxy/profiles/light/standard/dev_vaucouleurs.py
autogalaxy/profiles/light/standard/eff.py
autogalaxy/profiles/light/standard/exponential.py
autogalaxy/profiles/light/standard/exponential_core.py
autogalaxy/profiles/light/standard/gaussian.py
autogalaxy/profiles/light/standard/moffat.py
autogalaxy/profiles/light/standard/sersic.py
autogalaxy/profiles/light/standard/sersic_core.py
autogalaxy/profiles/mass/__init__.py
autogalaxy/profiles/mass/abstract/__init__.py
autogalaxy/profiles/mass/abstract/abstract.py
autogalaxy/profiles/mass/abstract/cse.py
autogalaxy/profiles/mass/abstract/mge.py
autogalaxy/profiles/mass/dark/__init__.py
autogalaxy/profiles/mass/dark/abstract.py
autogalaxy/profiles/mass/dark/gnfw.py
autogalaxy/profiles/mass/dark/gnfw_mcr.py
autogalaxy/profiles/mass/dark/mcr_util.py
autogalaxy/profiles/mass/dark/nfw.py
autogalaxy/profiles/mass/dark/nfw_mcr.py
autogalaxy/profiles/mass/dark/nfw_mcr_scatter.py
autogalaxy/profiles/mass/dark/nfw_truncated.py
autogalaxy/profiles/mass/dark/nfw_truncated_mcr.py
autogalaxy/profiles/mass/dark/nfw_truncated_mcr_scatter.py
autogalaxy/profiles/mass/mock/__init__.py
autogalaxy/profiles/mass/mock/mock_mass_profile.py
autogalaxy/profiles/mass/multipole/__init__.py
autogalaxy/profiles/mass/multipole/power_law_m4.py
autogalaxy/profiles/mass/sheets/__init__.py
autogalaxy/profiles/mass/sheets/external_shear.py
autogalaxy/profiles/mass/sheets/input_deflections.py
autogalaxy/profiles/mass/sheets/mass_sheet.py
autogalaxy/profiles/mass/stellar/__init__.py
autogalaxy/profiles/mass/stellar/abstract.py
autogalaxy/profiles/mass/stellar/chameleon.py
autogalaxy/profiles/mass/stellar/dev_vaucouleurs.py
autogalaxy/profiles/mass/stellar/exponential.py
autogalaxy/profiles/mass/stellar/gaussian.py
autogalaxy/profiles/mass/stellar/sersic.py
autogalaxy/profiles/mass/stellar/sersic_core.py
autogalaxy/profiles/mass/stellar/sersic_radial_gradient.py
autogalaxy/profiles/mass/total/__init__.py
autogalaxy/profiles/mass/total/isothermal.py
autogalaxy/profiles/mass/total/isothermal_core.py
autogalaxy/profiles/mass/total/point.py
autogalaxy/profiles/mass/total/power_law.py
autogalaxy/profiles/mass/total/power_law_broken.py
autogalaxy/profiles/mass/total/power_law_core.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/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/_templates/custom-class-template.rst
docs/_templates/custom_module_template.rst
docs/advanced/chaining.rst
docs/advanced/database.rst
docs/advanced/graphical.rst
docs/api/data.rst
docs/api/fitting.rst
docs/api/galaxy.rst
docs/api/light.rst
docs/api/modeling.rst
docs/api/pixelization.rst
docs/api/plot.rst
docs/api/source.rst
docs/api/images/pixelization_image_plane/data_image_plane.png
docs/api/images/pixelization_image_plane/grid_image_plane.png
docs/api/images/pixelization_image_plane/image_plane_mesh.png
docs/api/images/pixelization_masked_image_plane/data_image_plane.png
docs/api/images/pixelization_masked_image_plane/grid_image_plane.png
docs/api/images/pixelization_masked_image_plane/image_plane_mesh.png
docs/api/images/pixelization_masked_source_plane/data_image_plane.png
docs/api/images/pixelization_masked_source_plane/grid_image_plane.png
docs/api/images/pixelization_masked_source_plane/source_plane_mesh.png
docs/general/citations.rst
docs/general/configs.rst
docs/general/credits.rst
docs/general/likelihood_function.rst
docs/general/model_cookbook.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_pixelizations.rst
docs/howtogalaxy/chapter_optional.rst
docs/howtogalaxy/howtogalaxy.rst
docs/installation/conda.rst
docs/installation/numba.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/dirty_image.png
docs/overview/images/multiwavelength/g_decomposed_image.png
docs/overview/images/multiwavelength/g_image.png
docs/overview/images/multiwavelength/r_decomposed_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
files/dirty_image.png
files/model_dirty_image.png
files/non_parametric.png
files/observed.png
files/parametric.png
files/visibilities.png
paper/README.md
paper/almacombined.png
paper/hstcombined.png
paper/observed.pdf
paper/paper.bib
paper/paper.json
paper/paper.md
paper/parametric.png