diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-13 21:23:50 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-13 21:23:50 +0800 |
commit | 9d0572c6a853d1f61fbe0f8223e61024c5ba1964 (patch) | |
tree | d20fe007089fa409090e694c6218a9c9fb4fb4f5 /fg21sim/configs/00-general.conf.spec | |
parent | 086f5a5ab0c27162b3d8a725b4de19bc35679a2f (diff) | |
download | fg21sim-9d0572c6a853d1f61fbe0f8223e61024c5ba1964.tar.bz2 |
configs: Default to disable all foregrounds
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 5a0f5a5..bf9a724 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -10,16 +10,16 @@ # Foreground components to be simulated [foregrounds] # Diffuse Galactic synchrotron emission (unpolarized) -galactic/synchrotron = boolean(default=True) +galactic/synchrotron = boolean(default=False) # Diffuse Galactic free-free emission -galactic/freefree = boolean(default=True) +galactic/freefree = boolean(default=False) # Galactic supernova remnants emission -galactic/snr = boolean(default=True) +galactic/snr = boolean(default=False) # Extragalactic clusters of galaxies emission -extragalactic/clusters = boolean(default=True) +extragalactic/clusters = boolean(default=False) # Emission from multiple types of extragalactic point sources # NOTE: This component is not well integrated and tested at the moment |