From f29d5f6b4027d8f356e76528247d4b8b070b9c90 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 27 Aug 2017 12:37:23 +0800 Subject: configs: synchrotron: default to not add smallscales --- fg21sim/configs/10-galactic.conf.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index cf2eef1..43e84c9 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -23,9 +23,11 @@ # Synchrotron emission component (unpolarized) [[synchrotron]] - # The template map for the simulation. + # The template map for the simulation, e.g., Haslam 408 MHz survey. + # Unit: [K] (Kelvin) template = string(default=None) - # The frequency of the template map (same unit as in [frequency] section) + # The frequency of the template map. + # Unit: [MHz] template_freq = float(default=None, min=0.0) # Spectral index map @@ -33,7 +35,7 @@ # Whether add fluctuations on the small scales according the angular # power spectrum prediction? - add_smallscales = boolean(default=True) + add_smallscales = boolean(default=False) # Range of multipole moments (l) of the angular power spectrum. # The power spectrum will be cut off to a constant for multipole l < lmin. # NOTE: Update the ``lmax`` accordingly w.r.t. ``sky/healpix/nside``. -- cgit v1.2.2