diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-18 15:49:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-18 15:49:17 +0800 |
commit | f93e7b22321004e143ce6cf2b759d6a2e5acc9f4 (patch) | |
tree | fd2679f200bc229f4b7449ed2890c57e6cc88ca6 | |
parent | 00597e44e68bebd74a2a7b838d0fa6dcf7511fc2 (diff) | |
download | fg21sim-f93e7b22321004e143ce6cf2b759d6a2e5acc9f4.tar.bz2 |
configs: Remove the unused config "ordering"
All HEALPix maps used are in *RING* ordering.
-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. |