diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-08 15:52:37 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-08 15:52:37 +0800 |
commit | 00979a4da68b1fc3bf5c1693975febc7d066763c (patch) | |
tree | 4fefb234a7517c0c4438930778b587a95547c3e5 /fg21sim/configs | |
parent | 450767336f1d37e38f3e71c40695ac4a3cd20162 (diff) | |
download | fg21sim-00979a4da68b1fc3bf5c1693975febc7d066763c.tar.bz2 |
clusters/halo: Add and use 'f_rc' and 'beta' options
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index fefb8b8..85606eb 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -447,3 +447,10 @@ stream = option("stderr", "stdout", "", default="stderr") # Unit: [MHz] fiducial_freq = float(default=150.0) fiducial_factor = float(default=3.0, min=1) + + # Parameters of the beta-model that is used to describe the gas density + # profile of the cluster. + # The fraction of the core radius to cluster's virial radius. + f_rc = float(default=0.1) + # The slope parameter (i.e., beta). + beta = float(default=0.8) |