diff options
Diffstat (limited to 'fg21sim/configs/config.spec')
-rw-r--r-- | fg21sim/configs/config.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 5d13bed..e3d0aa5 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -373,6 +373,10 @@ stream = option("stderr", "stdout", "", default="stderr") # Unit: [keV] kT_out = float(default=0, min=0) + # Whether to make the simulated sky maps? It is useful to disable the + # map generation during the parameter tuning. + make_maps = boolean(default=True) + # Filename prefix for this component prefix = string(default="cluster") # Output directory to save the simulated results |