diff options
author | Aaron LI <aly@aaronly.me> | 2018-05-22 10:35:53 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-05-22 10:35:53 +0800 |
commit | cf23bbee3bd9f0457e0f7a0a2ebff0424d287fa8 (patch) | |
tree | 6cd4cd32538173c707b4c42f31ab7b7f42b70a56 /fg21sim/configs | |
parent | 73e7fe043cb7e9f83174b922d4eb916f948a5632 (diff) | |
download | fg21sim-cf23bbee3bd9f0457e0f7a0a2ebff0424d287fa8.tar.bz2 |
clusters: Add parameter felong_min
Diffstat (limited to 'fg21sim/configs')
-rw-r--r-- | fg21sim/configs/20-extragalactic.conf.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec index dbebe4e..6e023e5 100644 --- a/fg21sim/configs/20-extragalactic.conf.spec +++ b/fg21sim/configs/20-extragalactic.conf.spec @@ -113,6 +113,13 @@ # WARNING: for testing usage. boost = float(default=1.0, min=0.1, max=1e4) + # Minimal elongated fraction for creating the images of radio halos + # The ``felong`` is defined as ``felong = b/a``, similar to the Hubble + # classification for the elliptical galaxies. ``felong_min = 1.0`` + # means no elongation, and ``felong_min = 0.6`` is a good choice as + # the observed radio halos are generally regular. + felong_min = float(default=1.0, min=0.1, max=1.0) + # Number of most powerful halos to be dropped out. halo_dropout = integer(default=0, min=0) |