autolens.plot.subplot_fit_interferometer_combined#

subplot_fit_interferometer_combined(fit_list, output_path=None, output_format=None, colormap=None, title_prefix=None)[source]#

Produce a combined multi-row subplot for a list of FitInterferometer objects.

Each row corresponds to one channel of a datacube (or one dataset of a multi-band interferometer fit) and contains four panels:

  • Dirty Image (data)

  • Dirty Model Image (with critical curves)

  • Source Plane (reconstruction)

  • Dirty Normalised Residual Map

The layout mirrors subplot_fit_combined for imaging — same purpose, different panel choice because interferometer fits are most informatively visualised in dirty-image space.

Parameters:
  • fit_list (list of FitInterferometer) – The interferometer fits to display. Each fit occupies one row of the figure.

  • output_path (Optional[str]) – Directory in which to save the figure. If None the figure is not saved.

  • output_format (str) – Image format passed to save_figure.

  • colormap (Optional[str]) – Matplotlib colormap name applied to all image panels.

  • title_prefix (str) – Optional prefix prepended to every panel title.