diff options
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") |