aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-26 18:17:26 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-26 18:17:26 +0800
commitad7958cf5e7d4eae9e8fb10b67578d8db1e3a7f0 (patch)
tree5b4d50f7e5b64112b4a4d6910c9d80c421aa1430
parentd59bd2b64a75de5a398958d7e147b43edb5bc898 (diff)
downloadfg21sim-ad7958cf5e7d4eae9e8fb10b67578d8db1e3a7f0.tar.bz2
Minor updates
-rw-r--r--docs/guide.rst5
-rw-r--r--fg21sim/configs/00-general.conf.spec5
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/guide.rst b/docs/guide.rst
index e0f0536..45d4084 100644
--- a/docs/guide.rst
+++ b/docs/guide.rst
@@ -6,10 +6,9 @@ This is a simple guide on how to use the **fg21sim** package to carry
out the foregrounds simulation, which produces the all-sky maps of the
enabled foreground components.
-The simulation of several foreground components (e.g.,
-``galactic/synchrotron``, ``galactic/freefree``) uses the semi-empirical
+The simulation of several foreground components uses the semi-empirical
method, thus it requires specific template map(s) and/or
-observational/simulation catalog(s) as the input.
+observational/simulation catalog(s) as the input:
* ``galactic/synchrotron``:
requires the Haslam 408 MHz survey as the template map, and the
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"))