aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clusters/halo: Change config "eta_turb" to "beta_turb"Aaron LI2017-07-251-3/+3
* 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
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-225-36/+32
* 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
* 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
* clusters/halo.py: More cleanups with minor updatesAaron LI2017-07-221-70/+97
* 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-221-1/+31
* clusters/main.py: Add "_magnetic_field()" methodAaron LI2017-07-211-0/+33
* Add clusters/helper.pyAaron LI2017-07-211-0/+158
* Use the global "cosmo" instance for simplificationAaron LI2017-07-214-53/+34
* clusters/main.py: Add basic "preprocess()" methodAaron LI2017-07-201-1/+23
* clusters/main.py: Implement "_simulate_merger()"Aaron LI2017-07-201-6/+76
* clusters/formation.py: show verbose info only in DEBUGAaron LI2017-07-201-6/+9
* mergertree/show_mergertree(): Improve print formatAaron LI2017-07-201-3/+3
* clusters/formation.py: Fix bug in "last_major_merger" propertyAaron LI2017-07-201-7/+11
* clusters/formation.py: Fix bug in "_trace_main()"Aaron LI2017-07-201-4/+8
* clusters/mergertree.py: Add function "show_mtree()"Aaron LI2017-07-191-0/+32
* clusters/main.py: Add and save catalog comments for columnsAaron LI2017-07-191-6/+18
* clusters/main.py: GalaxyClusters implements some basic methodsAaron LI2017-07-191-8/+130
* Use [arcsec] as the unit for pixel size and resolutionAaron LI2017-07-191-2/+2
* clusters/formation.py: Add "last_major_merger" propertyAaron LI2017-07-191-1/+42
* clusters/formation.py: Add method "_trace_main()"Aaron LI2017-07-191-10/+77
* clusters/formation.py: Simplify parameters handlingAaron LI2017-07-191-28/+24
* halo.py: Fix wrong cosmo.age() usageAaron LI2017-06-251-1/+1
* solver.py: Fix coefficients calculation w.r.t. escape termAaron LI2017-06-251-5/+6
* solver.py: Add example for TDMAsolver()Aaron LI2017-06-251-0/+16
* clusters/solver.py: Split methods bound_w/Wplus/WminusAaron LI2017-06-251-14/+36
* clusters/solver.py: Fix "fix_boundary()" and remove a warningAaron LI2017-06-251-6/+5
* clusters/solver.py: Support escape termAaron LI2017-06-251-5/+12
* halo.py: Add argument "n0_e" to method "calc_electron_spectrum()"Aaron LI2017-06-241-4/+10
* halo.py: Split out property "_chi_data"Aaron LI2017-06-241-31/+31
* halo.py: Add property "pgrid" as same as it is in slover.pyAaron LI2017-06-241-0/+10