aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/__init__.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-22 18:41:27 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-22 18:41:27 +0800
commit07ba51486daa35b828f0cb02d854f9b6afc7befb (patch)
treed61a0efa8647202e4aa45fb10d340f437c678b5a /fg21sim/extragalactic/__init__.py
parent72f7433d50c4769a7d422ca2ec27a032b633a56d (diff)
downloadfg21sim-07ba51486daa35b828f0cb02d854f9b6afc7befb.tar.bz2
Support new simulation component: extragalactic/clusters
Support simulate the radio emission from clusters of galaxies. Currently only the radio halos is considered, while the radio relics need more investigations. Also, this simulation requires a cluster catalog derived from the Hubble Volume Project simulation. NOTE: not tested at the moment
Diffstat (limited to 'fg21sim/extragalactic/__init__.py')
-rw-r--r--fg21sim/extragalactic/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/extragalactic/__init__.py b/fg21sim/extragalactic/__init__.py
new file mode 100644
index 0000000..af976ca
--- /dev/null
+++ b/fg21sim/extragalactic/__init__.py
@@ -0,0 +1,4 @@
+# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
+# MIT license
+
+from .clusters import GalaxyClusters