diff options
author | Aaron LI <aly@aaronly.me> | 2019-02-27 20:38:57 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-02-27 20:41:13 +0800 |
commit | 35c980916a34bf4e35246090e8c6b9cf89141e97 (patch) | |
tree | 97ad604ec1b9c02eef845ae8151c66070d40b4a8 /fg21sim/configs | |
parent | 0ca5a652fbf4be4515fec92ca2face5f6d178270 (diff) | |
download | fg21sim-35c980916a34bf4e35246090e8c6b9cf89141e97.tar.bz2 |
clusters/main: Do not calculate acceleration factor and genuine
A new method to determine the formation/genuineness of a radio halo will
be used.
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/config.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 74abb69..701bc91 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -464,7 +464,3 @@ stream = option("stderr", "stdout", "", default="stderr") bolo_freq_min = float(default=10) bolo_freq_max = float(default=1e5) bolo_freq_num = integer(default=256) - - # The threshold for the bolometric emissivity acceleration factor to - # determine whether the halo is genuine/formed. - genuine_threshold = float(default=10) |