| Commit message (Expand) | Author | Age | Files | Lines |
* | clusters: Implement calc_{power,flux,brightness_mean} in helper | Aaron LI | 2017-08-11 | 1 | -40/+10 |
* | clusters/halo: "volume" use unit "kpc^3" instead of "cm^3" | Aaron LI | 2017-08-11 | 1 | -3/+6 |
* | Fix a bug in clusters/halo.py; Add a comment to utils/io/_create_dir() | Aaron LI | 2017-08-06 | 1 | -1/+1 |
* | clusters/halo.py: Finished brief simulation description | Aaron LI | 2017-08-01 | 1 | -3/+13 |
* | clusters: Fix several small issues on wrong variable names | Aaron LI | 2017-07-31 | 1 | -2/+2 |
* | Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO" | Aaron LI | 2017-07-31 | 1 | -2/+1 |
* | clusters/halo.py: Add description for "time_crossing" property | Aaron LI | 2017-07-31 | 1 | -0/+6 |
* | cluster/halo.py: Add method "calc_brightness_mean()" | Aaron LI | 2017-07-30 | 1 | -0/+48 |
* | clusters/halo.py: Add property "angular_radius" (unit: [arcsec]) | Aaron LI | 2017-07-30 | 1 | -0/+10 |
* | clusters/halo.py: Add methods "calc_power()" and "calc_flux()" | Aaron LI | 2017-07-29 | 1 | -0/+50 |
* | clusters/halo.py: Add method "calc_emissivity()" | Aaron LI | 2017-07-29 | 1 | -6/+37 |
* | clusters/halo.py: Add property "volume" (unit: [cm^3]) | Aaron LI | 2017-07-29 | 1 | -0/+9 |
* | clusters/halo.py: Add property "magnetic_field" | Aaron LI | 2017-07-26 | 1 | -0/+11 |
* | clusters/halo: Change config "eta_turb" to "beta_turb" | Aaron LI | 2017-07-25 | 1 | -3/+3 |
* | clusters: Accept 1D numpy array and calculate values for all gamma's | Aaron LI | 2017-07-23 | 1 | -17/+16 |
* | clusters/halo.py: Constrain tau_acc to avoid zero diffusion | Aaron LI | 2017-07-23 | 1 | -2/+15 |
* | Use all uppercase to identify the global CONFIGS and COSMO | Aaron LI | 2017-07-22 | 1 | -15/+11 |
* | clusters: Import global "configs" to simplify parameters | Aaron LI | 2017-07-22 | 1 | -52/+54 |
* | clusters/halo.py: Implement "_injection_rate" property | Aaron LI | 2017-07-22 | 1 | -6/+56 |
* | clusters/halo.py: update parameters and methods | Aaron LI | 2017-07-22 | 1 | -46/+119 |
* | clusters/halo.py: More cleanups with minor updates | Aaron LI | 2017-07-22 | 1 | -70/+97 |
* | clusters/halo.py: Significant cleanups | Aaron LI | 2017-07-22 | 1 | -551/+2 |
* | Use the global "cosmo" instance for simplification | Aaron LI | 2017-07-21 | 1 | -26/+20 |
* | halo.py: Fix wrong cosmo.age() usage | Aaron LI | 2017-06-25 | 1 | -1/+1 |
* | halo.py: Add argument "n0_e" to method "calc_electron_spectrum()" | Aaron LI | 2017-06-24 | 1 | -4/+10 |
* | halo.py: Split out property "_chi_data" | Aaron LI | 2017-06-24 | 1 | -31/+31 |
* | halo.py: Add property "pgrid" as same as it is in slover.py | Aaron LI | 2017-06-24 | 1 | -0/+10 |
* | halo.py: use age at cluster redshift z0 instead of present day | Aaron LI | 2017-06-24 | 1 | -6/+12 |
* | halo.py: Add property "zgrid" as well as config option "zbinsize" | Aaron LI | 2017-06-24 | 1 | -0/+8 |
* | clusters/halo.py: calculate electron density default end at z0 | Aaron LI | 2017-06-23 | 1 | -10/+12 |
* | halo.py: calculate magnetic field using a scaling relation | Aaron LI | 2017-06-23 | 1 | -8/+22 |
* | halo.py + formation.py: Add argument z0 | Aaron LI | 2017-06-23 | 1 | -3/+7 |
* | configs: extragalactic/halos: change "radius_halo" to "radius" | Aaron LI | 2017-06-01 | 1 | -5/+5 |
* | clusters: Move units.py and cosmology.py to utils | Aaron LI | 2017-06-01 | 1 | -2/+4 |
* | clusters/halo.py: Add zbegin & zend parameters | Aaron LI | 2017-06-01 | 1 | -3/+37 |
* | halo.py: Rewrite "_coef_acceleration()" method | Aaron LI | 2017-06-01 | 1 | -15/+44 |
* | Bind ClusterFormation to HaloSingle | Aaron LI | 2017-06-01 | 1 | -1/+4 |
* | Update to use custom units.py instead of astropy's | Aaron LI | 2017-06-01 | 1 | -40/+26 |
* | halo.py: Update to match MergerTree structures | Aaron LI | 2017-06-01 | 1 | -8/+8 |
* | halo.py: Force a minimal value on acceleration coefficient | Aaron LI | 2017-06-01 | 1 | -1/+25 |
* | clusters/halo: Add missing config "buffer_np" | Aaron LI | 2017-06-01 | 1 | -0/+2 |
* | Add clusters/halo.py: simulate single halo for cluster | Aaron LI | 2017-06-01 | 1 | -0/+698 |