aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-09-01 19:38:37 +0800
committerAaron LI <aly@aaronly.me>2017-09-01 19:39:22 +0800
commit40a8b328dd76a5c7dd65c4e3a2586e0e40ce2fa2 (patch)
tree710f51093310b4f2bacb1e6d42c7da4be3775ee8 /fg21sim/configs
parenta00e95377260c4f84a8572e14f189f8f6c79214f (diff)
downloadfg21sim-40a8b328dd76a5c7dd65c4e3a2586e0e40ce2fa2.tar.bz2
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.
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec5
1 files changed, 5 insertions, 0 deletions
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]