We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aec57a commit d079501Copy full SHA for d079501
1 file changed
autolens/config/visualize/plots.yaml
@@ -11,6 +11,7 @@
11
# These can be disabled to save on hard-disk space but will lead to certain database functionality being disabled.
12
13
subplot_format: [png] # Output format of all subplots, can be png, pdf or both (e.g. [png, pdf])
14
+fits_are_zoomed: true # If true, output .fits files are zoomed in on the center of the unmasked region image, saving hard-disk space.
15
16
dataset: # Settings for plots of all datasets (e.g. ImagingPlotter, InterferometerPlotter).
17
subplot_dataset: true # Plot subplot containing all dataset quantities (e.g. the data, noise-map, etc.)?
0 commit comments