From 40a8b328dd76a5c7dd65c4e3a2586e0e40ce2fa2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 1 Sep 2017 19:38:37 +0800 Subject: clusters: Add config option "boost" NOTE: The cluster number (especially the bright ones) may be rather small within a sky patch. This ``boost`` config option increase the expected cluster number by a specified times, for better testing purpose. --- fg21sim/configs/20-extragalactic.conf.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fg21sim/configs/20-extragalactic.conf.spec') diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index 5529d5f..d96f141 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -35,6 +35,11 @@ # Unit: [Msun] mass_min = float(default=2e14, min=1e12) + # Boost the number of expected cluster number within the sky coverage + # by the specified times. + # (NOTE: mainly for testing purpose.) + boost = float(default=1.0, min=0.1, max=1e4) + # Minimum mass change of the main cluster to be regarded as a merger # event instead of an accretion event. # Unit: [Msun] -- cgit v1.2.2