aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-07-19 21:16:20 +0800
committerAaron LI <aly@aaronly.me>2017-07-19 21:16:20 +0800
commit1dbb165cdab9b5153bf73fd9d37549fad1b85326 (patch)
tree77590dad6a12a5e307efd9f15c39e53df656e925 /fg21sim
parent47a9e913d954799fa0521f599e94a205d079ccc1 (diff)
downloadfg21sim-1dbb165cdab9b5153bf73fd9d37549fad1b85326.tar.bz2
configs: Update default values
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim')
-rw-r--r--fg21sim/configs/00-general.conf.spec11
-rw-r--r--fg21sim/configs/20-extragalactic.conf.spec9
2 files changed, 8 insertions, 12 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec
index baa7d5e..eb8b0dd 100644
--- a/fg21sim/configs/00-general.conf.spec
+++ b/fg21sim/configs/00-general.conf.spec
@@ -45,18 +45,19 @@ type = option("patch", "healpix", default="patch")
xcenter = float(default=0.0, min=0.0, max=360.0)
ycenter = float(default=0.0, min=-90.0, max=90.0)
- xsize = integer(default=None, min=1)
- ysize = integer(default=None, min=1)
# The image dimensions (i.e., number of pixels) of the sky patch,
# along the X (R.A./longitude) and Y (Dec./latitude) axes.
+ # Default: 1200x1200 => 10x10 [deg^2] (30 arcsec/pixel)
+ xsize = integer(default=1200, min=1)
+ ysize = integer(default=1200, min=1)
- # Pixel size [ arcsec ]
- pixelsize = float(default=None, min=0.0)
+ # Pixel size [arcsec]
+ pixelsize = float(default=30.0, min=0.0)
# Configurations for input/output HEALPix sky
[[healpix]]
# HEALPix Nside value, i.e., pixel resolution
- nside = integer(min=1, default=1024)
+ nside = integer(default=1024, min=128)
# Frequencies specification of the simulation products
diff --git a/fg21sim/configs/20-extragalactic.conf.spec b/fg21sim/configs/20-extragalactic.conf.spec
index 9216663..377bd27 100644
--- a/fg21sim/configs/20-extragalactic.conf.spec
+++ b/fg21sim/configs/20-extragalactic.conf.spec
@@ -10,13 +10,8 @@
#
# This file contains the options corresponding the extragalactic emission
# components, which currently includes the following components:
-# - clusters
-# - halos
+# - clusters: halos
# - pointsources
-#
-# NOTE:
-# - The input templates for simulations should be HEALPix full-sky maps.
-# - The input catalog should be in CSV format.
[extragalactic]
@@ -37,7 +32,7 @@
resolution = float(default=30.0, min=5.0)
# Filename prefix for this component
- prefix = string(default="egcluster")
+ prefix = string(default="cluster")
# Whether save this component to disk
save = boolean(default=True)
# Output directory to save the simulated results