Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/main: Fix _calc_cluster_info() | Aaron LI | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | clusters/main: Update _calc_halos_emission() | Aaron LI | 2019-01-10 | 1 | -2/+2 |
| | | | | Match the updated variable names. | ||||
* | Bump copyright year | Aaron LI | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | clusters/main: Update _simulate_halo1() | Aaron LI | 2019-01-10 | 1 | -23/+15 |
| | | | | | Directly merge in the cluster information into the halo information dictionary. | ||||
* | clusters/main: Rename 'theta' to 'Rvir_angular' | Aaron LI | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | clusters/main: Calculate DA and theta in _calc_cluster_info() | Aaron LI | 2019-01-10 | 1 | -6/+13 |
| | | | | | Calculate angular diameter distance and angular radius in _calc_cluster_info(). | ||||
* | clusters/main: Add _calc_cluster_info() | Aaron LI | 2019-01-10 | 1 | -0/+23 |
| | | | | Move the calculation of Rvir, kT, and B from halo.py to main.py. | ||||
* | clusters/main: Minor cleanups | Aaron LI | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | clusters/main: Split out _simulate_halo1() | Aaron LI | 2018-12-22 | 1 | -42/+56 |
| | |||||
* | clusters/main: Update description/comments | Aaron LI | 2018-12-22 | 1 | -16/+11 |
| | | | | Tweak imports a bit. | ||||
* | clusters/main: Minor improvements | Aaron LI | 2018-10-24 | 1 | -13/+11 |
| | |||||
* | clusters: Add parameter felong_min | Aaron LI | 2018-05-22 | 1 | -3/+3 |
| | |||||
* | clusters: Fix dropout handling | Aaron LI | 2018-02-03 | 1 | -8/+7 |
| | |||||
* | clusters: improve dropout handling | Aaron LI | 2018-01-28 | 1 | -10/+26 |
| | |||||
* | clusters: calculate/save cosmic (~cluster) age to catalog & halos data | Aaron LI | 2018-01-22 | 1 | -1/+6 |
| | |||||
* | clusters: coerce to plain list for concatenation | Aaron LI | 2018-01-22 | 1 | -4/+8 |
| | | | | | The "merger_mass1", "merger_mass2", "merger_z", and "merger_age" may be NumPy arrays, e.g., the catalog data are manually modified. | ||||
* | clusters/main: minor cleanups | Aaron LI | 2018-01-11 | 1 | -10/+8 |
| | |||||
* | clusters: fix string formatting in _simulate_halos() | Aaron LI | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | clusters: small cleanups | Aaron LI | 2018-01-05 | 1 | -4/+9 |
| | |||||
* | clusters: update _simulate_halos() with new halo properties | Aaron LI | 2018-01-05 | 1 | -11/+9 |
| | |||||
* | clusters/halo: refactor tau_acceleration() to help RadioHaloAM | Aaron LI | 2018-01-04 | 1 | -1/+1 |
| | | | | | Change "tau_acceleration" from a attribute to a method with the time parameter, and then simplify "fp_diffusion()" method. | ||||
* | clusters/halo: Add preliminary RadioHaloAM based on RadioHalo | Aaron LI | 2018-01-04 | 1 | -12/+12 |
| | | | | | The RadioHaloAM class is intended to account for all merger events, and there are a lot of methods to be implemented. | ||||
* | clusters/halo: small updates and some cleanups | Aaron LI | 2018-01-04 | 1 | -7/+5 |
| | |||||
* | clusters/halo: delete radius_virial_{main,sub} and kT_sub properties | Aaron LI | 2018-01-03 | 1 | -3/+0 |
| | |||||
* | clusters: Fix catalog data to CSV save | Aaron LI | 2018-01-03 | 1 | -1/+3 |
| | |||||
* | clusters: update to to use the new HaloEmission in _calc_halos_emission() | Aaron LI | 2018-01-03 | 1 | -13/+9 |
| | |||||
* | clusters: simplify _set_configs() | Aaron LI | 2018-01-02 | 1 | -18/+17 |
| | |||||
* | clusters: pad the catalog merger events to allow CSV save | Aaron LI | 2018-01-02 | 1 | -1/+14 |
| | |||||
* | clusters: simulate and extract all recent merger events | Aaron LI | 2018-01-02 | 1 | -49/+33 |
| | | | | Remove the obsolete options: ratio_major, use_max_merger | ||||
* | clusters: skip dropping out halos when using dumped data | Aaron LI | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | clusters: dump & load catalog with comments | Aaron LI | 2018-01-02 | 1 | -5/+5 |
| | |||||
* | clusters: rework the reuse of previously dumped cluster catalog | Aaron LI | 2018-01-02 | 1 | -29/+50 |
| | |||||
* | clusters: merge _save_halos_catalog() and _dump_halos_data() | Aaron LI | 2018-01-02 | 1 | -28/+26 |
| | |||||
* | clusters: change "catalog" from DataFrame to a list of dict | Aaron LI | 2018-01-02 | 1 | -71/+79 |
| | |||||
* | Minor updates and cleanups | Aaron LI | 2018-01-02 | 1 | -25/+24 |
| | |||||
* | clusters/psformalism: sample_z_m() return tuple of lists instead of dataframe | Aaron LI | 2018-01-02 | 1 | -1/+3 |
| | |||||
* | Improve descriptions and minor cleanups | Aaron LI | 2018-01-01 | 1 | -9/+9 |
| | |||||
* | clusters/mergertree: add param mtree to maximum_merger and recent_major_merger | Aaron LI | 2018-01-01 | 1 | -2/+2 |
| | |||||
* | clusters/formation: Move parameter "ratio_major" to recent_major_merger() | Aaron LI | 2018-01-01 | 1 | -4/+3 |
| | | | | | | * 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/halo: Change option "tau_merger" to "time_traceback" | Aaron LI | 2018-01-01 | 1 | -4/+4 |
| | |||||
* | clusters/halo: Add back "mach_turbulence" attribute | Aaron LI | 2017-12-31 | 1 | -1/+1 |
| | |||||
* | Minor cleanups | Aaron LI | 2017-12-30 | 1 | -4/+4 |
| | |||||
* | clusters/halo: support to drop out the most powerful halos | Aaron LI | 2017-12-30 | 1 | -0/+26 |
| | | | | | The new option "extragalactic/clusters/halo_dropout" is added to specify how many halos to be dropped out. | ||||
* | clusters/halo: Estimate turbulence acceleration w.r.t. injection scale | Aaron LI | 2017-12-30 | 1 | -1/+1 |
| | | | | The turbulence injection scale ~ halo size | ||||
* | clusters/halo: Rename property "magnetic_field" to "B_obs" | Aaron LI | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | clusters/halo: merge halo_rprofile() & draw_halo(); Fix halo radius error | Aaron LI | 2017-10-23 | 1 | -2/+2 |
| | | | | | | | * Fix the error that misses to divide the halo radius by 3 for the e-folding radius, which causes the generated halo image has a 3x size! * Merge function "halo_rprofile()" into "draw_halo()" * Skip transform circular halo into elliptical one if "felong" is None | ||||
* | clusters/formation: Fix problem that no mergers occurred | Aaron LI | 2017-10-22 | 1 | -0/+1 |
| | |||||
* | clusters/halo: Add "use_max_merger" option to allow use max merger events | Aaron LI | 2017-10-22 | 1 | -20/+30 |
| | |||||
* | clusters/halo: Rewrite turbulence acceleration & diffusion coefficient! | Aaron LI | 2017-10-21 | 1 | -1/+2 |
| | | | | | | | | | | | | The previous calculation of the turbulence acceleration efficiency has significant problems, which is too low, i.e., the acceleration timescale is too large (~10 Gyr). However, it is reported that turbulent acceleration has a timescale ~100 Myr (0.1 Gyr). I believe this problem is due to the over-simplification to the formula proposed by [cassano2005]. Rewrite the turbulence acceleration and diffusion coefficient calculations, adopting the method proposed by [brunetti2016]. To this end, two new options "f_lturb" and "f_acc" are introduced to tune the results. | ||||
* | clusters/halos: Add more cluster and halo properties | Aaron LI | 2017-10-21 | 1 | -5/+9 |
| | | | | | | * Rvir0, Rvir_main, Rvir_sub * kT_main, kT_sub (replace kT_merger) * radius -> Rhalo, angular_radius -> Rhalo_angular, B -> B0 |