aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-3117-23/+16
* clusters/main.py: Add method "_simulate_halos()"Aaron LI2017-07-311-0/+43
* clusters/halo.py: Add description for "time_crossing" propertyAaron LI2017-07-311-0/+6
* Update references a bitAaron LI2017-07-312-38/+34
* cluster/halo.py: Add method "calc_brightness_mean()"Aaron LI2017-07-301-0/+48
* clusters/halo.py: Add property "angular_radius" (unit: [arcsec])Aaron LI2017-07-302-0/+12
* clusters/emission.py: Remove methods and clean up parametersAaron LI2017-07-291-78/+2
* clusters/halo.py: Add methods "calc_power()" and "calc_flux()"Aaron LI2017-07-291-0/+50
* clusters/halo.py: Add method "calc_emissivity()"Aaron LI2017-07-291-6/+37
* clusters/halo.py: Add property "volume" (unit: [cm^3])Aaron LI2017-07-291-0/+9
* utils/units.py: Add several units conversionsAaron LI2017-07-291-0/+4
* clusters/emission.py: support calc emissivity at multiple frequenciesAaron LI2017-07-291-17/+27
* clusters/emission.py: Add property "B_gauss"Aaron LI2017-07-291-7/+11
* galactic/freefree: Add "dust_fraction" and "halpha_abs_th" configsAaron LI2017-07-292-10/+18
* galactic/freefree.py: Add method "_calc_halpha_to_freefree()"Aaron LI2017-07-291-14/+24
* galactic/freefree.py: Some cleanupsAaron LI2017-07-291-33/+33
* galactic/freefree: Add config "electron_temperature"Aaron LI2017-07-292-10/+28
* clusters/emission.py: Cache kernel function interpolation resultsAaron LI2017-07-271-22/+22
* clusters/configs: Update "beta_turb" default to 1.0Aaron LI2017-07-271-1/+1
* utils/cosmology.py: age() and redshift() accepts numpy arraysAaron LI2017-07-271-7/+10
* utils/cosmology.py: Update references and commentsAaron LI2017-07-271-36/+66
* clusters/emission.py: Fix units/dimensions problemAaron LI2017-07-261-1/+2
* clusters/emission.py: explain more on Larmor frequencyAaron LI2017-07-261-4/+12
* clusters/emission.py: Fix the calling to F(x)Aaron LI2017-07-261-9/+6
* clusters/emission.py: Rewrite emissivity calculationAaron LI2017-07-261-15/+24
* clusters/emission.py: Update argumentsAaron LI2017-07-261-28/+28
* clusters/emission.py: Rewrite Synchrotron kernel function calculationAaron LI2017-07-261-3/+41
* clusters/halo.py: Add property "magnetic_field"Aaron LI2017-07-261-0/+11
* clusters/solver.py: Use multiple data points to fit the power-lawAaron LI2017-07-251-17/+19
* configs: Update [[halos]] sections a bitAaron LI2017-07-251-5/+6
* clusters/halo: Change config "eta_turb" to "beta_turb"Aaron LI2017-07-252-6/+5
* clusters/helper.py: Fix and replace R_halo vs. R_vir relationAaron LI2017-07-231-11/+12
* clusters/helper.py: Fix a bug in "mass_to_kT()"Aaron LI2017-07-231-2/+2
* clusters/helper.py: Add "density_energy_electron()" functionAaron LI2017-07-231-2/+27
* clusters/main.py: Commit missing changes on CONFIGS and COSMOAaron LI2017-07-231-3/+3
* clusters: Accept 1D numpy array and calculate values for all gamma'sAaron LI2017-07-232-21/+27
* clusters/halo.py: Constrain tau_acc to avoid zero diffusionAaron LI2017-07-232-2/+22
* clusters/helper.py: Disable scattering on scaling relationsAaron LI2017-07-231-4/+8
* Update bin scripts to use global "CONFIGS"Aaron LI2017-07-239-60/+42
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-229-54/+50
* clusters: Import global "configs" to simplify parametersAaron LI2017-07-222-72/+57
* clusters/halo.py: Implement "_injection_rate" propertyAaron LI2017-07-221-6/+56
* clusters: Move "magnetic_field()" function to helper.pyAaron LI2017-07-222-24/+40
* configs/manager.py: Add formatter for handlersAaron LI2017-07-221-1/+8
* utils/units.py: Add "mec2" energy of a still electronAaron LI2017-07-221-1/+5
* clusters: Rename "last major merger" to "recent major merger"Aaron LI2017-07-222-26/+25
* clusters/halo.py: update parameters and methodsAaron LI2017-07-221-46/+119
* configs: Update cosmology parameters (Komatsu et al. 2011)Aaron LI2017-07-221-1/+2
* clusters/halo.py: More cleanups with minor updatesAaron LI2017-07-222-70/+98
* clusters/halo.py: Significant cleanupsAaron LI2017-07-221-551/+2