From 633780f3d99cb4102b8b0964385f74676b864640 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 10 Oct 2016 23:01:24 +0800 Subject: configs: Change default Nside to 1024 --- fg21sim/configs/00-general.conf.spec | 4 ++-- 1 file 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: -- cgit v1.2.2