.gitignore
LICENSE
MANIFEST.in
README.rst
__init__.py
optional_requirements.txt
readthedocs.yml
release.sh
requirements.txt
requirements_build.txt
setup.py
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/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/meta_dataset.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/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
test_autogalaxy/__init__.py
test_autogalaxy/conftest.py
test_autogalaxy/dataset/.gitignore
test_autogalaxy/dataset/imaging/.gitignore
test_autogalaxy/dataset/interferometer/.gitignore
test_autogalaxy/simulators/__init__.py
test_autogalaxy/simulators/imaging/__init__.py
test_autogalaxy/simulators/imaging/instrument_util.py
test_autogalaxy/simulators/imaging/simulate_datasets.py
test_autogalaxy/simulators/imaging/simulators.py
test_autogalaxy/simulators/interferometer/__init__.py
test_autogalaxy/simulators/interferometer/instrument_util.py
test_autogalaxy/simulators/interferometer/simulate_datasets.py
test_autogalaxy/simulators/interferometer/simulators.py
test_autogalaxy/simulators/interferometer/sma/uv_wavelengths.fits
test_autogalaxy/unit/__init__.py
test_autogalaxy/unit/conftest.py
test_autogalaxy/unit/test_convert.py
test_autogalaxy/unit/test_lensing.py
test_autogalaxy/unit/test_simulate_and_fit.py
test_autogalaxy/unit/aggregator/test_aggregator.py
test_autogalaxy/unit/aggregator/files/results
test_autogalaxy/unit/aggregator/files/results_no_order
test_autogalaxy/unit/config/general.ini
test_autogalaxy/unit/config/grids/interpolate.ini
test_autogalaxy/unit/config/grids/radial_minimum.ini
test_autogalaxy/unit/config/lensing/general.ini
test_autogalaxy/unit/config/lensing/grids/radial_minimum.ini
test_autogalaxy/unit/config/lensing/priors/galaxy.json
test_autogalaxy/unit/config/lensing/priors/geometry_profiles.json
test_autogalaxy/unit/config/lensing/priors/instrumentation.json
test_autogalaxy/unit/config/lensing/priors/light_profiles.json
test_autogalaxy/unit/config/lensing/priors/mass_profiles.json
test_autogalaxy/unit/config/lensing/priors/pixelizations.json
test_autogalaxy/unit/config/lensing/priors/regularization.json
test_autogalaxy/unit/config/lensing/priors/test_analysis.json
test_autogalaxy/unit/config/lensing/priors/test_model_mapper.json
test_autogalaxy/unit/config/lensing/priors/test_non_linear.json
test_autogalaxy/unit/config/non_linear/GridSearch.ini
test_autogalaxy/unit/config/non_linear/doc_non_linear
test_autogalaxy/unit/config/non_linear/mcmc/Emcee.ini
test_autogalaxy/unit/config/non_linear/mock/MockOptimizer.ini
test_autogalaxy/unit/config/non_linear/mock/MockSearch.ini
test_autogalaxy/unit/config/non_linear/nest/DynestyDynamic.ini
test_autogalaxy/unit/config/non_linear/nest/DynestyStatic.ini
test_autogalaxy/unit/config/non_linear/nest/MultiNest.ini
test_autogalaxy/unit/config/non_linear/optimize/DownhillSimplex.ini
test_autogalaxy/unit/config/notation/label.ini
test_autogalaxy/unit/config/notation/label_format.ini
test_autogalaxy/unit/config/notation/prior_model_tags.ini
test_autogalaxy/unit/config/notation/settings_tags.ini
test_autogalaxy/unit/config/notation/setup_tags.ini
test_autogalaxy/unit/config/priors/autogalaxy.json
test_autogalaxy/unit/config/priors/dark_mass_profiles.json
test_autogalaxy/unit/config/priors/galaxy.json
test_autogalaxy/unit/config/priors/geometry_profiles.json
test_autogalaxy/unit/config/priors/hyper_data.json
test_autogalaxy/unit/config/priors/light_profiles.json
test_autogalaxy/unit/config/priors/mass_sheets.json
test_autogalaxy/unit/config/priors/pixelizations.json
test_autogalaxy/unit/config/priors/regularization.json
test_autogalaxy/unit/config/priors/stellar_mass_profiles.json
test_autogalaxy/unit/config/priors/total_mass_profiles.json
test_autogalaxy/unit/config/text/label_format.ini
test_autogalaxy/unit/config/visualize/general.ini
test_autogalaxy/unit/config/visualize/include.ini
test_autogalaxy/unit/config/visualize/plots.ini
test_autogalaxy/unit/config/visualize/mat_wrap_2d/CausticsPlot.ini
test_autogalaxy/unit/config/visualize/mat_wrap_2d/CriticalCurvesPlot.ini
test_autogalaxy/unit/config/visualize/mat_wrap_2d/LightProfileCentresScatter.ini
test_autogalaxy/unit/config/visualize/mat_wrap_2d/MassProfileCentresScatter.ini
test_autogalaxy/unit/config/visualize/mat_wrap_2d/MultipleImagesScatter.ini
test_autogalaxy/unit/dataset/__init__.py
test_autogalaxy/unit/dataset/test_imaging.py
test_autogalaxy/unit/dataset/test_interferometer.py
test_autogalaxy/unit/dataset/files/image.fits
test_autogalaxy/unit/dataset/files/noise_map.fits
test_autogalaxy/unit/dataset/files/psf.fits
test_autogalaxy/unit/files/hyper/hyper_model_image.png
test_autogalaxy/unit/files/hyper/subplot_hyper_galaxy_images.png
test_autogalaxy/unit/files/imaging/image.png
test_autogalaxy/unit/files/imaging/inverse_noise_map.png
test_autogalaxy/unit/files/imaging/potential_chi_squared_map.png
test_autogalaxy/unit/files/imaging/psf.png
test_autogalaxy/unit/files/subplots/subplot_imaging.png
test_autogalaxy/unit/fit/__init__.py
test_autogalaxy/unit/fit/test_fit.py
test_autogalaxy/unit/galaxy/__init__.py
test_autogalaxy/unit/galaxy/test_fit_galaxy.py
test_autogalaxy/unit/galaxy/test_galaxy.py
test_autogalaxy/unit/galaxy/test_galaxy_data.py
test_autogalaxy/unit/galaxy/test_galaxy_model.py
test_autogalaxy/unit/galaxy/test_galaxy_model_model_mapper.py
test_autogalaxy/unit/galaxy/config/galaxy_model/priors/autoarray.json
test_autogalaxy/unit/galaxy/config/galaxy_model/priors/autogalaxy.json
test_autogalaxy/unit/galaxy/config/galaxy_model/priors/instrumentation.json
test_autogalaxy/unit/galaxy/config/galaxy_model/priors/light_and_mass_profiles.json
test_autogalaxy/unit/hyper/__init__.py
test_autogalaxy/unit/hyper/test_hyper_data.py
test_autogalaxy/unit/pipeline/__init__.py
test_autogalaxy/unit/pipeline/test_pipeline.py
test_autogalaxy/unit/pipeline/test_setup.py
test_autogalaxy/unit/pipeline/test_visualizer.py
test_autogalaxy/unit/pipeline/config/visualize/general.ini
test_autogalaxy/unit/pipeline/config/visualize/include.ini
test_autogalaxy/unit/pipeline/config/visualize/plots.ini
test_autogalaxy/unit/pipeline/config/visualize/mat_obj/CausticsLine.ini
test_autogalaxy/unit/pipeline/config/visualize/mat_obj/CriticalCurvesLine.ini
test_autogalaxy/unit/pipeline/config/visualize/mat_obj/LightProfileCentreScatter.ini
test_autogalaxy/unit/pipeline/config/visualize/mat_obj/MassProfileCentreScatter.ini
test_autogalaxy/unit/pipeline/config/visualize/mat_obj/MultipleImagesScatter.ini
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__bin_2/model.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__bin_2/output.log
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__bin_2/phase.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_0.1/model.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_0.1/output.log
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_0.1/phase.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_1.0/model.info
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_1.0/output.log
test_autogalaxy/unit/pipeline/files/output/phase_imaging_7x7/phase_tag__sub_2__snr_1.0/phase.info
test_autogalaxy/unit/pipeline/files/output/phase_interferometer_7/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/phase_interferometer_7/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/.completed
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/info.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mask.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/metadata
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/model.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/phase_name/phase_tag__sub_2/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/output/phase_path/phase_name/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/phase_path/phase_name/output.log
test_autogalaxy/unit/pipeline/files/output/phase_path/phase_name/hyper_combined_/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/multinest/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/multinest/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_4/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_4/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_4/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_1/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_1/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_1/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/multinest/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2/multinest/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.00/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.00/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.00/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.50/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.50/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_0.50/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_50.00/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_50.00/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_2__pos_50.00/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_4/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_4/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase/phase_tag__sub_4/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_2/phase_tag__sub_2__pos_1.00/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_aggregator/phase_tag__sub_2/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/None.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__rs_shape_7x7__rs_pix_1.00x1.00__sub_2/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mock_imaging_7x7.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/optimizer.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/.completed
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/info.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/metadata
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/model.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/output.log
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/phase.info
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/mask.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/meta_dataset.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/model.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/non_linear.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/pickles/phase_attributes.pickle
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/mocknlo/samples/mocknlo.paramnames
test_autogalaxy/unit/pipeline/files/output/test_phase_test_fit/phase_tag__sub_2/optimizer/multinest.paramnames
test_autogalaxy/unit/pipeline/files/plotter/general.ini
test_autogalaxy/unit/pipeline/files/plotter/non_linear.ini
test_autogalaxy/unit/pipeline/files/plotter/priors.json
test_autogalaxy/unit/pipeline/files/plotter/grids/radial_minimum.ini
test_autogalaxy/unit/pipeline/files/plotter/notation/label.ini
test_autogalaxy/unit/pipeline/files/plotter/notation/label_format.ini
test_autogalaxy/unit/pipeline/files/plotter/visualize/figures.ini
test_autogalaxy/unit/pipeline/files/plotter/visualize/general.ini
test_autogalaxy/unit/pipeline/files/plotter/visualize/plots.ini
test_autogalaxy/unit/pipeline/files/plotter/visualize/subplots.ini
test_autogalaxy/unit/pipeline/phase/__init__.py
test_autogalaxy/unit/pipeline/phase/test_settings.py
test_autogalaxy/unit/pipeline/phase/abstract/test_phase_abstract.py
test_autogalaxy/unit/pipeline/phase/abstract/test_result_abstract.py
test_autogalaxy/unit/pipeline/phase/abstract/config/priors/autoarray.json
test_autogalaxy/unit/pipeline/phase/abstract/config/priors/autogalaxy.json
test_autogalaxy/unit/pipeline/phase/abstract/config/priors/light_profiles.json
test_autogalaxy/unit/pipeline/phase/abstract/config/priors/total_mass_profiles.json
test_autogalaxy/unit/pipeline/phase/dataset/test_analysis_dataset.py
test_autogalaxy/unit/pipeline/phase/dataset/test_phase_dataset.py
test_autogalaxy/unit/pipeline/phase/dataset/test_result_dataset.py
test_autogalaxy/unit/pipeline/phase/dataset/config/priors/light_profiles.json
test_autogalaxy/unit/pipeline/phase/dataset/config/priors/total_mass_profiles.json
test_autogalaxy/unit/pipeline/phase/dataset/files/imaging/image.png
test_autogalaxy/unit/pipeline/phase/dataset/files/imaging/inverse_noise_map.png
test_autogalaxy/unit/pipeline/phase/dataset/files/imaging/potential_chi_squared_map.png
test_autogalaxy/unit/pipeline/phase/dataset/files/imaging/psf.png
test_autogalaxy/unit/pipeline/phase/dataset/files/subplots/subplot_imaging.png
test_autogalaxy/unit/pipeline/phase/extensions/test_phase_extensions.py
test_autogalaxy/unit/pipeline/phase/extensions/config/priors/light_profiles.json
test_autogalaxy/unit/pipeline/phase/extensions/config/priors/total_mass_profiles.json
test_autogalaxy/unit/pipeline/phase/imaging/test_analysis_imaging.py
test_autogalaxy/unit/pipeline/phase/imaging/test_phase_imaging.py
test_autogalaxy/unit/pipeline/phase/imaging/test_result_imaging.py
test_autogalaxy/unit/pipeline/phase/imaging/config/priors/light_profiles.json
test_autogalaxy/unit/pipeline/phase/imaging/config/priors/total_mass_profiles.json
test_autogalaxy/unit/pipeline/phase/interferometer/test_analysis_interferometer.py
test_autogalaxy/unit/pipeline/phase/interferometer/test_phase_interferometer.py
test_autogalaxy/unit/pipeline/phase/interferometer/config/priors/light_profiles.json
test_autogalaxy/unit/pipeline/phase/interferometer/config/priors/total_mass_profiles.json
test_autogalaxy/unit/plane/test_plane.py
test_autogalaxy/unit/plane/files/summary/general.ini
test_autogalaxy/unit/plane/files/summary/grids/radial_minimum.ini
test_autogalaxy/unit/plane/files/summary/notation/label.ini
test_autogalaxy/unit/plane/files/summary/notation/label_format.ini
test_autogalaxy/unit/plane/files/summary/notation/radial_minimum.ini
test_autogalaxy/unit/plot/__init__.py
test_autogalaxy/unit/plot/mat_wrap/__init__.py
test_autogalaxy/unit/plot/mat_wrap/test_lensing_mat_obj.py
test_autogalaxy/unit/plot/mat_wrap/config/visualize/general.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/include.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/plots.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/mat_obj/CausticsLiner.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/mat_obj/CriticalCurvesLiner.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/mat_obj/LightProfileCentreScatterer.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/mat_obj/MassProfileCentreScatterer.ini
test_autogalaxy/unit/plot/mat_wrap/config/visualize/mat_obj/MultipleImagesScatterer.ini
test_autogalaxy/unit/plot/plotters/__init__.py
test_autogalaxy/unit/plot/plotters/test_fit_galaxy_plotters.py
test_autogalaxy/unit/plot/plotters/test_fit_imaging_plotters.py
test_autogalaxy/unit/plot/plotters/test_fit_interferometer_plotters.py
test_autogalaxy/unit/plot/plotters/test_galaxy_plotters.py
test_autogalaxy/unit/plot/plotters/test_hyper_plotters.py
test_autogalaxy/unit/plot/plotters/test_lensing_obj_plotters.py
test_autogalaxy/unit/plot/plotters/test_light_profile_plotters.py
test_autogalaxy/unit/plot/plotters/test_mass_profile_plotters.py
test_autogalaxy/unit/plot/plotters/test_plane_plotters.py
test_autogalaxy/unit/profiles/__init__.py
test_autogalaxy/unit/profiles/test_geometry_profiles.py
test_autogalaxy/unit/profiles/test_light_and_mass_profiles.py
test_autogalaxy/unit/profiles/test_light_profiles.py
test_autogalaxy/unit/profiles/test_radial_minima.py
test_autogalaxy/unit/profiles/config/summary/priors/galaxy.json
test_autogalaxy/unit/profiles/config/summary/priors/geometry_profiles.json
test_autogalaxy/unit/profiles/config/summary/priors/instrumentation.json
test_autogalaxy/unit/profiles/config/summary/priors/light_profiles.json
test_autogalaxy/unit/profiles/config/summary/priors/mass_profiles.json
test_autogalaxy/unit/profiles/config/summary/priors/pixelizations.json
test_autogalaxy/unit/profiles/config/summary/priors/regularization.json
test_autogalaxy/unit/profiles/config/summary/priors/test_analysis.json
test_autogalaxy/unit/profiles/config/summary/priors/test_model_mapper.json
test_autogalaxy/unit/profiles/config/summary/priors/test_non_linear.json
test_autogalaxy/unit/profiles/files/config/grids/radial_minimum.ini
test_autogalaxy/unit/profiles/mass_profiles/__init__.py
test_autogalaxy/unit/profiles/mass_profiles/test_dark_mass_profiles.py
test_autogalaxy/unit/profiles/mass_profiles/test_mass_profiles.py
test_autogalaxy/unit/profiles/mass_profiles/test_mass_sheets.py
test_autogalaxy/unit/profiles/mass_profiles/test_stellar_mass_profiles.py
test_autogalaxy/unit/profiles/mass_profiles/test_total_mass_profiles.py
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/galaxy.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/geometry_profiles.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/instrumentation.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/light_profiles.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/mass_profiles.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/pixelizations.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/regularization.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/test_analysis.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/test_model_mapper.json
test_autogalaxy/unit/profiles/mass_profiles/config/summary/priors/test_non_linear.json
test_autogalaxy/unit/util/__init__.py
test_autogalaxy/unit/util/test_cosmology_util.py
test_autogalaxy/unit/util/test_plane_util.py