diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-10 23:01:24 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-10 23:01:24 +0800 |
commit | 633780f3d99cb4102b8b0964385f74676b864640 (patch) | |
tree | e257762290250b0fea2765888cc7b392943562df | |
parent | 0c5f23a6c830649437b73e350aedc9a5f7225af6 (diff) | |
download | fg21sim-633780f3d99cb4102b8b0964385f74676b864640.tar.bz2 |
configs: Change default Nside to 1024
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index beee721..8cbfd4f 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -11,7 +11,7 @@ [common] # HEALPix N_side value, i.e., pixel resolution # NOTE: also update "lmax" below. -nside = integer(min=1, default=512) +nside = integer(min=1, default=1024) # HEALPix ordering scheme ordering = option("RING", "NESTED", default="RING") @@ -19,7 +19,7 @@ ordering = option("RING", "NESTED", default="RING") # The power spectrum will be cut off to a constant for multipole l < lmin. # Generally, lmax = 3 * nside - 1 lmin = integer(min=0, default=10) -lmax = integer(min=1, default=1535) +lmax = integer(min=1, default=3071) # List of foreground components to be simulated: # + galactic/synchrotron: |