autolens.plot.subplot_interferometer_dataset#
- subplot_interferometer_dataset(dataset, output_path=None, output_filename='dataset', output_format=None, colormap=None, use_log10=False, title_prefix=None)[source]#
2x3 subplot of interferometer dataset components.
- Panels: Visibilities | UV-Wavelengths | Amplitudes vs UV-distances |
Phases vs UV-distances | Dirty Image | Dirty S/N Map
- Parameters:
dataset – An
Interferometerdataset instance.output_path (
Optional[str]) – Directory to save the figure.Nonecallsplt.show().output_filename (
str) – Base filename without extension.output_format (
str) – File format.colormap – Matplotlib colormap name.
use_log10 (
bool) – Apply log10 normalisation to image panels.