aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters
Commit message (Expand)AuthorAgeFilesLines
* Improve logging messagesAaron LI2017-08-012-4/+9
* clusters/emission.py: Fix bug in "F()"Aaron LI2017-08-011-13/+14
* clusters: Add config "halos_dumpfile" and dump simulate halos dataAaron LI2017-08-011-1/+8
* clusters/halo.py: Finished brief simulation descriptionAaron LI2017-08-011-3/+13
* clusters: Fix several small issues on wrong variable namesAaron LI2017-07-313-7/+8
* Fix several small issues; Also update PSFormalism a bitAaron LI2017-07-311-4/+10
* clusters/main.py: Use PSFormalism to simulate cluster catalogAaron LI2017-07-311-13/+11
* clusters: Add psformalism.py to simulate cluster catalogAaron LI2017-07-311-0/+230
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-314-7/+4
* 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-311-19/+15
* 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-301-0/+10
* 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
* 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
* clusters/emission.py: Cache kernel function interpolation resultsAaron LI2017-07-271-22/+22
* 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
* 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