Skip to content

Commit 395033f

Browse files
Jammy2211Jammy2211
authored andcommitted
ellipse fixes
1 parent c967d95 commit 395033f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

autogalaxy/config/visualize/plots.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ fit_interferometer: # Settings for plots of fits to inter
4949
fits_dirty_images: false # output dirty_images.fits showing the dirty image, noise-map, model-data, resiual-map, normalized residual map and chi-squared map?
5050

5151
fit_ellipse: # Settings for plots of ellipse fitting fits (e.g. FitEllipse)
52+
subplot_fit_ellipse : true # Plot subplot of all fit quantities for ellipse fits (e.g. the model data, residual-map, etc.)?
5253
data : true # Plot the data of the ellipse fit?
5354
data_no_ellipse: true # Plot the data without the black data ellipses, which obscure noisy data?
5455
ellipse_residuals: true # Plot the residuals of the ellipse fit?

autogalaxy/ellipse/model/plotter_interface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ def should_plot(name):
105105

106106
)
107107

108+
if should_plot("subplot_fit_ellipse"):
109+
110+
fit_plotter.subplot_fit_ellipse()
111+
108112
fit_plotter.mat_plot_2d.use_log10 = True
109113

110114
fit_plotter.figures_2d(data=should_plot("data"))

0 commit comments

Comments
 (0)