.gitignore
LICENSE
MANIFEST.in
README.md
__init__.py
eden.ini
readthedocs.yml
release.sh
requirements.txt
requirements_build.txt
setup.py
to_do_list
autoarray/__init__.py
autoarray/decorator_util.py
autoarray/exc.py
autoarray.egg-info/PKG-INFO
autoarray.egg-info/SOURCES.txt
autoarray.egg-info/dependency_links.txt
autoarray.egg-info/requires.txt
autoarray.egg-info/top_level.txt
autoarray/config/.gitignore
autoarray/config/general.ini
autoarray/config/grids/interpolate.ini
autoarray/config/grids/radial_minimum.ini
autoarray/config/notation/settings_tags.ini
autoarray/config/visualize/figures.ini
autoarray/config/visualize/general.ini
autoarray/config/visualize/plots.ini
autoarray/config/visualize/subplots.ini
autoarray/dataset/__init__.py
autoarray/dataset/abstract_dataset.py
autoarray/dataset/imaging.py
autoarray/dataset/interferometer.py
autoarray/dataset/preprocess.py
autoarray/fit/__init__.py
autoarray/fit/fit.py
autoarray/instruments/__init__.py
autoarray/instruments/acs.py
autoarray/instruments/euclid.py
autoarray/inversion/__init__.py
autoarray/inversion/inversions.py
autoarray/inversion/mappers.py
autoarray/inversion/pixelizations.py
autoarray/inversion/regularization.py
autoarray/mask/__init__.py
autoarray/mask/abstract_mask.py
autoarray/mask/geometry.py
autoarray/mask/mask_1d.py
autoarray/mask/mask_2d.py
autoarray/mask/regions.py
autoarray/mock/__init__.py
autoarray/mock/fixtures.py
autoarray/mock/mock.py
autoarray/operators/__init__.py
autoarray/operators/convolver.py
autoarray/operators/transformer.py
autoarray/plot/__init__.py
autoarray/plot/fit_imaging_plots.py
autoarray/plot/fit_interferometer_plots.py
autoarray/plot/imaging_plots.py
autoarray/plot/interferometer_plots.py
autoarray/plot/inversion_plots.py
autoarray/plot/mapper_plots.py
autoarray/plot/mat_objs.py
autoarray/plot/plotters.py
autoarray/structures/__init__.py
autoarray/structures/abstract_structure.py
autoarray/structures/kernel.py
autoarray/structures/region.py
autoarray/structures/visibilities.py
autoarray/structures/arrays/__init__.py
autoarray/structures/arrays/abstract_array.py
autoarray/structures/arrays/arrays.py
autoarray/structures/arrays/values.py
autoarray/structures/frames/__init__.py
autoarray/structures/frames/abstract_frame.py
autoarray/structures/frames/frames.py
autoarray/structures/grids/__init__.py
autoarray/structures/grids/abstract_grid.py
autoarray/structures/grids/decorators.py
autoarray/structures/grids/grids.py
autoarray/structures/grids/interpolate.py
autoarray/structures/grids/irregular.py
autoarray/structures/grids/iterate.py
autoarray/structures/grids/pixelization.py
autoarray/structures/lines/__init__.py
autoarray/structures/lines/lines.py
autoarray/structures/vector_fields/__init__.py
autoarray/structures/vector_fields/vector_field_irregular.py
autoarray/util/__init__.py
autoarray/util/array_util.py
autoarray/util/binning_util.py
autoarray/util/fit_util.py
autoarray/util/frame_util.py
autoarray/util/geometry_util.py
autoarray/util/grid_util.py
autoarray/util/inversion_util.py
autoarray/util/mapper_util.py
autoarray/util/mask_util.py
autoarray/util/pixelization_util.py
autoarray/util/plotter_util.py
autoarray/util/regularization_util.py
autoarray/util/sparse_util.py
autoarray/util/transformer_util.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
test_autoarray/__init__.py
test_autoarray/conftest.py
test_autoarray/plot/__init__.py
test_autoarray/plot/arrays/__init__.py
test_autoarray/plot/arrays/all.py
test_autoarray/plot/arrays/array_overlay.py
test_autoarray/plot/arrays/border.py
test_autoarray/plot/arrays/grid.py
test_autoarray/plot/arrays/lines.py
test_autoarray/plot/arrays/mask.py
test_autoarray/plot/arrays/origin.py
test_autoarray/plot/arrays/positions.py
test_autoarray/plot/grids/all.py
test_autoarray/plot/grids/axis_limits.py
test_autoarray/plot/grids/border.py
test_autoarray/plot/grids/color_array.py
test_autoarray/plot/grids/indexes.py
test_autoarray/plot/grids/lines.py
test_autoarray/plot/grids/origin.py
test_autoarray/plot/grids/symmetric_around_centre.py
test_autoarray/plot/imaging/subplot.py
test_autoarray/plot/inversion_rectangular/subplot.py
test_autoarray/plot/inversion_voronoi/subplot.py
test_autoarray/plot/lines/all.py
test_autoarray/plot/lines/label.py
test_autoarray/plot/lines/plot_axis_type.py
test_autoarray/plot/lines/vertical_lines.py
test_autoarray/plot/mapper_rectangular/all.py
test_autoarray/plot/mapper_rectangular/border.py
test_autoarray/plot/mapper_rectangular/grid.py
test_autoarray/plot/mapper_rectangular/image_and_mapper.py
test_autoarray/plot/mapper_rectangular/image_pixel_indexes.py
test_autoarray/plot/mapper_rectangular/pixelization_grid.py
test_autoarray/plot/mapper_rectangular/source_pixel_indexes.py
test_autoarray/plot/mapper_voronoi/all.py
test_autoarray/plot/mapper_voronoi/border.py
test_autoarray/plot/mapper_voronoi/grid.py
test_autoarray/plot/mapper_voronoi/image_pixel_indexes.py
test_autoarray/plot/mapper_voronoi/pixelization_grid.py
test_autoarray/plot/mapper_voronoi/source_pixel_indexes.py
test_autoarray/profiling/__init__.py
test_autoarray/profiling/profiling_util.py
test_autoarray/unit/__init__.py
test_autoarray/unit/conftest.py
test_autoarray/unit/config/general.ini
test_autoarray/unit/config/grids/interpolate.ini
test_autoarray/unit/config/grids/radial_minimum.ini
test_autoarray/unit/config/notation/settings_tags.ini
test_autoarray/unit/dataset/__init__.py
test_autoarray/unit/dataset/test_abstract_dataset.py
test_autoarray/unit/dataset/test_imaging.py
test_autoarray/unit/dataset/test_interferometer.py
test_autoarray/unit/dataset/test_preprocess.py
test_autoarray/unit/dataset/files/array/output_test/noise_map.fits
test_autoarray/unit/dataset/files/array/output_test/uv_wavelengths.fits
test_autoarray/unit/dataset/files/array/output_test/visibilities.fits
test_autoarray/unit/dataset/files/arrays/output_test/background_noise_map.fits
test_autoarray/unit/dataset/files/arrays/output_test/background_sky_map.fits
test_autoarray/unit/dataset/files/arrays/output_test/exposure_time_map.fits
test_autoarray/unit/dataset/files/arrays/output_test/image.fits
test_autoarray/unit/dataset/files/arrays/output_test/noise_map.fits
test_autoarray/unit/dataset/files/arrays/output_test/poisson_noise_map.fits
test_autoarray/unit/dataset/files/arrays/output_test/psf.fits
test_autoarray/unit/dataset/files/imaging/3x3_eights.fits
test_autoarray/unit/dataset/files/imaging/3x3_fives.fits
test_autoarray/unit/dataset/files/imaging/3x3_fours.fits
test_autoarray/unit/dataset/files/imaging/3x3_multiple_hdu.fits
test_autoarray/unit/dataset/files/imaging/3x3_ones.fits
test_autoarray/unit/dataset/files/imaging/3x3_ones_central_two.fits
test_autoarray/unit/dataset/files/imaging/3x3_sevens.fits
test_autoarray/unit/dataset/files/imaging/3x3_sixes.fits
test_autoarray/unit/dataset/files/imaging/3x3_threes.fits
test_autoarray/unit/dataset/files/imaging/3x3_twos.fits
test_autoarray/unit/dataset/files/imaging/4x3_ones.fits
test_autoarray/unit/dataset/files/imaging/positions.dat
test_autoarray/unit/dataset/files/interferometer/3_eights.fits
test_autoarray/unit/dataset/files/interferometer/3_fives.fits
test_autoarray/unit/dataset/files/interferometer/3_fours.fits
test_autoarray/unit/dataset/files/interferometer/3_multiple_hdu.fits
test_autoarray/unit/dataset/files/interferometer/3_ones.fits
test_autoarray/unit/dataset/files/interferometer/3_sevens.fits
test_autoarray/unit/dataset/files/interferometer/3_sixes.fits
test_autoarray/unit/dataset/files/interferometer/3_threes.fits
test_autoarray/unit/dataset/files/interferometer/3_twos.fits
test_autoarray/unit/dataset/files/interferometer/3x2_fives_sixes.fits
test_autoarray/unit/dataset/files/interferometer/3x2_fours.fits
test_autoarray/unit/dataset/files/interferometer/3x2_multiple_hdu.fits
test_autoarray/unit/dataset/files/interferometer/3x2_ones.fits
test_autoarray/unit/dataset/files/interferometer/3x2_ones_twos.fits
test_autoarray/unit/dataset/files/interferometer/3x2_threes.fits
test_autoarray/unit/dataset/files/interferometer/3x2_threes_fours.fits
test_autoarray/unit/dataset/files/interferometer/3x2_twos.fits
test_autoarray/unit/dataset/files/interferometer/3x3_eights.fits
test_autoarray/unit/dataset/files/interferometer/3x3_fives.fits
test_autoarray/unit/dataset/files/interferometer/3x3_fours.fits
test_autoarray/unit/dataset/files/interferometer/3x3_multiple_hdu.fits
test_autoarray/unit/dataset/files/interferometer/3x3_ones.fits
test_autoarray/unit/dataset/files/interferometer/3x3_ones_central_two.fits
test_autoarray/unit/dataset/files/interferometer/3x3_sevens.fits
test_autoarray/unit/dataset/files/interferometer/3x3_sixes.fits
test_autoarray/unit/dataset/files/interferometer/3x3_threes.fits
test_autoarray/unit/dataset/files/interferometer/3x3_twos.fits
test_autoarray/unit/dataset/files/interferometer/4x3_ones.fits
test_autoarray/unit/dataset/files/interferometer/fits_1d_maker.py
test_autoarray/unit/dataset/files/interferometer/fits_2d_maker.py
test_autoarray/unit/dataset/files/interferometer/fits_visibilities_maker.py
test_autoarray/unit/dataset/files/interferometer/positions.dat
test_autoarray/unit/dataset/files/interferometer/test.fits
test_autoarray/unit/dataset/files/interferometer/test_autoarray.fits
test_autoarray/unit/fit/__init__.py
test_autoarray/unit/fit/test_fit.py
test_autoarray/unit/instruments/test_acs.py
test_autoarray/unit/instruments/test_euclid.py
test_autoarray/unit/inversion/__init__.py
test_autoarray/unit/inversion/test_integration.py
test_autoarray/unit/inversion/test_inversions.py
test_autoarray/unit/inversion/test_mappers.py
test_autoarray/unit/inversion/test_pixelizations.py
test_autoarray/unit/inversion/test_regularization.py
test_autoarray/unit/inversion/files/inversion_image_grid/general.ini
test_autoarray/unit/inversion/files/inversion_source_grid/general.ini
test_autoarray/unit/mask/__init__.py
test_autoarray/unit/mask/test_abstract_mask.py
test_autoarray/unit/mask/test_geometry.py
test_autoarray/unit/mask/test_mask_1d.py
test_autoarray/unit/mask/test_mask_2d.py
test_autoarray/unit/mask/test_regions.py
test_autoarray/unit/mask/files/array/output_test/mask.fits
test_autoarray/unit/mask/files/mask/3x3_ones.fits
test_autoarray/unit/operators/__init__.py
test_autoarray/unit/operators/test_convolver.py
test_autoarray/unit/operators/test_transformer.py
test_autoarray/unit/plot/__init__.py
test_autoarray/unit/plot/test_fit_imaging_plots.py
test_autoarray/unit/plot/test_fit_interferometer_plots.py
test_autoarray/unit/plot/test_imaging_plots.py
test_autoarray/unit/plot/test_interferometer_plots.py
test_autoarray/unit/plot/test_inversion_plots.py
test_autoarray/unit/plot/test_mapper_plots.py
test_autoarray/unit/plot/test_mat_objs.py
test_autoarray/unit/plot/test_plotters.py
test_autoarray/unit/plot/files/plots/fit_imaging/image.fits
test_autoarray/unit/plot/files/plots/imaging/absolute_signal_to_noise_map.fits
test_autoarray/unit/plot/files/plots/imaging/image.fits
test_autoarray/unit/plot/files/plots/imaging/psf.fits
test_autoarray/unit/plot/files/plotter/general.ini
test_autoarray/unit/plot/files/plotter/visualize/figures.ini
test_autoarray/unit/plot/files/plotter/visualize/general.ini
test_autoarray/unit/plot/files/plotter/visualize/subplots.ini
test_autoarray/unit/structures/__init__.py
test_autoarray/unit/structures/test_flip_for_ds9.py
test_autoarray/unit/structures/test_kernel.py
test_autoarray/unit/structures/test_region.py
test_autoarray/unit/structures/test_visibilities.py
test_autoarray/unit/structures/arrays/test_abstract_array.py
test_autoarray/unit/structures/arrays/test_arrays.py
test_autoarray/unit/structures/arrays/test_values.py
test_autoarray/unit/structures/arrays/files/array/.gitignore
test_autoarray/unit/structures/arrays/files/array/3_ones.fits
test_autoarray/unit/structures/arrays/files/array/3x2_ones.fits
test_autoarray/unit/structures/arrays/files/array/3x3_ones.fits
test_autoarray/unit/structures/arrays/files/array/4x3_ones.fits
test_autoarray/unit/structures/arrays/files/array/array_out.fits
test_autoarray/unit/structures/arrays/files/values/values_test.dat
test_autoarray/unit/structures/arrays/files/values/output_test/values_test.dat
test_autoarray/unit/structures/files/config_flip/general.ini
test_autoarray/unit/structures/files/visibilities/.gitignore
test_autoarray/unit/structures/files/visibilities/3x2_ones.fits
test_autoarray/unit/structures/files/visibilities/3x2_twos.fits
test_autoarray/unit/structures/frames/__init__.py
test_autoarray/unit/structures/frames/test_abstract_frame.py
test_autoarray/unit/structures/frames/test_frames.py
test_autoarray/unit/structures/grids/__init__.py
test_autoarray/unit/structures/grids/test_abstract_grid.py
test_autoarray/unit/structures/grids/test_decorators.py
test_autoarray/unit/structures/grids/test_grids.py
test_autoarray/unit/structures/grids/test_interpolate.py
test_autoarray/unit/structures/grids/test_irregular.py
test_autoarray/unit/structures/grids/test_iterate.py
test_autoarray/unit/structures/grids/test_pixelizations.py
test_autoarray/unit/structures/grids/files/coordinates/coordinates_test.dat
test_autoarray/unit/structures/grids/files/coordinates/output_test/coordinates_test.dat
test_autoarray/unit/structures/lines/test_lines.py
test_autoarray/unit/structures/vector_fields/test_vector_field_irregular.py
test_autoarray/unit/util/__init__.py
test_autoarray/unit/util/test_array_util.py
test_autoarray/unit/util/test_binning_util.py
test_autoarray/unit/util/test_fit_util.py
test_autoarray/unit/util/test_frame_util.py
test_autoarray/unit/util/test_geometry_util.py
test_autoarray/unit/util/test_grid_util.py
test_autoarray/unit/util/test_inversion_util.py
test_autoarray/unit/util/test_mapper_util.py
test_autoarray/unit/util/test_mask_util.py
test_autoarray/unit/util/test_pixelization_util.py
test_autoarray/unit/util/test_plotter_util.py
test_autoarray/unit/util/test_regularization_util.py
test_autoarray/unit/util/test_sparse_util.py
test_autoarray/unit/util/files/array/.gitignore
test_autoarray/unit/util/files/array/3_ones.fits
test_autoarray/unit/util/files/array/3x2_ones.fits
test_autoarray/unit/util/files/array/3x3_ones.fits
test_autoarray/unit/util/files/array/4x3_ones.fits