aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/mergertree.py
Commit message (Collapse)AuthorAgeFilesLines
* clusters/formation: Move history() to mergertree.get_history()Aaron LI2019-01-291-0/+43
|
* clusters/mergertree: Tweak format of show_mtree() a bitAaron LI2019-01-281-3/+3
|
* clusters/megertree: Minor cleanupsAaron LI2019-01-281-7/+9
|
* clusters/mergertree: simplify and improve show_mtree()Aaron LI2018-01-011-28/+22
|
* clusters/mergertree: implement itermain(), lmain, imain(idx)Aaron LI2018-01-011-0/+45
|
* clusters/mergertree: Use utils.io for pickle dump and loadAaron LI2018-01-011-10/+4
|
* clusters/mergertree: import matplotlib only when usedAaron LI2018-01-011-4/+6
| | | | In this way to avoid dependency on matplotlib. Also add print messages.
* clusters/mergertree: improve print formats for "show_mtree()"Aaron LI2018-01-011-4/+7
|
* 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.