File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fits_imaging ,
1818)
1919from autoarray .dataset .plot .interferometer_plots import (
20+ subplot_interferometer_dataset ,
2021 subplot_interferometer_dirty_images ,
2122 fits_interferometer ,
2223)
6061 subplot_fit as subplot_fit_interferometer ,
6162 subplot_fit_real_space as subplot_fit_interferometer_real_space ,
6263 subplot_tracer_from_fit as subplot_fit_interferometer_tracer ,
64+ subplot_fit_interferometer_combined ,
6365)
6466from autolens .point .plot .fit_point_plots import subplot_fit as subplot_fit_point
6567from autolens .point .plot .point_dataset_plots import subplot_dataset as subplot_point_dataset
Original file line number Diff line number Diff line change @@ -50,13 +50,15 @@ Create figures and subplots showing quantities of standard **PyAutoLens** object
5050 subplot_fit_combined
5151 subplot_fit_combined_log10
5252
53- **Interferometer Fit Subplots: **
53+ **Interferometer Subplots: **
5454
5555.. autosummary ::
5656 :toctree: _autosummary
5757
58+ subplot_interferometer_dataset
5859 subplot_fit_interferometer
5960 subplot_fit_interferometer_real_space
61+ subplot_fit_interferometer_combined
6062
6163**Point Source Subplots: **
6264
You can’t perform that action at this time.
0 commit comments