.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/figures.ini
autogalaxy/config/visualize/general.ini
autogalaxy/config/visualize/plots.ini
autogalaxy/config/visualize/subplots.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/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_galaxy_phase.py
autogalaxy/pipeline/phase/extensions/hyper_phase.py
autogalaxy/pipeline/phase/extensions/inversion_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/fit_galaxy_plots.py
autogalaxy/plot/fit_imaging_plots.py
autogalaxy/plot/fit_interferometer_plots.py
autogalaxy/plot/galaxy_plots.py
autogalaxy/plot/hyper_plots.py
autogalaxy/plot/inversion_plots.py
autogalaxy/plot/lensing_mat_objs.py
autogalaxy/plot/lensing_plotters.py
autogalaxy/plot/light_profile_plots.py
autogalaxy/plot/mapper_plots.py
autogalaxy/plot/mass_profile_plots.py
autogalaxy/plot/plane_plots.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/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/autogalaxy.json
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/figures.ini
test_autogalaxy/config/visualize/general.ini
test_autogalaxy/config/visualize/plots.ini
test_autogalaxy/config/visualize/subplots.ini
test_autogalaxy/dataset/.gitignore
test_autogalaxy/dataset/imaging/.gitignore
test_autogalaxy/dataset/interferometer/.gitignore
test_autogalaxy/files/hyper/hyper_model_image.png
test_autogalaxy/files/hyper/subplot_hyper_galaxy_images.png
test_autogalaxy/files/imaging/image.png
test_autogalaxy/files/imaging/inverse_noise_map.png
test_autogalaxy/files/imaging/potential_chi_squared_map.png
test_autogalaxy/files/imaging/psf.png
test_autogalaxy/files/subplots/subplot_imaging.png
test_autogalaxy/integration/__init__.py
test_autogalaxy/integration/test_coordinates.py
test_autogalaxy/integration/config/priors/dark_mass_profiles.json
test_autogalaxy/integration/config/priors/galaxy.json
test_autogalaxy/integration/config/priors/geometry_profiles.json
test_autogalaxy/integration/config/priors/hyper_data.json
test_autogalaxy/integration/config/priors/light_profiles.json
test_autogalaxy/integration/config/priors/mass_sheets.json
test_autogalaxy/integration/config/priors/pixelizations.json
test_autogalaxy/integration/config/priors/regularization.json
test_autogalaxy/integration/config/priors/stellar_mass_profiles.json
test_autogalaxy/integration/config/priors/total_mass_profiles.json
test_autogalaxy/integration/output/.gitignore
test_autogalaxy/integration/tests/__init__.py
test_autogalaxy/integration/tests/features/__init__.py
test_autogalaxy/integration/tests/features/aggregator.py
test_autogalaxy/integration/tests/features/assertion.py
test_autogalaxy/integration/tests/features/grid_search.py
test_autogalaxy/integration/tests/galaxy/__init__.py
test_autogalaxy/integration/tests/galaxy/convergence.py
test_autogalaxy/integration/tests/galaxy/deflections.py
test_autogalaxy/integration/tests/galaxy/intensities.py
test_autogalaxy/integration/tests/galaxy/potential.py
test_autogalaxy/integration/tests/imaging/__init__.py
test_autogalaxy/integration/tests/imaging/runner.py
test_autogalaxy/integration/tests/imaging/full_pipeline/__init__.py
test_autogalaxy/integration/tests/imaging/light/__init__.py
test_autogalaxy/integration/tests/imaging/light/galaxy_x1.py
test_autogalaxy/integration/tests/imaging/light/galaxy_x1__hyper.py
test_autogalaxy/integration/tests/imaging/light/galaxy_x2.py
test_autogalaxy/integration/tests/imaging/light/galaxy_x2__hyper.py
test_autogalaxy/integration/tests/imaging/light/galaxy_x2__separate.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/__init__.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_light.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_light__hyper.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_light__hyper_bg.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_light__hyper_bg_noise.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_x2_light.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_x2_light__hyper.py
test_autogalaxy/integration/tests/imaging/light/mock_nlo/lens_x2_light__separate.py
test_autogalaxy/integration/tests/imaging/phase_features/__init__.py
test_autogalaxy/integration/tests/imaging/phase_features/bin_up_factor.py
test_autogalaxy/integration/tests/imaging/phase_features/image_psf_shape.py
test_autogalaxy/integration/tests/imaging/phase_features/sub_size.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/__init__.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/bin_up_factor.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/galaxy_redshifts.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/image_psf_shape.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/interp_pixel_scale.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/positions.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/positions__offset_centre.py
test_autogalaxy/integration/tests/imaging/phase_features/mock_nlo/sub_grid_size.py
test_autogalaxy/integration/tests/interferometer/runner.py
test_autogalaxy/integration/tests/interferometer/full_pipeline/__init__.py
test_autogalaxy/integration/tests/interferometer/light/__init__.py
test_autogalaxy/integration/tests/interferometer/light/galaxy_x1.py
test_autogalaxy/integration/tests/interferometer/light/galaxy_x1__hyper.py
test_autogalaxy/integration/tests/interferometer/light/galaxy_x2.py
test_autogalaxy/integration/tests/interferometer/light/galaxy_x2__hyper.py
test_autogalaxy/integration/tests/interferometer/light/galaxy_x2__separate.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/__init__.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_light.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_light__hyper.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_light__hyper_bg.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_light__hyper_bg_noise.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_x2_light.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_x2_light__hyper.py
test_autogalaxy/integration/tests/interferometer/light/mock_nlo/lens_x2_light__separate.py
test_autogalaxy/output/.gitignore
test_autogalaxy/plot/light_profile.py
test_autogalaxy/plot/mass_profile.py
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/lensing/priors/autogalaxy.json
test_autogalaxy/unit/config/priors/autogalaxy.json
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/figures.ini
test_autogalaxy/unit/pipeline/config/visualize/general.ini
test_autogalaxy/unit/pipeline/config/visualize/plots.ini
test_autogalaxy/unit/pipeline/config/visualize/subplots.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/test_fit_galaxy_plots.py
test_autogalaxy/unit/plot/test_fit_imaging_plots.py
test_autogalaxy/unit/plot/test_fit_interferometer_plots.py
test_autogalaxy/unit/plot/test_galaxy_plots.py
test_autogalaxy/unit/plot/test_hyper_plots.py
test_autogalaxy/unit/plot/test_inversion_plots.py
test_autogalaxy/unit/plot/test_lensing_plotters.py
test_autogalaxy/unit/plot/test_light_profile_plots.py
test_autogalaxy/unit/plot/test_mapper_plots.py
test_autogalaxy/unit/plot/test_mass_profile_plots.py
test_autogalaxy/unit/plot/test_plane_plots.py
test_autogalaxy/unit/plot/files/plotter/general.ini
test_autogalaxy/unit/plot/files/plotter/grids/radial_minimum.ini
test_autogalaxy/unit/plot/files/plotter/visualize/figures.ini
test_autogalaxy/unit/plot/files/plotter/visualize/general.ini
test_autogalaxy/unit/plot/files/plotter/visualize/plots.ini
test_autogalaxy/unit/plot/files/plotter/visualize/subplots.ini
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