diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-01 23:27:48 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-01 23:27:48 +0800 |
commit | 55483e5408ce122cf43059f53409c19ca7adeeb9 (patch) | |
tree | 34b447daa09bf46362d91aabc3495cfd0cc038d7 /fg21sim/extragalactic/clusters/main.py | |
parent | 3d8df30a95f3b74de20c5982445c6bb225b34e42 (diff) | |
download | fg21sim-55483e5408ce122cf43059f53409c19ca7adeeb9.tar.bz2 |
Improve descriptions and minor cleanups
Diffstat (limited to 'fg21sim/extragalactic/clusters/main.py')
-rw-r--r-- | fg21sim/extragalactic/clusters/main.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/fg21sim/extragalactic/clusters/main.py b/fg21sim/extragalactic/clusters/main.py index b704938..0251662 100644 --- a/fg21sim/extragalactic/clusters/main.py +++ b/fg21sim/extragalactic/clusters/main.py @@ -2,14 +2,14 @@ # MIT license """ -Simulate the extended radio emissions from galaxy clusters due to -merger-induced turbulence and/or shock accelerations, -e.g., (giant) radio halos, (elongated double) radio relics. +Simulate the diffuse radio emissions from galaxy clusters due to +merger-induced turbulence and/or shock accelerations, e.g., +(giant) radio halos, (elongated double) radio relics. NOTE ---- -There are other types of extended radio emissions not considered -yet, e.g., mini-halos, roundish radio relics, etc. +There are other types of diffuse radio emissions not considered +yet, e.g., mini-halos, roundish radio relics. """ import os @@ -36,13 +36,13 @@ logger = logging.getLogger(__name__) class GalaxyClusters: """ - Simulate the extended radio emissions from the galaxy clusters. + Simulate the diffuse radio emissions from the galaxy clusters. NOTE ---- - Currently, only the *giant radio halos* are considered, while - other types of extended emissions are missing, e.g., mini-halos, - elongated relics, roundish relics. + Currently only implement the *giant radio halos*, while other types + of diffuse emissions are missing, e.g., mini-halos, elongated relics, + roundish relics. Attributes ---------- |