diff options
Diffstat (limited to 'fg21sim/configs')
| -rw-r--r-- | fg21sim/configs/config.spec | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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) | 
