Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/mergertree: simplify and improve show_mtree() | Aaron LI | 2018-01-01 | 1 | -28/+22 |
| | |||||
* | clusters/mergertree: implement itermain(), lmain, imain(idx) | Aaron LI | 2018-01-01 | 1 | -0/+45 |
| | |||||
* | clusters/mergertree: Use utils.io for pickle dump and load | Aaron LI | 2018-01-01 | 1 | -10/+4 |
| | |||||
* | clusters/mergertree: import matplotlib only when used | Aaron LI | 2018-01-01 | 1 | -4/+6 |
| | | | | In this way to avoid dependency on matplotlib. Also add print messages. | ||||
* | clusters/mergertree: improve print formats for "show_mtree()" | Aaron LI | 2018-01-01 | 1 | -4/+7 |
| | |||||
* | mergertree/show_mergertree(): Improve print format | Aaron LI | 2017-07-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/mergertree.py: Add function "show_mtree()" | Aaron LI | 2017-07-19 | 1 | -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 default | Aaron LI | 2017-06-23 | 1 | -1/+0 |
| | |||||
* | fg21sim/clusters: Save progress on halo simulation | Aaron LI | 2017-06-01 | 1 | -0/+2 |
| | |||||
* | mergertree.py: Implement function "plot_mtree()" | Aaron LI | 2017-06-01 | 1 | -2/+52 |
| | |||||
* | mergertree.py: Remove "merged" parameter | Aaron LI | 2017-06-01 | 1 | -5/+1 |
| | |||||
* | Add clusters/mergertree.py | Aaron LI | 2017-06-01 | 1 | -0/+77 |
The merger tree is a binary tree that represents the merging (or formation) history of a cluster. |