From 00979a4da68b1fc3bf5c1693975febc7d066763c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 8 Nov 2018 15:52:37 +0800 Subject: clusters/halo: Add and use 'f_rc' and 'beta' options --- fg21sim/configs/config.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fg21sim/configs') 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) -- cgit v1.2.2