autolens.plot.subplot_fit_interferometer_real_space#
- subplot_fit_interferometer_real_space(fit, output_path=None, output_format=None, colormap=None, source_plane_lines=None, source_plane_line_colors=None, title_prefix=None)#
Produce a real-space subplot for an interferometer fit.
Renders the model in image space rather than the visibility (UV) domain. The layout depends on whether the fit uses an inversion:
No inversion — two panels: the full lensed model image and the source-plane image of the final plane evaluated on the zoomed real-space grid.
With inversion — two placeholder panels are shown (axes turned off), because the inversion reconstruction is rendered by the inversion plotter.
- Parameters:
fit (FitInterferometer) – The interferometer fit to visualise.
output_path (
Optional[str]) – Directory in which to save the figure. IfNonethe figure is not saved to disk.output_format (
str) – Image format passed tosave_figure.colormap (
Optional[str]) – Matplotlib colormap name applied to all image panels.