@@ -22,9 +22,9 @@ fit: # Settings for plots of all fits (e.g
2222 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.)?
2323 subplot_of_galaxies : false # Plot subplot of the model-image, subtracted image and other quantities of each galaxy?
2424 subplot_galaxy_images : false # Plot subplot of the image of each galaxy in the model?
25- fits_fit : false # Output a .fits file containing the fit model data, residual map, normalized residual map and chi-squared?
26- fits_galaxy_images : false # Output a .fits file containing the images (e.g. without PSF convolution) of every galaxy?
27- fits_model_galaxy_images : false # Output a .fits file containing the model images (e.g. with PSF convolution) of every galaxy?
25+ fits_fit : true # Output a .fits file containing the fit model data, residual map, normalized residual map and chi-squared?
26+ fits_galaxy_images : true # Output a .fits file containing the images (e.g. without PSF convolution) of every galaxy?
27+ fits_model_galaxy_images : true # Output a .fits file containing the model images (e.g. with PSF convolution) of every galaxy?
2828
2929fit_imaging : {} # Settings for plots of fits to imaging datasets (e.g. FitImagingPlotter).
3030
@@ -35,8 +35,8 @@ galaxies: # Settings for plots of galaxies (e.g
3535
3636inversion : # Settings for plots of inversions (e.g. InversionPlotter).
3737 subplot_inversion : true # Plot subplot of all quantities in each inversion (e.g. reconstrucuted image, reconstruction)?
38- subplot_mappings : true # Plot subplot of the image-to-source pixels mappings of each pixelization?
39- csv_reconstruction : false # output source_plane_reconstruction_0.csv containing the source-plane mesh y, x, reconstruction and noise map values.
38+ subplot_mappings : false # Plot subplot of the image-to-source pixels mappings of each pixelization?
39+ csv_reconstruction : true # output source_plane_reconstruction_0.csv containing the source-plane mesh y, x, reconstruction and noise map values.
4040
4141adapt : # Settings for plots of adapt images used by adaptive pixelizations.
4242 subplot_adapt_images : true # Plot subplot showing each adapt image used for adaptive pixelization?
@@ -45,7 +45,7 @@ adapt: # Settings for plots of adapt images
4545fit_interferometer : # Settings for plots of fits to interferometer datasets (e.g. FitInterferometerPlotter).
4646 subplot_fit_dirty_images : false # Plot subplot of the dirty-images of all interferometer datasets?
4747 subplot_fit_real_space : false # Plot subplot of the real-space images of all interferometer datasets?
48- 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?
48+ fits_dirty_images : true # output dirty_images.fits showing the dirty image, noise-map, model-data, resiual-map, normalized residual map and chi-squared map?
4949
5050fit_ellipse : # Settings for plots of ellipse fitting fits (e.g. FitEllipse)
5151 subplot_fit_ellipse : true # Plot subplot of all fit quantities for ellipse fits (e.g. the model data, residual-map, etc.)?
0 commit comments