@@ -33,7 +33,7 @@ def subplot(
3333 xlabelsize = 10 ,
3434 ylabelsize = 10 ,
3535 xyticksize = 10 ,
36- mask_pointsize = 10 ,
36+ mask_overlay_pointsize = 10 ,
3737 position_pointsize = 30 ,
3838 grid_pointsize = 1 ,
3939 output_path = None ,
@@ -95,7 +95,7 @@ def subplot(
9595 xlabelsize = xlabelsize ,
9696 ylabelsize = ylabelsize ,
9797 xyticksize = xyticksize ,
98- mask_pointsize = mask_pointsize ,
98+ mask_overlay_pointsize = mask_overlay_pointsize ,
9999 position_pointsize = position_pointsize ,
100100 grid_pointsize = grid_pointsize ,
101101 output_path = output_path ,
@@ -128,7 +128,7 @@ def subplot(
128128 xlabelsize = xlabelsize ,
129129 ylabelsize = ylabelsize ,
130130 xyticksize = xyticksize ,
131- mask_pointsize = mask_pointsize ,
131+ mask_overlay_pointsize = mask_overlay_pointsize ,
132132 output_path = output_path ,
133133 output_format = output_format ,
134134 )
@@ -187,7 +187,7 @@ def subplot(
187187 xlabelsize = xlabelsize ,
188188 ylabelsize = ylabelsize ,
189189 xyticksize = xyticksize ,
190- mask_pointsize = mask_pointsize ,
190+ mask_overlay_pointsize = mask_overlay_pointsize ,
191191 output_path = output_path ,
192192 output_format = output_format ,
193193 )
@@ -218,7 +218,7 @@ def subplot(
218218 xlabelsize = xlabelsize ,
219219 ylabelsize = ylabelsize ,
220220 xyticksize = xyticksize ,
221- mask_pointsize = mask_pointsize ,
221+ mask_overlay_pointsize = mask_overlay_pointsize ,
222222 output_path = output_path ,
223223 output_format = output_format ,
224224 )
@@ -249,7 +249,7 @@ def subplot(
249249 xlabelsize = xlabelsize ,
250250 ylabelsize = ylabelsize ,
251251 xyticksize = xyticksize ,
252- mask_pointsize = mask_pointsize ,
252+ mask_overlay_pointsize = mask_overlay_pointsize ,
253253 output_path = output_path ,
254254 output_format = output_format ,
255255 )
@@ -385,7 +385,7 @@ def image(
385385 xlabelsize = 16 ,
386386 ylabelsize = 16 ,
387387 xyticksize = 16 ,
388- mask_pointsize = 10 ,
388+ mask_overlay_pointsize = 10 ,
389389 position_pointsize = 30 ,
390390 grid_pointsize = 1 ,
391391 output_path = None ,
@@ -434,7 +434,7 @@ def image(
434434 xlabelsize = xlabelsize ,
435435 ylabelsize = ylabelsize ,
436436 xyticksize = xyticksize ,
437- mask_pointsize = mask_pointsize ,
437+ mask_overlay_pointsize = mask_overlay_pointsize ,
438438 position_pointsize = position_pointsize ,
439439 grid_pointsize = grid_pointsize ,
440440 output_path = output_path ,
@@ -468,7 +468,7 @@ def noise_map(
468468 xlabelsize = 16 ,
469469 ylabelsize = 16 ,
470470 xyticksize = 16 ,
471- mask_pointsize = 10 ,
471+ mask_overlay_pointsize = 10 ,
472472 output_path = None ,
473473 output_format = "show" ,
474474 output_filename = "imaging_noise_map" ,
@@ -510,7 +510,7 @@ def noise_map(
510510 xlabelsize = xlabelsize ,
511511 ylabelsize = ylabelsize ,
512512 xyticksize = xyticksize ,
513- mask_pointsize = mask_pointsize ,
513+ mask_overlay_pointsize = mask_overlay_pointsize ,
514514 output_path = output_path ,
515515 output_format = output_format ,
516516 output_filename = output_filename ,
@@ -612,7 +612,7 @@ def signal_to_noise_map(
612612 xlabelsize = 16 ,
613613 ylabelsize = 16 ,
614614 xyticksize = 16 ,
615- mask_pointsize = 10 ,
615+ mask_overlay_pointsize = 10 ,
616616 output_path = None ,
617617 output_format = "show" ,
618618 output_filename = "imaging_signal_to_noise_map" ,
@@ -654,7 +654,7 @@ def signal_to_noise_map(
654654 xlabelsize = xlabelsize ,
655655 ylabelsize = ylabelsize ,
656656 xyticksize = xyticksize ,
657- mask_pointsize = mask_pointsize ,
657+ mask_overlay_pointsize = mask_overlay_pointsize ,
658658 output_path = output_path ,
659659 output_format = output_format ,
660660 output_filename = output_filename ,
@@ -685,7 +685,7 @@ def absolute_signal_to_noise_map(
685685 xlabelsize = 16 ,
686686 ylabelsize = 16 ,
687687 xyticksize = 16 ,
688- mask_pointsize = 10 ,
688+ mask_overlay_pointsize = 10 ,
689689 output_path = None ,
690690 output_format = "show" ,
691691 output_filename = "imaging_absolute_signal_to_noise_map" ,
@@ -727,7 +727,7 @@ def absolute_signal_to_noise_map(
727727 xlabelsize = xlabelsize ,
728728 ylabelsize = ylabelsize ,
729729 xyticksize = xyticksize ,
730- mask_pointsize = mask_pointsize ,
730+ mask_overlay_pointsize = mask_overlay_pointsize ,
731731 output_path = output_path ,
732732 output_format = output_format ,
733733 output_filename = output_filename ,
@@ -758,7 +758,7 @@ def potential_chi_squared_map(
758758 xlabelsize = 16 ,
759759 ylabelsize = 16 ,
760760 xyticksize = 16 ,
761- mask_pointsize = 10 ,
761+ mask_overlay_pointsize = 10 ,
762762 output_path = None ,
763763 output_format = "show" ,
764764 output_filename = "imaging_potential_chi_squared_map" ,
@@ -800,7 +800,7 @@ def potential_chi_squared_map(
800800 xlabelsize = xlabelsize ,
801801 ylabelsize = ylabelsize ,
802802 xyticksize = xyticksize ,
803- mask_pointsize = mask_pointsize ,
803+ mask_overlay_pointsize = mask_overlay_pointsize ,
804804 output_path = output_path ,
805805 output_format = output_format ,
806806 output_filename = output_filename ,
0 commit comments