aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-02-27 20:43:58 +0800
committerAaron LI <aly@aaronly.me>2019-02-27 20:43:58 +0800
commit39ac9e6c8bde34f78e7e520b04d7f2eae90e7795 (patch)
tree9003d542a417dbd57fe01da4aa3fbd4292ad00b1 /fg21sim/configs
parent35c980916a34bf4e35246090e8c6b9cf89141e97 (diff)
downloadfg21sim-39ac9e6c8bde34f78e7e520b04d7f2eae90e7795.tar.bz2
clusters/halo: calc_acc_factor() no longer used
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/config.spec8
1 files changed, 0 insertions, 8 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec
index 701bc91..fd45949 100644
--- a/fg21sim/configs/config.spec
+++ b/fg21sim/configs/config.spec
@@ -456,11 +456,3 @@ stream = option("stderr", "stdout", "", default="stderr")
f_rc = float(default=0.1)
# The slope parameter (i.e., beta).
beta = float(default=0.6667)
-
- # The minimum and maximum frequencies as well as the number of frequency
- # points for calculating the total radio emissivity, which is used to
- # approximate the bolometric emissivity.
- # Unit: [MHz]
- bolo_freq_min = float(default=10)
- bolo_freq_max = float(default=1e5)
- bolo_freq_num = integer(default=256)