diff options
author | Aaron LI <aly@aaronly.me> | 2019-03-01 23:57:09 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-03-01 23:57:09 +0800 |
commit | f99e47d08e739aa4e4e7b152e0c897a8056e872c (patch) | |
tree | 0881a22991c8bbfc406a912ada2dcdfab2251b7e /fg21sim/configs | |
parent | c0c1435cd1bacc9d5f51ad9b1015fd507507cc97 (diff) | |
download | fg21sim-f99e47d08e739aa4e4e7b152e0c897a8056e872c.tar.bz2 |
clusters/halo: Tune parameters kT_out and radius_index
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 521f818..3a93065 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -371,7 +371,7 @@ stream = option("stderr", "stdout", "", default="stderr") # with: kT_out ~ 0.5 [keV] # Reference: Fujita et al. 2003, ApJ, 584, 190; Eq.(49) # Unit: [keV] - kT_out = float(default=0, min=0) + kT_out = float(default=0.5, min=0) # Whether to make the simulated sky maps? It is useful to disable the # map generation during the parameter tuning. @@ -420,7 +420,7 @@ stream = option("stderr", "stdout", "", default="stderr") f_radius = float(default=0.7, min=0.1, max=10) # The scaling index of the halo radius (R_halo) w.r.t. the virial # radius of the cluster. - radius_index = float(default=1.7, min=0, max=3) + radius_index = float(default=1.8, min=0, max=3) # Minimum and maximum Lorentz factor (i.e., energy) of the relativistic # electron spectrum. |