From 12113be5f66bbfb048cc49b47c8df96d44a57807 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 26 Feb 2019 21:24:23 +0800 Subject: clusters/main: Allow to disable map generation New configuration option 'extragalactic/clusters/make_maps' is added to control whether or not to make and save the simulated maps. --- fg21sim/configs/config.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fg21sim/configs') 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 -- cgit v1.2.2