33# For example, if `plots: fit: subplot_fit=True``, the ``fit_dataset.png`` subplot file will
44# be plotted every time visualization is performed.
55
6- dataset : # Settings for plots of all datasets (e.g. ImagingPlotter, InterferometerPlotter ).
6+ dataset : # Settings for plots of all datasets (e.g. Imaging, Interferometer ).
77 subplot_dataset : true # Plot subplot containing all dataset quantities (e.g. the data, noise-map, etc.)?
8- imaging : # Settings for plots of imaging datasets (e.g. ImagingPlotter )
8+ imaging : # Settings for plots of imaging datasets (e.g. Imaging )
99 psf : false
10- fit : # Settings for plots of all fits (e.g. FitImagingPlotter, FitInterferometerPlotter ).
10+ fit : # Settings for plots of all fits (e.g. FitImaging, FitInterferometer ).
1111 subplot_fit : true # Plot subplot of all fit quantities for any dataset (e.g. the model data, residual-map, etc.)?
1212 subplot_fit_log10 : true # Plot subplot of all fit quantities for any dataset using log10 color maps (e.g. the model data, residual-map, etc.)?
1313 data : false # Plot individual plots of the data?
@@ -18,8 +18,8 @@ fit: # Settings for plots of all fits (e.g
1818 normalized_residual_map : false # Plot individual plots of the normalized-residual-map?
1919 chi_squared_map : false # Plot individual plots of the chi-squared-map?
2020 residual_flux_fraction : false # Plot individual plots of the residual_flux_fraction?
21- fit_imaging : {} # Settings for plots of fits to imaging datasets (e.g. FitImagingPlotter ).
22- inversion : # Settings for plots of inversions (e.g. InversionPlotter ).
21+ fit_imaging : {} # Settings for plots of fits to imaging datasets (e.g. FitImaging ).
22+ inversion : # Settings for plots of inversions (e.g. Inversion ).
2323 subplot_inversion : true # Plot subplot of all quantities in each inversion (e.g. reconstrucuted image, reconstruction)?
2424 subplot_mappings : false # Plot subplot of the image-to-source pixels mappings of each pixelization?
2525 data_subtracted : false # Plot individual plots of the data with the other inversion linear objects subtracted?
@@ -30,6 +30,6 @@ inversion: # Settings for plots of inversions (e
3030 reconstructed_operated_data : false # Plot image of the reconstructed data (e.g. in the image-plane)?
3131 reconstruction : false # Plot the reconstructed inversion (e.g. the pixelization's mesh in the source-plane)?
3232 regularization_weights : false # Plot the effective regularization weight of every inversion mesh pixel?
33- fit_interferometer : # Settings for plots of fits to interferometer datasets (e.g. FitInterferometerPlotter ).
33+ fit_interferometer : # Settings for plots of fits to interferometer datasets (e.g. FitInterferometer ).
3434 subplot_fit_dirty_images : false # Plot subplot of the dirty-images of all interferometer datasets?
3535 subplot_fit_real_space : false # Plot subplot of the real-space images of all interferometer datasets?
0 commit comments