MANIFEST.in
README.md
setup.cfg
setup.py
autolens/__init__.py
autolens/__main__.py
autolens/cli.py
autolens/exc.py
autolens/commands/__init__.py
autolens/commands/base.py
autolens/commands/pipeline.py
autolens/commands/reset_config.py
autolens/fitting/__init__.py
autolens/fitting/fitting.py
autolens/fitting/fitting_data.py
autolens/fitting/plotters/__init__.py
autolens/fitting/plotters/fitting_plotters.py
autolens/imaging/__init__.py
autolens/imaging/convolution.py
autolens/imaging/hyper_image.py
autolens/imaging/image.py
autolens/imaging/interpolation.py
autolens/imaging/mask.py
autolens/imaging/scaled_array.py
autolens/imaging/plotters/__init__.py
autolens/imaging/plotters/imaging_plotters.py
autolens/imaging/util/__init__.py
autolens/imaging/util/array_util.py
autolens/imaging/util/grid_util.py
autolens/imaging/util/mapping_util.py
autolens/imaging/util/mask_util.py
autolens/inversion/__init__.py
autolens/inversion/convolution.py
autolens/inversion/inversions.py
autolens/inversion/mappers.py
autolens/inversion/pixelizations.py
autolens/inversion/regularization.py
autolens/inversion/plotters/__init__.py
autolens/inversion/plotters/inversion_plotters.py
autolens/inversion/plotters/mapper_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/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
autolens/plotters/__init__.py
autolens/plotters/array_plotters.py
autolens/plotters/grid_plotters.py
autolens/plotters/plotter_util.py
autolens/runners/__init__.py
autolens/runners/runner.py
autolens/runners/lens_and_source/__init__.py
autolens/runners/lens_and_source/initialize_all.py
autolens/runners/lens_and_source/initializer.py
test/__init__.py
test/test_cli.py
test/test_config.py
test/fitting/__init__.py
test/fitting/test_fitting.py
test/fitting/test_fitting_data.py
test/fitting/plotters/__init__.py
test/fitting/plotters/test_fitting_plotters.py
test/imaging/__init__.py
test/imaging/test_convolution.py
test/imaging/test_hyper_image.py
test/imaging/test_image.py
test/imaging/test_interpolation.py
test/imaging/test_mask.py
test/imaging/test_scaled_array.py
test/imaging/plotters/__init__.py
test/imaging/plotters/test_imaging_plotters.py
test/imaging/util/__init__.py
test/imaging/util/test_array_util.py
test/imaging/util/test_grid_util.py
test/imaging/util/test_mapping_util.py
test/imaging/util/test_mask_util.py
test/integration/__init__.py
test/integration/test_regression.py
test/integration/test_simulate_and_fit.py
test/integration/tools.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.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/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/inversion/__init__.py
test/inversion/test_convolution.py
test/inversion/test_integration.py
test/inversion/test_inversions.py
test/inversion/test_mappers.py
test/inversion/test_pixelizations.py
test/inversion/test_regularization.py
test/inversion/plotters/__init__.py
test/inversion/plotters/test_inversion_plotters.py
test/inversion/plotters/test_mapper_plotters.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/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/__init__.py
test/profiling/profiling_data.py
test/profiling/simulate_image.py
test/profiling/tools.py
test/profiling/imaging/__init__.py
test/profiling/imaging/frame_convolver_image.py
test/profiling/imaging/borders/__init__.py
test/profiling/imaging/borders/relocate_grid/__init__.py
test/profiling/imaging/borders/relocate_grid/optimized.py
test/profiling/imaging/borders/relocate_grid/original.py
test/profiling/imaging/convolution/__init__.py
test/profiling/imaging/convolution/image/__init__.py
test/profiling/imaging/convolution/image/jitted_0.py
test/profiling/imaging/convolution/image/jitted_1.py
test/profiling/imaging/convolution/image/original_0.py
test/profiling/imaging/convolution/image/original_1.py
test/profiling/imaging/convolution/setup/__init__.py
test/profiling/imaging/convolution/setup/jitted.py
test/profiling/imaging/convolution/setup/original.py
test/profiling/imaging/mask/__init__.py
test/profiling/imaging/mask/circular.py
test/profiling/imaging/mask/coordinate_grid.py
test/profiling/imaging/mask/unmasked.py
test/profiling/pixelization/__init__.py
test/profiling/pixelization/frame_convolver_mapping_matrix.py
test/profiling/pixelization/rectangular/__init__.py
test/profiling/pixelization/rectangular/geometry/__init__.py
test/profiling/pixelization/rectangular/geometry/original.py
test/profiling/pixelization/rectangular/grid_to_pix/__init__.py
test/profiling/pixelization/rectangular/grid_to_pix/jitted.py
test/profiling/pixelization/rectangular/grid_to_pix/original.py
test/profiling/pixelization/rectangular/mapping_matrix/__init__.py
test/profiling/pixelization/rectangular/mapping_matrix/jitted.py
test/profiling/pixelization/rectangular/mapping_matrix/original.py
test/profiling/pixelization/rectangular/neighbors_from_pixelization/__init__.py
test/profiling/pixelization/rectangular/neighbors_from_pixelization/original.py
test/profiling/pixelization/rectangular/pix_signals_from_images/__init__.py
test/profiling/pixelization/rectangular/pix_signals_from_images/original.py
test/profiling/pixelization/rectangular/regularization_matrix_const/__init__.py
test/profiling/pixelization/rectangular/regularization_matrix_const/jitted.py
test/profiling/pixelization/rectangular/regularization_matrix_const/original.py
test/profiling/pixelization/rectangular/regularization_matrix_weighted/__init__.py
test/profiling/pixelization/rectangular/regularization_matrix_weighted/original.py
test/profiling/pixelization/rectangular/regularization_weights_from_pix_signals/__init__.py
test/profiling/pixelization/rectangular/regularization_weights_from_pix_signals/original.py
test/profiling/pixelization/voronoi/__init__.py
test/profiling/pixelization/voronoi/voronoi_grid/__init__.py
test/profiling/pixelization/voronoi/voronoi_grid/original.py
test/profiling/profiles/__init__.py
test/profiling/profiles/geometry_profiles/__init__.py
test/profiling/profiles/geometry_profiles/grid_radius_to_cartesian/__init__.py
test/profiling/profiles/geometry_profiles/grid_radius_to_cartesian/elliptical_jitted.py
test/profiling/profiles/geometry_profiles/grid_radius_to_cartesian/elliptical_original.py
test/profiling/profiles/geometry_profiles/grid_radius_to_cartesian/spherical_jitted.py
test/profiling/profiles/geometry_profiles/grid_radius_to_cartesian/spherical_original.py
test/profiling/profiles/geometry_profiles/transform_grid_to_reference_frame/__init__.py
test/profiling/profiles/geometry_profiles/transform_grid_to_reference_frame/elliptical_jitted.py
test/profiling/profiles/geometry_profiles/transform_grid_to_reference_frame/elliptical_original.py
test/profiling/profiles/geometry_profiles/transform_grid_to_reference_frame/spherical_jitted.py
test/profiling/profiles/geometry_profiles/transform_grid_to_reference_frame/spherical_original.py
test/profiling/profiles/light_profiles/__init__.py
test/profiling/profiles/light_profiles/intensity_from_grid/__init__.py
test/profiling/profiles/light_profiles/intensity_from_grid/sersic/__init__.py
test/profiling/profiles/light_profiles/intensity_from_grid/sersic/jitted.py
test/profiling/profiles/light_profiles/intensity_from_grid/sersic/original.py
test/profiling/profiles/mass_profiles/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_isothermal/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_isothermal/jitted.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_isothermal/jitted_include_geometry.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_isothermal/original.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_isothermal/original_include_geometry.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_power_law/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_power_law/jitted.py
test/profiling/profiles/mass_profiles/deflections_from_grid/elliptical_power_law/original.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_isothermal/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_isothermal/jitted.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_isothermal/original.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_power_law/__init__.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_power_law/jitted.py
test/profiling/profiles/mass_profiles/deflections_from_grid/spherical_power_law/original.py
test/profiling/reconstructed/__init__.py
test/profiling/reconstructed/rectangular/__init__.py
test/profiling/reconstructed/rectangular/determinants/__init__.py
test/profiling/reconstructed/rectangular/determinants/original.py
test/profiling/reconstructed/rectangular/model_image_from_recon/__init__.py
test/profiling/reconstructed/rectangular/model_image_from_recon/original.py
test/profiling/reconstructed/rectangular/reg_term/__init__.py
test/profiling/reconstructed/rectangular/reg_term/original.py
test/profiling/reconstruction/__init__.py
test/profiling/reconstruction/rectangular/__init__.py
test/profiling/reconstruction/rectangular/blurred_mapping/__init__.py
test/profiling/reconstruction/rectangular/blurred_mapping/jitted.py
test/profiling/reconstruction/rectangular/covariance_matrix/__init__.py
test/profiling/reconstruction/rectangular/covariance_matrix/jitted.py
test/profiling/reconstruction/rectangular/covariance_matrix/original.py
test/profiling/reconstruction/rectangular/data_vector/__init__.py
test/profiling/reconstruction/rectangular/data_vector/jitted.py
test/profiling/reconstruction/rectangular/data_vector/original.py
test/profiling/reconstruction/rectangular/reconstruct_source/__init__.py
test/profiling/reconstruction/rectangular/reconstruct_source/original.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