MANIFEST.in
setup.cfg
setup.py
autolens/__init__.py
autolens/decorator_util.py
autolens/exc.py
autolens/data/__init__.py
autolens/data/ccd.py
autolens/data/convolution.py
autolens/data/array/__init__.py
autolens/data/array/grids.py
autolens/data/array/interpolation.py
autolens/data/array/mask.py
autolens/data/array/scaled_array.py
autolens/data/array/plotters/__init__.py
autolens/data/array/plotters/array_plotters.py
autolens/data/array/plotters/grid_plotters.py
autolens/data/array/plotters/plotter_util.py
autolens/data/array/util/__init__.py
autolens/data/array/util/array_util.py
autolens/data/array/util/grid_util.py
autolens/data/array/util/mapping_util.py
autolens/data/array/util/mask_util.py
autolens/data/plotters/__init__.py
autolens/data/plotters/ccd_plotters.py
autolens/data/plotters/data_plotters.py
autolens/lens/__init__.py
autolens/lens/lens_data.py
autolens/lens/lens_fit.py
autolens/lens/plane.py
autolens/lens/ray_tracing.py
autolens/lens/sensitivity_fit.py
autolens/lens/plotters/__init__.py
autolens/lens/plotters/lens_fit_hyper_plotters.py
autolens/lens/plotters/lens_fit_plotters.py
autolens/lens/plotters/lens_plotter_util.py
autolens/lens/plotters/plane_plotters.py
autolens/lens/plotters/ray_tracing_plotters.py
autolens/lens/plotters/sensitivity_fit_plotters.py
autolens/lens/stack/__init__.py
autolens/lens/stack/lens_data_stack.py
autolens/lens/stack/lens_fit_stack.py
autolens/lens/stack/plane_stack.py
autolens/lens/stack/ray_tracing_stack.py
autolens/lens/util/__init__.py
autolens/lens/util/lens_fit_stack_util.py
autolens/lens/util/lens_fit_util.py
autolens/lens/util/plane_util.py
autolens/lens/util/ray_tracing_util.py
autolens/model/__init__.py
autolens/model/galaxy/__init__.py
autolens/model/galaxy/galaxy.py
autolens/model/galaxy/galaxy_data.py
autolens/model/galaxy/galaxy_fit.py
autolens/model/galaxy/galaxy_model.py
autolens/model/galaxy/plotters/__init__.py
autolens/model/galaxy/plotters/galaxy_fitting_plotters.py
autolens/model/galaxy/plotters/galaxy_plotters.py
autolens/model/hyper/__init__.py
autolens/model/hyper/image.py
autolens/model/inversion/__init__.py
autolens/model/inversion/convolution.py
autolens/model/inversion/inversions.py
autolens/model/inversion/mappers.py
autolens/model/inversion/pixelizations.py
autolens/model/inversion/regularization.py
autolens/model/inversion/plotters/__init__.py
autolens/model/inversion/plotters/inversion_plotters.py
autolens/model/inversion/plotters/mapper_plotters.py
autolens/model/inversion/util/__init__.py
autolens/model/inversion/util/inversion_util.py
autolens/model/inversion/util/mapper_util.py
autolens/model/inversion/util/pixelization_util.py
autolens/model/inversion/util/regularization_util.py
autolens/model/profiles/__init__.py
autolens/model/profiles/geometry_profiles.py
autolens/model/profiles/light_and_mass_profiles.py
autolens/model/profiles/light_profiles.py
autolens/model/profiles/mass_profiles.py
autolens/model/profiles/plotters/__init__.py
autolens/model/profiles/plotters/profile_plotters.py
autolens/pipeline/__init__.py
autolens/pipeline/phase.py
autolens/pipeline/pipeline.py
test/__init__.py
test/test_config.py
test/data/__init__.py
test/data/test_ccd.py
test/data/test_convolution.py
test/data/array/__init__.py
test/data/array/test_grids.py
test/data/array/test_interpolation.py
test/data/array/test_mask.py
test/data/array/test_scaled_array.py
test/data/array/util/__init__.py
test/data/array/util/test_array_util.py
test/data/array/util/test_grid_util.py
test/data/array/util/test_mapping_util.py
test/data/array/util/test_mask_util.py
test/data/plotters/__init__.py
test/data/plotters/test_ccd_plotters.py
test/data/plotters/test_data_plotters.py
test/integration/__init__.py
test/integration/test_regression.py
test/integration/test_simulate_and_fit.py
test/integration/tools.py
test/integration/coordinates/__init__.py
test/integration/coordinates/test_coordinates.py
test/integration/tests/__init__.py
test/integration/tests/lens_and_source/__init__.py
test/integration/tests/lens_and_source/lens_both_x1_source_x1.py
test/integration/tests/lens_and_source/lens_mass_x1_source_x1.py
test/integration/tests/lens_and_source/lens_mass_x1_source_x1_hyper.py
test/integration/tests/lens_and_source/lens_mass_x1_source_x1_pos.py
test/integration/tests/lens_and_source/lens_mass_x1_source_x2.py
test/integration/tests/lens_and_source/lens_mass_x1_source_x2_hyper.py
test/integration/tests/lens_and_source_inversion/__init__.py
test/integration/tests/lens_and_source_inversion/lens_both_x1_source_x1.py
test/integration/tests/lens_and_source_inversion/lens_mass_x1_source_x1_adaptive.py
test/integration/tests/lens_and_source_inversion/lens_mass_x1_source_x1_rectangular.py
test/integration/tests/lens_only/__init__.py
test/integration/tests/lens_only/lens_x1_galaxy.py
test/integration/tests/lens_only/lens_x1_galaxy_hyper.py
test/integration/tests/lens_only/lens_x2_galaxy.py
test/integration/tests/lens_only/lens_x2_galaxy_hyper.py
test/integration/tests/lens_only/lens_x2_galaxy_separate.py
test/integration/tests/model_mapper/__init__.py
test/integration/tests/model_mapper/align_centres.py
test/integration/tests/model_mapper/align_phi.py
test/integration/tests/model_mapper/constant_float_then_tuple.py
test/integration/tests/model_mapper/constant_tuple_then_float.py
test/integration/tests/model_mapper/constant_tuples_x1.py
test/integration/tests/model_mapper/constant_tuples_x2.py
test/integration/tests/model_mapper/constants_x2_galaxy.py
test/integration/tests/model_mapper/constants_x2_profile.py
test/integration/tests/model_mapper/link_constant_float_to_next_phase.py
test/integration/tests/model_mapper/link_constant_tuple_to_next_phase.py
test/integration/tests/model_mapper/link_importance_sampling_off.py
test/integration/tests/model_mapper/link_variable.py
test/integration/tests/model_mapper/link_variable_to_constant_floats.py
test/integration/tests/model_mapper/link_variable_to_constant_tuples.py
test/integration/tests/model_mapper/link_variable_x2_galaxy.py
test/integration/tests/model_mapper/pair_floats.py
test/integration/tests/model_mapper/pair_floats_then_set_constant.py
test/integration/tests/model_mapper/pair_tuples_x1.py
test/integration/tests/model_mapper/pair_tuples_x2.py
test/integration/tests/model_mapper/prior_ilimits.py
test/integration/tests/model_mapper/set_constant_floats.py
test/integration/tests/positions/__init__.py
test/integration/tests/positions/positions.py
test/integration/tests/sensitivity/__init__.py
test/integration/tests/sensitivity/sensitivity_inversion_via_multinest.py
test/integration/tests/sensitivity/sensitivity_profile_via_grid_search.py
test/integration/tests/sensitivity/sensitivity_profile_via_multinest.py
test/integration/tests/simulate_and_fit/__init__.py
test/lens/__init__.py
test/lens/test_lens_data.py
test/lens/test_lens_fit.py
test/lens/test_plane.py
test/lens/test_ray_tracing.py
test/lens/test_sensitivity_fit.py
test/lens/plotters/__init__.py
test/lens/plotters/test_lens_fit_hyper_plotters.py
test/lens/plotters/test_lens_fit_plotters.py
test/lens/plotters/test_lens_plotter_util.py
test/lens/plotters/test_plane_plotters.py
test/lens/plotters/test_ray_tracing_plotters.py
test/lens/plotters/test_sensitivity_fit_plotters.py
test/lens/stack/__init__.py
test/lens/stack/test_lens_data_stack.py
test/lens/stack/test_lens_fit_stack.py
test/lens/stack/test_plane_stack.py
test/lens/stack/test_ray_tracing_stack.py
test/mock/__init__.py
test/mock/mock_galaxy.py
test/mock/mock_imaging.py
test/mock/mock_inversion.py
test/mock/mock_lens.py
test/mock/mock_mask.py
test/mock/mock_profiles.py
test/model/__init__.py
test/model/galaxy/__init__.py
test/model/galaxy/test_galaxy.py
test/model/galaxy/test_galaxy_data.py
test/model/galaxy/test_galaxy_fit.py
test/model/galaxy/test_galaxy_model.py
test/model/galaxy/test_galaxy_model_model_mapper.py
test/model/galaxy/plotters/__init__.py
test/model/galaxy/plotters/test_galaxy_fitting_plotters.py
test/model/galaxy/plotters/test_galaxy_plot