diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-05-16 15:26:58 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-05-16 19:09:27 +0800 |
commit | 3c07a41448ddce396ffb98e105fca4ae5d6a74ee (patch) | |
tree | 5ccc6580492575b27826e8b79752819ae194a2ee /fg21sim/configs/10-galactic.conf.spec | |
parent | 02d9b9bc2263d4eabee8a07bbf8c7606255fa761 (diff) | |
download | fg21sim-3c07a41448ddce396ffb98e105fca4ae5d6a74ee.tar.bz2 |
configs: New "sky" section, and remove "common" section
* Update checkers accordingly
Diffstat (limited to 'fg21sim/configs/10-galactic.conf.spec')
-rw-r--r-- | fg21sim/configs/10-galactic.conf.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fg21sim/configs/10-galactic.conf.spec b/fg21sim/configs/10-galactic.conf.spec index e565297..c01aed7 100644 --- a/fg21sim/configs/10-galactic.conf.spec +++ b/fg21sim/configs/10-galactic.conf.spec @@ -33,8 +33,15 @@ # Spectral index map indexmap = string(default=None) - # Whether add fluctuations on the small scales + # Whether add fluctuations on the small scales according the angular + # power spectrum prediction? add_smallscales = boolean(default=True) + # 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``. + # Generally, lmax = 3 * nside - 1 + lmin = integer(min=0, default=10) + lmax = integer(min=1, default=3071) # Filename prefix for this component prefix = string(default="gsync") |