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.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec
index 32f977b..9aa4dbe 100644
--- a/fg21sim/configs/10-galactic.conf.spec
+++ b/fg21sim/configs/10-galactic.conf.spec
@@ -26,7 +26,7 @@
# The template map for the simulation.
template = string(default=None)
# The frequency of the template map (same unit as in [frequency] section)
- template_freq = float(default=None)
+ template_freq = float(default=None, min=0.0)
# The unit of the template map pixel
template_unit = string(default=None)
@@ -71,7 +71,7 @@
# Resolution (unit: arcmin) for simulating each SNR, which are finally
# mapped to the HEALPix map of Nside specified in "[common]" section.
- resolution = float(default=1.0)
+ resolution = float(default=1.0, min=0.0)
# Filename prefix for this component
prefix = string(default="gsnr")