diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-03 16:12:35 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-03 16:12:35 +0800 |
commit | 0aac2d9a1f163af4d84c36bd3d19f8df2630fdbd (patch) | |
tree | 36b11ca8ab68a30d9b4cbd5a02a710725c6d2cca /fg21sim/configs/10-galactic.conf.spec | |
parent | f6dfc5d85eff190b0f57907a917c935dc6aa34da (diff) | |
download | fg21sim-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.spec | 5 |
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) |