From e748c1fd0928a1a98324b465de6f78e062052a73 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 17 Oct 2016 15:12:06 +0800 Subject: bin/fg21sim: Support new component "galactic/snr" Also update the general config for the new "galactic/snr" component. --- fg21sim/configs/00-general.conf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fg21sim') 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 -- cgit v1.2.2