From ee0c1612707f416434ec9d41b3f87ce631792afb Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Mon, 31 Jul 2017 23:02:09 +0800
Subject: clusters: Add psformalism.py to simulate cluster catalog

Also updated configuration options.

Signed-off-by: Aaron LI <aly@aaronly.me>
---
 fg21sim/configs/20-extragalactic.conf.spec | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

(limited to 'fg21sim/configs')

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]
-- 
cgit v1.2.2