aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/10-galactic.conf.spec
diff options
context:
space:
mode:
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)