diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 15:12:06 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-17 15:12:06 +0800 |
commit | e748c1fd0928a1a98324b465de6f78e062052a73 (patch) | |
tree | 3bbc4eeb86fbc9a958c508699c757a68d69cc528 /fg21sim | |
parent | 744a3748ea6e1c24c2fee46b2f7ebd8592f591d2 (diff) | |
download | fg21sim-e748c1fd0928a1a98324b465de6f78e062052a73.tar.bz2 |
bin/fg21sim: Support new component "galactic/snr"
Also update the general config for the new "galactic/snr" component.
Diffstat (limited to 'fg21sim')
-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 |