From 963f6f4015c856f2f695f3634b47ed903ade5adf Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 27 Feb 2019 21:58:44 +0800 Subject: clusters/main: Implement _identify_halos() to determine genuine halos New configuration options 'extragalactic/halos/genuine_{emfacc,index}_th' are added to set the thresholds. --- fg21sim/configs/config.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fg21sim/configs/config.spec') diff --git a/fg21sim/configs/config.spec b/fg21sim/configs/config.spec index fd45949..5a0731d 100644 --- a/fg21sim/configs/config.spec +++ b/fg21sim/configs/config.spec @@ -456,3 +456,8 @@ stream = option("stderr", "stdout", "", default="stderr") f_rc = float(default=0.1) # The slope parameter (i.e., beta). beta = float(default=0.6667) + + # The emissivity acceleration factor and spectral index thresholds for + # determining whether the halo is genuine/formed. + genuine_emfacc_th = float(default=100) + genuine_index_th = float(default=3.5) -- cgit v1.2.2