MANIFEST.in
setup.cfg
setup.py
autolens/__init__.py
autolens/__main__.py
autolens/cli.py
autolens/conf.py
autolens/exc.py
autolens/autofit/__init__.py
autolens/autofit/link.py
autolens/autofit/model_mapper.py
autolens/autofit/non_linear.py
autolens/commands/__init__.py
autolens/commands/base.py
autolens/commands/pipeline.py
autolens/commands/reset_config.py
autolens/config/general.ini
autolens/config/label.ini
autolens/config/non_linear.ini
autolens/config/priors/default/galaxy.ini
autolens/config/priors/default/geometry_profiles.ini
autolens/config/priors/default/light_profiles.ini
autolens/config/priors/default/mass_profiles.ini
autolens/config/priors/default/pixelizations.ini
autolens/config/priors/default/regularization.ini
autolens/config/priors/width/galaxy.ini
autolens/config/priors/width/geometry_profiles.ini
autolens/config/priors/width/light_profiles.ini
autolens/config/priors/width/mass_profiles.ini
autolens/config/priors/width/pixelization.ini
autolens/config/priors/width/regularization.ini
autolens/imaging/__init__.py
autolens/imaging/convolution.py
autolens/imaging/hyper_image.py
autolens/imaging/image.py
autolens/imaging/imaging_util.py
autolens/imaging/interpolation.py
autolens/imaging/mask.py
autolens/imaging/scaled_array.py
autolens/inversion/__init__.py
autolens/inversion/inversions.py
autolens/inversion/mappers.py
autolens/inversion/pixelizations.py
autolens/inversion/regularization.py
autolens/lensing/__init__.py
autolens/lensing/fitting.py
autolens/lensing/galaxy.py
autolens/lensing/galaxy_model.py
autolens/lensing/lensing_image.py
autolens/lensing/plane.py
autolens/lensing/ray_tracing.py
autolens/pipeline/__init__.py
autolens/pipeline/phase.py
autolens/pipeline/phase_property.py
autolens/pipeline/pipeline.py
autolens/plotting/__init__.py
autolens/plotting/fitting_plotters.py
autolens/plotting/galaxy_plotters.py
autolens/plotting/imaging_plotters.py
autolens/plotting/inversion_plotters.py
autolens/plotting/mapper_plotters.py
autolens/plotting/plane_plotters.py
autolens/plotting/plotter_tools.py
autolens/plotting/plotters.py
autolens/plotting/profile_plotters.py
autolens/plotting/ray_tracing_plotters.py
autolens/profiles/__init__.py
autolens/profiles/geometry_profiles.py
autolens/profiles/light_and_mass_profiles.py
autolens/profiles/light_profiles.py
autolens/profiles/mass_profiles.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
howtolens/1_introduction/__init__.py
howtolens/2_lens_modeling/__init__.py
howtolens/2_lens_modeling/simulations.py
howtolens/2_lens_modeling/scripts/1_non_linear_search.py
howtolens/2_lens_modeling/scripts/2_parameter_space_and_priors.py
howtolens/2_lens_modeling/scripts/3_realism_and_complexity.py
howtolens/2_lens_modeling/scripts/4_dealing_with_failure.py
howtolens/2_lens_modeling/scripts/5_linking_phases.py
howtolens/2_lens_modeling/scripts/6_need_for_speed.py
howtolens/2_lens_modeling/scripts/__init__.py
test/__init__.py
test/test_cli.py
test/test_config.py
test/autofit/__init__.py
test/autofit/test_link.py
test/autofit/test_model_mapper.py
test/autofit/test_non_linear.py
test/imaging/__init__.py
test/imaging/test_convolution.py
test/imaging/test_hyper_image.py
test/imaging/test_image.py
test/imaging/test_imaging_util.py
test/imaging/test_interpolation.py
test/imaging/test_mask.py
test/imaging/test_scaled_array.py
test/integration/__init__.py
test/integration/test_regression.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_variable.py
test/integration/tests/model_mapper/link_variable_with_constant_floats.py
test/integration/tests/model_mapper/link_variable_with_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/positions.py
test/integration/tests/simulate_and_fit/__init__.py
test/integration/tests/simulate_and_fit/test_simulate_and_fit.py
test/inversion/__init__.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/lensing/__init__.py
test/lensing/test_fitting.py
test/lensing/test_galaxy.py
test/lensing/test_galaxy_model.py
test/lensing/test_galaxy_model_model_mapper.py
test/lensing/test_lensing_image.py
test/lensing/test_plane.py
test/lensing/test_ray_tracing.py
test/mock/__init__.py
test/mock/mock_lensing.py
test/mock/mock_mask.py
test/pipeline/__init__.py
test/pipeline/test_phase.py
test/pipeline/test_phase_property.py
test/pipeline/test_pipeline.py
test/profiles/__init__.py
test/profiles/test_geometry_profiles.py
test/profiles/test_light_and_mass_profiles.py
test/profiles/test_light_profiles.py
test/profiles/test_mass_profiles.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