aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/20-extragalactic.conf.spec
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-07-31 23:02:09 +0800
committerAaron LI <aly@aaronly.me>2017-07-31 23:02:09 +0800
commitee0c1612707f416434ec9d41b3f87ce631792afb (patch)
tree485beea5e17391811c37b5ff48e152cca610e9cc /fg21sim/configs/20-extragalactic.conf.spec
parent72c083a9f2ca8d0679ce21b0fce18a0aabff7eb1 (diff)
downloadfg21sim-ee0c1612707f416434ec9d41b3f87ce631792afb.tar.bz2
clusters: Add psformalism.py to simulate cluster catalog
Also updated configuration options. Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs/20-extragalactic.conf.spec')
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec
index a8f3510..515950e 100644
--- a/fg21sim/configs/20-extragalactic.conf.spec
+++ b/fg21sim/configs/20-extragalactic.conf.spec
@@ -20,11 +20,20 @@
# The configurations in this ``[[clusters]]`` section may also be
# used by the following ``[[halos]]`` section.
[[clusters]]
- # The clusters catalog derived from the Hubble Volume Project (CSV file)
- catalog = string(default=None)
+ # The Press-Schechter formalism predicted halo distribution densities.
+ ps_data = string(default=None)
+
# Output the effective/inuse clusters catalog data (CSV file)
catalog_outfile = string(default=None)
+ # The fraction of the dark matter mass in galaxy clusters.
+ f_darkmatter = float(default=0.8, min=0.5, max=1.0)
+
+ # The minimum mass for clusters when to determine the galaxy clusters
+ # total counts and their distributions.
+ # Unit: [Msun]
+ mass_min = float(default=2e14, min=1e12)
+
# Minimum mass change of the main cluster to be regarded as a merger
# event instead of an accretion event.
# Unit: [Msun]