From f93e7b22321004e143ce6cf2b759d6a2e5acc9f4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 18 Oct 2016 15:49:17 +0800 Subject: configs: Remove the unused config "ordering" All HEALPix maps used are in *RING* ordering. --- fg21sim/configs/00-general.conf.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fg21sim/configs') 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. -- cgit v1.2.2