diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-14 10:21:07 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-14 10:21:07 +0800 |
commit | 62a6a5a15a759da45cec210babbca52ca27a25b5 (patch) | |
tree | c56cf6f99a9a240397dd08fb479647620315dda4 /fg21sim/extragalactic/clusters/halo.py | |
parent | f29de49b06f1ac0bcee1b3a3f763888afe2ac8b4 (diff) | |
download | fg21sim-62a6a5a15a759da45cec210babbca52ca27a25b5.tar.bz2 |
clusters: Update the documents/comments a b it
Diffstat (limited to 'fg21sim/extragalactic/clusters/halo.py')
-rw-r--r-- | fg21sim/extragalactic/clusters/halo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fg21sim/extragalactic/clusters/halo.py b/fg21sim/extragalactic/clusters/halo.py index f24b795..832371e 100644 --- a/fg21sim/extragalactic/clusters/halo.py +++ b/fg21sim/extragalactic/clusters/halo.py @@ -2,7 +2,7 @@ # MIT license """ -Simulate (giant) radio halo originating from the last/ most recent +Simulate (giant) radio halo originating from the last/recent cluster-cluster major merger event, following the "statistical magneto-turbulent model" proposed by [cassano2005]_, but with many modifications and simplifications. @@ -55,7 +55,7 @@ logger = logging.getLogger(__name__) class RadioHalo: """ - Simulate the extended radio halo emission from galaxy cluster + Simulate the extended radio halo emission from the galaxy cluster experiencing on-going/recent merger. Description |