aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/mergertree.py
Commit message (Collapse)AuthorAgeFilesLines
* mergertree/show_mergertree(): Improve print formatAaron LI2017-07-201-3/+3
| | | | Signed-off-by: Aaron LI <aly@aaronly.me>
* clusters/mergertree.py: Add function "show_mtree()"Aaron LI2017-07-191-0/+32
| | | | | | | This function traces the main cluster and print its formation history to the screen, for easier illustration and examination. Signed-off-by: Aaron LI <aly@aaronly.me>
* mergertree.py: axes.hold() is deprecated and it is True by defaultAaron LI2017-06-231-1/+0
|
* fg21sim/clusters: Save progress on halo simulationAaron LI2017-06-011-0/+2
|
* mergertree.py: Implement function "plot_mtree()"Aaron LI2017-06-011-2/+52
|
* mergertree.py: Remove "merged" parameterAaron LI2017-06-011-5/+1
|
* Add clusters/mergertree.pyAaron LI2017-06-011-0/+77
The merger tree is a binary tree that represents the merging (or formation) history of a cluster.