aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clusters/solver.py: Improve documents and clean upAaron LI2017-07-221-14/+49
* clusters: Use "GalaxyClusters" from main.pyAaron LI2017-07-221-2/+2
* clusters/helper.py: Add "velocity_impact()" and "time_crossing()"Aaron LI2017-07-221-3/+71
* clusters/main.py: Add property "halo_configs"Aaron LI2017-07-222-28/+44
* Update README.rst against recent changesAaron LI2017-07-221-8/+11
* utils/cosmology.py: Add property "baryon_fraction"Aaron LI2017-07-211-0/+9
* clusters/main.py: Add "_magnetic_field()" methodAaron LI2017-07-212-8/+40
* Add clusters/helper.pyAaron LI2017-07-211-0/+158
* Use the global "cosmo" instance for simplificationAaron LI2017-07-214-53/+34
* README.rst: update "development" section with DEBUG infoAaron LI2017-07-211-1/+4
* Fix parameter names about cosmologyAaron LI2017-07-212-4/+4
* bin/fg21sim: Setup cosmology model at the beginningAaron LI2017-07-212-4/+9
* checkers.py: Drop resolution check to avoid circular importing errorAaron LI2017-07-211-7/+0
* configs: Default to not generate products manifestAaron LI2017-07-211-2/+4
* utils: Import Cosmology and make "cosmo" a global instanceAaron LI2017-07-211-1/+4
* cosmology.py: Add "setup()" method to allow update parametersAaron LI2017-07-211-11/+38