aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/extragalactic/clusters/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Several minor cleanupsAaron LI2019-02-271-2/+2
|
* clusters/main: Implement _identify_halos() to determine genuine halosAaron LI2019-02-271-0/+25
| | | | | New configuration options 'extragalactic/halos/genuine_{emfacc,index}_th' are added to set the thresholds.
* clusters/main: Do not calculate acceleration factor and genuineAaron LI2019-02-271-9/+1
| | | | | A new method to determine the formation/genuineness of a radio halo will be used.
* clusters/main: Minor cleanupsAaron LI2019-02-271-7/+5
|
* clusters/halo: Update the spectral index calculationAaron LI2019-02-271-2/+1
| | | | | Calculate the spectral index with a frequency separation of the width of 0.1 times the frequency value, instead of a fixed separation of 10 MHz.
* clusters/main: Allow to disable map generationAaron LI2019-02-261-6/+10
| | | | | New configuration option 'extragalactic/clusters/make_maps' is added to control whether or not to make and save the simulated maps.
* clusters/main: Adjust log level for _simulate_halo1()Aaron LI2019-02-161-2/+2
|
* clusters/main: Minor cleanupsAaron LI2019-02-011-2/+8
|
* clusters: Use radius_cluster() accordinglyAaron LI2019-01-311-1/+1
|
* clusters/main: Skip drawing ingenuine halosAaron LI2019-01-301-3/+3
|
* clusters/main: Also calculate spectral index and acceleration factorAaron LI2019-01-301-7/+22
|
* clusters/main: Add 'genuine' property for halosAaron LI2019-01-301-1/+9
| | | | Configuration option 'genuine_threshold' is added together.
* clusters: Minor cleanups (rename 'comp' to 'sec')Aaron LI2019-01-301-15/+17
|
* clusters/main: Improve keys handling in _save_halos_data()Aaron LI2019-01-301-3/+2
| | | | This also fixes the issue when try to remove a non-existent key.
* clusters/psformalism: Count for dark matter fraction for M_minAaron LI2019-01-291-2/+2
|
* clusters/main: Do not require "age" in _simulate_mergers()Aaron LI2019-01-291-4/+3
| | | | Thus _simulate_mergers() can be called without _process_catalog().
* clusters/main: Minor cleanupsAaron LI2019-01-281-11/+11
|
* clusters/main: Fix column names due to previous renamingAaron LI2019-01-281-3/+2
|
* clusters/main: Fix calling of magnetic_field() and kT_cluster()Aaron LI2019-01-281-3/+9
|
* clusters/main: Update spectrum fields and factor_acc calculationAaron LI2019-01-281-3/+5
|
* clusters/main: Calculate acceleration factorAaron LI2019-01-271-0/+2
|
* clusters/main: Adjust against halo radiusAaron LI2019-01-261-4/+3
|
* clusters/main: Replace "age" with "t" (time)Aaron LI2019-01-261-6/+6
|
* clusters/halo: Remove *_avg and *_fraction methodsAaron LI2019-01-261-4/+0
|
* clusters/halo: Rename time_turbulence() to duration_turb()Aaron LI2019-01-261-1/+1
|
* clusters/main: Account for baryon fraction in _simulate_mergers()Aaron LI2019-01-171-3/+4
|
* clusters/main: Account for baryon fraction in _simulate_catalog()Aaron LI2019-01-171-3/+11
|
* clusters/main: Fix _calc_cluster_info()Aaron LI2019-01-171-1/+1
|
* clusters/main: Update _calc_halos_emission()Aaron LI2019-01-101-2/+2
| | | | Match the updated variable names.
* Bump copyright yearAaron LI2019-01-101-1/+1
|
* clusters/main: Update _simulate_halo1()Aaron LI2019-01-101-23/+15
| | | | | Directly merge in the cluster information into the halo information dictionary.
* clusters/main: Rename 'theta' to 'Rvir_angular'Aaron LI2019-01-101-2/+2
|
* clusters/main: Calculate DA and theta in _calc_cluster_info()Aaron LI2019-01-101-6/+13
| | | | | Calculate angular diameter distance and angular radius in _calc_cluster_info().
* clusters/main: Add _calc_cluster_info()Aaron LI2019-01-101-0/+23
| | | | Move the calculation of Rvir, kT, and B from halo.py to main.py.
* clusters/main: Minor cleanupsAaron LI2019-01-101-3/+3
|
* clusters/main: Split out _simulate_halo1()Aaron LI2018-12-221-42/+56
|
* clusters/main: Update description/commentsAaron LI2018-12-221-16/+11
| | | | Tweak imports a bit.
* clusters/main: Minor improvementsAaron LI2018-10-241-13/+11
|
* clusters: Add parameter felong_minAaron LI2018-05-221-3/+3
|
* clusters: Fix dropout handlingAaron LI2018-02-031-8/+7
|
* clusters: improve dropout handlingAaron LI2018-01-281-10/+26
|
* clusters: calculate/save cosmic (~cluster) age to catalog & halos dataAaron LI2018-01-221-1/+6
|
* clusters: coerce to plain list for concatenationAaron LI2018-01-221-4/+8
| | | | | The "merger_mass1", "merger_mass2", "merger_z", and "merger_age" may be NumPy arrays, e.g., the catalog data are manually modified.
* clusters/main: minor cleanupsAaron LI2018-01-111-10/+8
|
* clusters: fix string formatting in _simulate_halos()Aaron LI2018-01-051-1/+1
|
* clusters: small cleanupsAaron LI2018-01-051-4/+9
|
* clusters: update _simulate_halos() with new halo propertiesAaron LI2018-01-051-11/+9
|
* clusters/halo: refactor tau_acceleration() to help RadioHaloAMAaron LI2018-01-041-1/+1
| | | | | Change "tau_acceleration" from a attribute to a method with the time parameter, and then simplify "fp_diffusion()" method.
* clusters/halo: Add preliminary RadioHaloAM based on RadioHaloAaron LI2018-01-041-12/+12
| | | | | The RadioHaloAM class is intended to account for all merger events, and there are a lot of methods to be implemented.
* clusters/halo: small updates and some cleanupsAaron LI2018-01-041-7/+5
|