diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-27 17:19:09 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-27 17:19:09 +0800 |
commit | 51d9937db622315727486d0bb8164b6890e9beba (patch) | |
tree | 8738676e0461334d94036b113f470315f55cbcbf /fg21sim/configs | |
parent | 8f3c8d56cb31cf84ff3bebe60af5676cc9431fbd (diff) | |
download | fg21sim-51d9937db622315727486d0bb8164b6890e9beba.tar.bz2 |
clusters/halo: Rewrite is_genuine() to be calc_acc_factor()
Calculate the bolometric emissivity instead of the emissivity at a
certain frequency. This should capture the acceleration effect more
effectively. In addition, remove the now obsolete config options
"fiducial_freq" and "fiducial_factor".
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 3d6bca8..17aa07b 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -431,13 +431,6 @@ stream = option("stderr", "stdout", "", default="stderr") # Unit: [Gyr] time_init = float(default=1, min=0) - # The frequency and factor used to determine the existence of the radio - # halo, i.e., the emissivity at ``fiducial_freq`` is at least - # ``fiducial_factor`` times the fiducial value. - # Unit: [MHz] - fiducial_freq = float(default=150) - fiducial_factor = float(default=3, 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. |