From e9cc0ba0df46e0b54fb2a8d8e3b315a168feac3e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 30 Jan 2019 15:52:37 +0800 Subject: clusters/main: Add 'genuine' property for halos Configuration option 'genuine_threshold' is added together. --- fg21sim/configs/config.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fg21sim/configs') 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) -- cgit v1.2.2