MANIFEST.in
setup.cfg
setup.py
autolens/__init__.py
autolens/exc.py
autolens/data/__init__.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/fitting/__init__.py
autolens/data/fitting/fitting.py
autolens/data/fitting/fitting_data.py
autolens/data/fitting/plotters/__init__.py
autolens/data/fitting/plotters/fitting_plotters.py
autolens/data/fitting/util/__init__.py
autolens/data/fitting/util/fitting_util.py
autolens/data/imaging/__init__.py
autolens/data/imaging/convolution.py
autolens/data/imaging/hyper_image.py
autolens/data/imaging/image.py
autolens/data/imaging/plotters/__init__.py
autolens/data/imaging/plotters/imaging_plotters.py
autolens/lensing/__init__.py
autolens/lensing/lensing_fitting.py
autolens/lensing/lensing_image.py
autolens/lensing/plane.py
autolens/lensing/ray_tracing.py
autolens/lensing/sensitivity_fitting.py
autolens/lensing/plotters/__init__.py
autolens/lensing/plotters/lensing_fitting_plotters.py
autolens/lensing/plotters/plane_plotters.py
autolens/lensing/plotters/ray_tracing_plotters.py
autolens/lensing/plotters/sensitivity_fitting_plotters.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_fitting.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/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/phase_property.py
autolens/pipeline/pipeline.py
test/__init__.py
test/test_config.py
test/data/__init__.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/fitting/__init__.py
test/data/fitting/test_fitting.py
test/data/fitting/test_fitting_data.py
test/data/fitting/plotters/__init__.py
test/data/fitting/plotters/test_fitting_plotters.py
test/data/imaging/__init__.py
test/data/imaging/test_convolution.py
test/data/imaging/test_hyper_image.py
test/data/imaging/test_image.py
test/data/imaging/plotters/__init__.py
test/data/imaging/plotters/test_imaging_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/imaging_phase_positions.py
test/integration/tests/positions/positions.py
test/integration/tests/sensitivity/__init__.py
test/integration/tests/sensitivity/sensitivity.py
test/integration/tests/simulate_and_fit/__init__.py
test/lensing/__init__.py
test/lensing/test_lensing_fitting.py
test/lensing/test_lensing_image.py
test/lensing/test_plane.py
test/lensing/test_ray_tracing.py
test/lensing/test_sensitivity_fitting.py
test/lensing/plotters/__init__.py
test/lensing/plotters/test_lensing_fitting_plotters.py
test/lensing/plotters/test_plane_plotters.py
test/lensing/plotters/test_ray_tracing_plotters.py
test/lensing/plotters/test_sensitivity_fitting_plotters.py
test/mock/__init__.py
test/mock/mock_galaxy.py
test/mock/mock_imaging.py
test/mock/mock_inversion.py
test/mock/mock_lensing.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_fitting.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_plotters.py
test/model/inversion/__init__.py
test/model/inversion/test_convolution.py
test/model/inversion/test_integration.py
test/model/inversion/test_inversions.py
test/model/inversion/test_mappers.py
test/model/inversion/test_pixelizations.py
test/model/inversion/test_regularization.py
test/model/inversion/plotters/__init__.py
test/model/inversion/plotters/test_inversion_plotters.py
test/model/inversion/plotters/test_mapper_plotters.py
test/model/inversion/util/__init__.py
test/model/inversion/util/test_inversion_util.py
test/model/inversion/util/test_mapper_util.py
test/model/inversion/util/test_pixelization_util.py
test/model/inversion/util/test_regularization_util.py
test/model/profiles/__init__.py
test/model/profiles/test_geometry_profiles.py
test/model/profiles/test_light_and_mass_profiles.py
test/model/profiles/test_light_profiles.py
test/model/profiles/test_mass_profiles.py
test/model/profiles/plotters/__init__.py
test/model/profiles/plotters/test_profile_plotters.py
test/pipeline/__init__.py
test/pipeline/test_phase.py
test/pipeline/test_phase_property.py
test/pipeline/test_pipeline.py
test/profiling/tools.py
test/tools/__init__.py
test/tools/fits_maker.py
workspace/__init__.py
workspace/howtolens/__init__.py
workspace/howtolens/chapter_1_introduction/__init__.py
workspace/howtolens/chapter_1_introduction/scripts/__init__.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_1_grids.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_2_profiles.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_3_galaxy.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_4_plane.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_5_ray_tracing.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_6_more_ray_tracing.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_7_imaging.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_8_fitting.py
workspace/howtolens/chapter_1_introduction/scripts/tutorial_9_summary.py
workspace/howtolens/chapter_2_lens_modeling/__init__.py
workspace/howtolens/chapter_2_lens_modeling/scripts/__init__.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_1_non_linear_search.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_2_parameter_space_and_priors.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_3_realism_and_complexity.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_4_dealing_with_failure.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_5_linking_phases.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_6_need_for_speed.py
workspace/howtolens/chapter_2_lens_modeling/scripts/tutorial_7_masking_and_positions.py
workspace/howtolens/chapter_4_inversions/__init__.py
workspace/howtolens/chapter_4_inversions/tutorial_7_pipeline.py
workspace/howtolens/chapter_4_inversions/scripts/__init__.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_1_pixelizations.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_2_mappers.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_3_inversions.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_4_bayesian_regularization.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_5_borders.py
workspace/howtolens/chapter_4_inversions/scripts/tutorial_6_lens_modeling.py
workspace/plotting/__init__.py
workspace/plotting/density_plot.py
workspace/plotting/density_plot_1Sersic.py
workspace/plotting/density_plot_2Aligned.py
workspace/plotting/density_plot_LMDM.py
workspace/plotting/density_plot_LTM2R.py
workspace/plotting/density_plot_LTMR.py
workspace/plotting/density_plot_tools.py
workspace/plotting/density_plot_upper_lower_backup.py
workspace/plotting/density_power_law_plot.py
workspace/plotting/file_converter.py
workspace/plotting/pdf_plots.py
workspace/plotting/sisphere.py