diff options
Diffstat (limited to 'fg21sim/configs/00-general.conf.spec')
-rw-r--r-- | fg21sim/configs/00-general.conf.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 45d3e6f..57d5a6b 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -24,7 +24,11 @@ lmax = integer(min=1, default=3071) # List of foreground components to be simulated: # + galactic/synchrotron: # Diffuse Galactic synchrotron emission (unpolarized) -components = force_list(default=list("galactic/synchrotron")) +# + galactic/freefree: +# Diffuse Galactic free-free emission +# + galactic/snr: +# Galactic supernova remnants emission +components = force_list(default=list("galactic/synchrotron", "galactic/freefree", "galactic/snr")) # Frequencies specification of the simulation products |