diff options
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 57d5a6b..d5a6962 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -9,11 +9,9 @@ # Common/general configurations for the simulation [common] -# HEALPix N_side value, i.e., pixel resolution +# HEALPix Nside value, i.e., pixel resolution # NOTE: also update "lmax" below. nside = integer(min=1, default=1024) -# HEALPix ordering scheme -ordering = option("RING", "NESTED", default="RING") # Range of multipole monents (l) of the angular power spectrum. # The power spectrum will be cut off to a constant for multipole l < lmin. |