diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 18:17:26 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-26 18:17:26 +0800 |
commit | ad7958cf5e7d4eae9e8fb10b67578d8db1e3a7f0 (patch) | |
tree | 5b4d50f7e5b64112b4a4d6910c9d80c421aa1430 /fg21sim | |
parent | d59bd2b64a75de5a398958d7e147b43edb5bc898 (diff) | |
download | fg21sim-ad7958cf5e7d4eae9e8fb10b67578d8db1e3a7f0.tar.bz2 |
Minor updates
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index e4d7bc2..4779f6c 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -26,6 +26,11 @@ lmax = integer(min=1, default=3071) # Diffuse Galactic free-free emission # + galactic/snr: # Galactic supernova remnants emission +# + extragalactic/clusters: +# Extragalactic clusters of galaxies emission +# + extragalactic/pointsources: +# Emission from multiple types of extragalactic point sources +# NOTE: This component is not well integrated and tested at the moment components = force_list(default=list("galactic/synchrotron", "galactic/freefree", "galactic/snr", "extragalactic/clusters")) |