Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/formation: return {} instead of None if no event found | Aaron LI | 2018-01-02 | 1 | -4/+4 |
| | |||||
* | Minor updates and cleanups | Aaron LI | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | clusters/formation: add "mergers()" to extract all the merger events | Aaron LI | 2018-01-01 | 1 | -0/+36 |
| | |||||
* | Improve descriptions and minor cleanups | Aaron LI | 2018-01-01 | 1 | -5/+4 |
| | |||||
* | clusters/mergertree: simplify recent_major_merger and maximum_merger | Aaron LI | 2018-01-01 | 1 | -47/+23 |
| | |||||
* | clusters/mergertree: add param mtree to maximum_merger and recent_major_merger | Aaron LI | 2018-01-01 | 1 | -5/+6 |
| | |||||
* | clusters/formation: Move parameter "ratio_major" to recent_major_merger() | Aaron LI | 2018-01-01 | 1 | -28/+16 |
| | | | | | | * Simplify "max_merger" property to not check whether it is a major merger. * Rename "max_merger" to "maximum_merger" * Rename "simulate_mergertree()" to "simulate_mtree()" | ||||
* | clusters/formation: Fix problem that no mergers occurred | Aaron LI | 2017-10-22 | 1 | -2/+8 |
| | |||||
* | clusters/formation: Add method to found the maximum merger event | Aaron LI | 2017-10-22 | 1 | -1/+51 |
| | |||||
* | clusters: Fix several small issues on wrong variable names | Aaron LI | 2017-07-31 | 1 | -3/+4 |
| | | | | | | Also update logging message for RadioHalo a bit. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" | Aaron LI | 2017-07-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Update references a bit | Aaron LI | 2017-07-31 | 1 | -19/+15 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 1 | -7/+7 |
| | | | | | | Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters: Rename "last major merger" to "recent major merger" | Aaron LI | 2017-07-22 | 1 | -5/+5 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | Use the global "cosmo" instance for simplification | Aaron LI | 2017-07-21 | 1 | -11/+8 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: show verbose info only in DEBUG | Aaron LI | 2017-07-20 | 1 | -6/+9 |
| | | | | | | | | Since the ``ClusterFormation`` is repeatedly invoked in ``GalaxyClusters``, so make the verbose information printed only at DEBUG level. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: Fix bug in "last_major_merger" property | Aaron LI | 2017-07-20 | 1 | -7/+11 |
| | | | | | | Also calculate and add the mass ratio to the event dictionary. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: Fix bug in "_trace_main()" | Aaron LI | 2017-07-20 | 1 | -4/+8 |
| | | | | | | | | | Do not modify the root node of the merger tree, and return this root node after tracing the formation history. Also print some more information for debug. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: Add "last_major_merger" property | Aaron LI | 2017-07-19 | 1 | -1/+42 |
| | | | | | | | A new parameter "ratio_major" added to distinguish between major and minor merger events. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: Add method "_trace_main()" | Aaron LI | 2017-07-19 | 1 | -10/+77 |
| | | | | | | Also update "simulate_megertree()" default to trace only the main cluster. Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters/formation.py: Simplify parameters handling | Aaron LI | 2017-07-19 | 1 | -28/+24 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | halo.py + formation.py: Add argument z0 | Aaron LI | 2017-06-23 | 1 | -4/+11 |
| | |||||
* | clusters: Move units.py and cosmology.py to utils | Aaron LI | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Bind ClusterFormation to HaloSingle | Aaron LI | 2017-06-01 | 1 | -0/+3 |
| | | | | Also add logging messages to simulate_mergertree() | ||||
* | Update to use custom units.py instead of astropy's | Aaron LI | 2017-06-01 | 1 | -1/+1 |
| | | | | Also fix a parameter error in "formation.py" | ||||
* | Add clusters/formation.py: Simulate cluster merging history | Aaron LI | 2017-06-01 | 1 | -0/+230 |