LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
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/general.ini
autogalaxy/config/grids/radial_minimum.ini
autogalaxy/config/notation/label.ini
autogalaxy/config/notation/label_format.ini
autogalaxy/config/priors/basis.json
autogalaxy/config/priors/cosmology.json
autogalaxy/config/priors/dark.json
autogalaxy/config/priors/galaxy.json
autogalaxy/config/priors/geometry_profiles.json
autogalaxy/config/priors/hyper_data.json
autogalaxy/config/priors/linear.json
autogalaxy/config/priors/linear_operated.json
autogalaxy/config/priors/mesh.json
autogalaxy/config/priors/operated.json
autogalaxy/config/priors/point_sources.json
autogalaxy/config/priors/regularization.json
autogalaxy/config/priors/sheets.json
autogalaxy/config/priors/standard.json
autogalaxy/config/priors/stellar.json
autogalaxy/config/priors/total.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/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/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/light_profiles.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/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/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