diff options
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-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")) |