autogalaxy.plot.subplot_fit_real_space#

subplot_fit_real_space(fit, output_path=None, output_format=None, colormap='default', use_log10=False, title_prefix=None)[source]#

Create a real-space summary subplot for an interferometer fit.

The exact panels depend on whether the fit includes a pixelization:

  • No pixelization: delegates to subplot_galaxies which shows image, convergence, potential, and deflections on the light-profile grid.

  • With pixelization: shows three dirty-image panels (dirty image, dirty model image, dirty residual map), which are the best real-space representation available when a pixelized source is used.

Parameters:
  • fit (FitInterferometer) – The completed interferometer fit to visualise.

  • output_path (str or None) – Directory in which to save the figure. Noneplt.show().

  • output_format (str) – File format, e.g. "png".

  • colormap (str) – Matplotlib colormap name, or "default".

  • use_log10 (bool) – Apply a log₁₀ stretch to the plotted values.