diff options
author | Aaron LI <aly@aaronly.me> | 2017-09-01 19:38:37 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-09-01 19:39:22 +0800 |
commit | 40a8b328dd76a5c7dd65c4e3a2586e0e40ce2fa2 (patch) | |
tree | 710f51093310b4f2bacb1e6d42c7da4be3775ee8 /fg21sim/configs/20-extragalactic.conf.spec | |
parent | a00e95377260c4f84a8572e14f189f8f6c79214f (diff) | |
download | fg21sim-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/20-extragalactic.conf.spec')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 5 |
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] |