aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/10-galactic.conf.spec
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-03 16:12:35 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-03 16:12:35 +0800
commit0aac2d9a1f163af4d84c36bd3d19f8df2630fdbd (patch)
tree36b11ca8ab68a30d9b4cbd5a02a710725c6d2cca /fg21sim/configs/10-galactic.conf.spec
parentf6dfc5d85eff190b0f57907a917c935dc6aa34da (diff)
downloadfg21sim-0aac2d9a1f163af4d84c36bd3d19f8df2630fdbd.tar.bz2
Update general configurations and synchrotron configs
Diffstat (limited to 'fg21sim/configs/10-galactic.conf.spec')
-rw-r--r--fg21sim/configs/10-galactic.conf.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec
index 491b3db..ac0b99f 100644
--- a/fg21sim/configs/10-galactic.conf.spec
+++ b/fg21sim/configs/10-galactic.conf.spec
@@ -14,11 +14,14 @@
# The template map for the simulation.
# This config specify the relative path to the template from "data_dir".
template = string(default=None)
- # The frequency of the template map
+ # The frequency of the template map (same unit as in [frequency] section)
template_freq = float(default=None)
# The unit of the template map pixel
template_unit = string(default=None)
+ # Spectral index map
+ indexmap = string(default=None)
+
# Whether add fluctuations on the small scales
add_smallscales = boolean(default=True)