diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-30 15:52:37 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-30 16:44:18 +0800 |
commit | e9cc0ba0df46e0b54fb2a8d8e3b315a168feac3e (patch) | |
tree | 75c6e2bb9dc61bc89aad5f818d2b96e3d4d126de /fg21sim/configs/config.spec | |
parent | 518f32cafe3534f8c2b0528c8b0fb7f64d6122ac (diff) | |
download | fg21sim-e9cc0ba0df46e0b54fb2a8d8e3b315a168feac3e.tar.bz2 |
clusters/main: Add 'genuine' property for halos
Configuration option 'genuine_threshold' is added together.
Diffstat (limited to 'fg21sim/configs/config.spec')
-rw-r--r-- | fg21sim/configs/config.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index 2faac91..1bfb27a 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -445,3 +445,7 @@ 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) |