| Commit message (Expand) | Author | Age | Files | Lines |
* | clusters/halo: Change option "tau_merger" to "time_traceback" | Aaron LI | 2018-01-01 | 1 | -5/+5 |
* | clusters/halo: Rework the turbulence acceleration timescale calculation | Aaron LI | 2017-12-31 | 1 | -2/+14 |
* | clusters/halo: calc turbulence velocity dispersion based on merger | Aaron LI | 2017-12-31 | 1 | -9/+3 |
* | Minor cleanups | Aaron LI | 2017-12-31 | 1 | -10/+17 |
* | Minor cleanups | Aaron LI | 2017-12-30 | 1 | -2/+2 |
* | clusters/halo: support to drop out the most powerful halos | Aaron LI | 2017-12-30 | 1 | -0/+3 |
* | cluster/halo: Estimate halo radius ~ 0.33*R_vir (main cluster) | Aaron LI | 2017-12-30 | 1 | -2/+3 |
* | fg21sim: Bump version to 0.6.3v0.6.3 | Aaron LI | 2017-10-30 | 1 | -1/+1 |
* | clusters/halo: Tune default parameters | Aaron LI | 2017-10-30 | 1 | -4/+4 |
* | clusters/configs: Update f_acc default to 1.0; also update descriptions | Aaron LI | 2017-10-26 | 1 | -1/+7 |
* | configs: update option "gamma_min" default to 1 (old: 10) | Aaron LI | 2017-10-25 | 1 | -1/+3 |
* | clusters/halo: Adjust initial electron spectrum calculation | Aaron LI | 2017-10-25 | 1 | -1/+1 |
* | configs: two small changes; set time_step default to 0.01 | Aaron LI | 2017-10-25 | 1 | -4/+5 |
* | clusters/halo: Add method to derive the initial electron spectrum | Aaron LI | 2017-10-25 | 1 | -0/+5 |
* | clusters/halo: Add "use_max_merger" option to allow use max merger events | Aaron LI | 2017-10-22 | 1 | -4/+10 |
* | clusters/halo: Add option "kT_out" to tune cluster temperature | Aaron LI | 2017-10-22 | 1 | -0/+9 |
* | configs: Update option description | Aaron LI | 2017-10-21 | 1 | -4/+5 |
* | clusters/halo: Rewrite turbulence acceleration & diffusion coefficient! | Aaron LI | 2017-10-21 | 1 | -2/+12 |
* | clusters/halo: Determine magnetic field by fraction of its energy density | Aaron LI | 2017-10-20 | 1 | -8/+4 |
* | clusters: Update configuration defaults and description | Aaron LI | 2017-10-19 | 1 | -12/+12 |
* | clusters/halo: Support use the previously dumped halos raw data | Aaron LI | 2017-10-19 | 1 | -0/+7 |
* | clusters/halo: Rewrite halos catalog and raw data save | Aaron LI | 2017-10-19 | 1 | -3/+11 |
* | clusters/halo: Increase the time step, but require a minimum of 20 steps | Aaron LI | 2017-10-18 | 1 | -1/+1 |
* | clusters: Use "hmf" to calculate halo mass functions/distributions | Aaron LI | 2017-10-04 | 1 | -11/+41 |
* | configs: Clean up some comments | Aaron LI | 2017-10-03 | 1 | -5/+0 |
* | clusters: Add option "use_output_catalog" to continue halo simulation | Aaron LI | 2017-09-03 | 1 | -0/+14 |
* | configs: Update option descriptions; also tweak checkers a bit | Aaron LI | 2017-09-03 | 1 | -1/+10 |
* | clusters: Add config option "boost" | Aaron LI | 2017-09-01 | 1 | -0/+5 |
* | configs: Update clusters simulation parameters | Aaron LI | 2017-08-31 | 1 | -4/+4 |
* | clusters/psformalism: Remove config "f_darkmatter" | Aaron LI | 2017-08-29 | 1 | -3/+0 |
* | configs: Update default values of some options | Aaron LI | 2017-08-27 | 1 | -1/+1 |
* | configs: Remove option "save"; all enabled components will be saved | Aaron LI | 2017-08-26 | 1 | -4/+0 |
* | clusters/halo.py: Rewrite electron acceleration coefficient calc | Aaron LI | 2017-08-14 | 1 | -2/+3 |
* | Use "GalaxyClusters" from main.py, and remove clusters.py | Aaron LI | 2017-08-14 | 1 | -1/+1 |
* | configs: Default logging to INFO; remove a obsolete config option | Aaron LI | 2017-08-01 | 1 | -5/+0 |
* | clusters: Add config "halos_dumpfile" and dump simulate halos data | Aaron LI | 2017-08-01 | 1 | -0/+4 |
* | clusters: Add psformalism.py to simulate cluster catalog | Aaron LI | 2017-07-31 | 1 | -2/+11 |
* | clusters/configs: Update "beta_turb" default to 1.0 | Aaron LI | 2017-07-27 | 1 | -1/+1 |
* | configs: Update [[halos]] sections a bit | Aaron LI | 2017-07-25 | 1 | -5/+6 |
* | clusters/halo: Change config "eta_turb" to "beta_turb" | Aaron LI | 2017-07-25 | 1 | -3/+2 |
* | clusters/halo.py: More cleanups with minor updates | Aaron LI | 2017-07-22 | 1 | -0/+1 |
* | clusters/main.py: Add property "halo_configs" | Aaron LI | 2017-07-22 | 1 | -27/+13 |
* | clusters/main.py: Add "_magnetic_field()" method | Aaron LI | 2017-07-21 | 1 | -8/+7 |
* | clusters/main.py: Implement "_simulate_merger()" | Aaron LI | 2017-07-20 | 1 | -9/+19 |
* | configs: Update default values | Aaron LI | 2017-07-19 | 1 | -7/+2 |
* | Use [arcsec] as the unit for pixel size and resolution | Aaron LI | 2017-07-19 | 1 | -3/+8 |
* | halo.py: Add property "zgrid" as well as config option "zbinsize" | Aaron LI | 2017-06-24 | 1 | -1/+3 |
* | halo.py: calculate magnetic field using a scaling relation | Aaron LI | 2017-06-23 | 1 | -3/+7 |
* | configs: extragalactic/halos: change "radius_halo" to "radius" | Aaron LI | 2017-06-01 | 1 | -5/+4 |
* | fg21sim/clusters: Save progress on halo simulation | Aaron LI | 2017-06-01 | 1 | -1/+1 |