autogalaxy.plot.subplot_fit_imaging#
- subplot_fit_imaging(fit, output_path=None, output_format=None, colormap='default', use_log10=False, positions=None, residuals_symmetric_cmap=True, title_prefix=None)#
Create a six-panel subplot summarising a
FitImaging.The panels show, in order: data, signal-to-noise map, model image, residual map, normalised residual map, and chi-squared map.
- Parameters:
fit (FitImaging) – The completed imaging fit to visualise.
output_path (str or None) – Directory in which to save the figure.
None→plt.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.
positions (array-like or None) – Point positions to scatter-plot over each panel.
residuals_symmetric_cmap (bool) – Reserved for future symmetric-colormap support on residual panels (currently unused).