From 9d0572c6a853d1f61fbe0f8223e61024c5ba1964 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 13 Jun 2017 21:23:50 +0800 Subject: configs: Default to disable all foregrounds --- fg21sim/configs/00-general.conf.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fg21sim') 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 -- cgit v1.2.2