aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-07-19 16:34:40 +0800
committerAaron LI <aly@aaronly.me>2017-07-19 16:34:40 +0800
commit9b7f99bbd0eca0e611601dd936c1f7948f8cd58a (patch)
treecde8dd145d1a560213fa1f4eacefe9ad80b7e40b /fg21sim/configs
parentbfc2b52d6c12553290742fcf793e48b1133e7dad (diff)
downloadfg21sim-9b7f99bbd0eca0e611601dd936c1f7948f8cd58a.tar.bz2
Use [arcsec] as the unit for pixel size and resolution
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/00-general.conf.spec2
-rw-r--r--fg21sim/configs/10-galactic.conf.spec7
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec11
3 files changed, 13 insertions, 7 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec
index b5bfd3f..906be3e 100644
--- a/fg21sim/configs/00-general.conf.spec
+++ b/fg21sim/configs/00-general.conf.spec
@@ -49,7 +49,7 @@ type = option("patch", "healpix", default="patch")
xsize = integer(default=None, min=1)
ysize = integer(default=None, min=1)
- # Pixel size [ arcmin ]
+ # Pixel size [ arcsec ]
pixelsize = float(default=None, min=0.0)
# Configurations for input HEALPix sky
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec
index c01aed7..1ef15eb 100644
--- a/fg21sim/configs/10-galactic.conf.spec
+++ b/fg21sim/configs/10-galactic.conf.spec
@@ -76,9 +76,10 @@
# Output the effective/inuse SNRs catalog data (CSV file)
catalog_outfile = string(default=None)
- # Resolution (unit: arcmin) for simulating each SNR, which are finally
- # mapped to the HEALPix map of Nside specified in "[common]" section.
- resolution = float(default=0.5, min=0.0)
+ # Resolution for simulating each SNR template, which are finally
+ # mapped to the all-sky HEALPix map if used.
+ # Unit: [arcsec]
+ resolution = float(default=30.0, min=5.0)
# Filename prefix for this component
prefix = string(default="gsnr")
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec
index 7678a6a..9216663 100644
--- a/fg21sim/configs/20-extragalactic.conf.spec
+++ b/fg21sim/configs/20-extragalactic.conf.spec
@@ -31,9 +31,10 @@
# The fraction that a cluster hosts a radio halo
halo_fraction = float(default=None, min=0.0, max=1.0)
- # Resolution (unit: arcmin) for simulating each cluster, which are finally
- # mapped to the HEALPix map of Nside specified in "[common]" section.
- resolution = float(default=0.5, min=0.0)
+ # Resolution for simulating each cluster templates, which are finally
+ # mapped to the all-sky HEALPix map if used.
+ # Unit: [arcsec]
+ resolution = float(default=30.0, min=5.0)
# Filename prefix for this component
prefix = string(default="egcluster")
@@ -59,6 +60,10 @@
# event rather than accretion. (unit: Msun)
merger_mass_min = float(default=1e12, min=1e10)
+ # Mass ratio of the main and sub clusters, below which is regarded as
+ # a major merger event.
+ ratio_major = float(default=3.0, min=1.0, max=10.0)
+
# Radius of the giant radio halo in clusters (unit: kpc)
# XXX: currently only support a constant radius of halos
radius = float(default=500.0, min=100.0)