Skip to content

Commit aafe773

Browse files
committed
Added methods which extract all mass profile centres from a galaxy, plane and tracer
for use in the LensingObject class.
1 parent de27e61 commit aafe773

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

test_autoarray/unit/test_files/config/general.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ nopython = True
1616
cache = True
1717
parallel = False
1818

19+
[calculation_grid]
20+
shape_2d = (101, 101)
21+
pixel_scales = 0.05
22+
sub_size = 4
23+
1924
[inversion]
2025
inversion_pixel_limit_overall = 3000
2126

test_autoarray/unit/test_files/config/visualize.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ include_critical_curves = True
55
include_caustics = True
66
include_image_plane_pixelization_grid = True
77
plot_units = arcsec
8-
plot_sub_size = 4
98

109
visualize_interval = 10
1110

0 commit comments

Comments
 (0)