Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/main: Also pad merger events in halos data | Aaron LI | 2019-02-28 | 1 | -0/+7 |
| | |||||
* | clusters/main: Use pad_dict_list() to pad merger events | Aaron LI | 2019-02-28 | 1 | -13/+5 |
| | |||||
* | clusters/main: Fix a variable typo | Aaron LI | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Several minor cleanups | Aaron LI | 2019-02-27 | 1 | -2/+2 |
| | |||||
* | clusters/main: Implement _identify_halos() to determine genuine halos | Aaron LI | 2019-02-27 | 1 | -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 genuine | Aaron LI | 2019-02-27 | 1 | -9/+1 |
| | | | | | A new method to determine the formation/genuineness of a radio halo will be used. | ||||
* | clusters/main: Minor cleanups | Aaron LI | 2019-02-27 | 1 | -7/+5 |
| | |||||
* | clusters/halo: Update the spectral index calculation | Aaron LI | 2019-02-27 | 1 | -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 generation | Aaron LI | 2019-02-26 | 1 | -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 LI | 2019-02-16 | 1 | -2/+2 |
| | |||||
* | clusters/main: Minor cleanups | Aaron LI | 2019-02-01 | 1 | -2/+8 |
| | |||||
* | clusters: Use radius_cluster() accordingly | Aaron LI | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | clusters/main: Skip drawing ingenuine halos | Aaron LI | 2019-01-30 | 1 | -3/+3 |
| | |||||
* | clusters/main: Also calculate spectral index and acceleration factor | Aaron LI | 2019-01-30 | 1 | -7/+22 |
| | |||||
* | clusters/main: Add 'genuine' property for halos | Aaron LI | 2019-01-30 | 1 | -1/+9 |
| | | | | Configuration option 'genuine_threshold' is added together. | ||||
* | clusters: Minor cleanups (rename 'comp' to 'sec') | Aaron LI | 2019-01-30 | 1 | -15/+17 |
| | |||||
* | clusters/main: Improve keys handling in _save_halos_data() | Aaron LI | 2019-01-30 | 1 | -3/+2 |
| | | | | This also fixes the issue when try to remove a non-existent key. | ||||
* | clusters/psformalism: Count for dark matter fraction for M_min | Aaron LI | 2019-01-29 | 1 | -2/+2 |
| | |||||
* | clusters/main: Do not require "age" in _simulate_mergers() | Aaron LI | 2019-01-29 | 1 | -4/+3 |
| | | | | Thus _simulate_mergers() can be called without _process_catalog(). | ||||
* | clusters/main: Minor cleanups | Aaron LI | 2019-01-28 | 1 | -11/+11 |
| | |||||
* | clusters/main: Fix column names due to previous renaming | Aaron LI | 2019-01-28 | 1 | -3/+2 |
| | |||||
* | clusters/main: Fix calling of magnetic_field() and kT_cluster() | Aaron LI | 2019-01-28 | 1 | -3/+9 |
| | |||||
* | clusters/main: Update spectrum fields and factor_acc calculation | Aaron LI | 2019-01-28 | 1 | -3/+5 |
| | |||||
* | clusters/main: Calculate acceleration factor | Aaron LI | 2019-01-27 | 1 | -0/+2 |
| | |||||
* | clusters/main: Adjust against halo radius | Aaron LI | 2019-01-26 | 1 | -4/+3 |
| | |||||
* | clusters/main: Replace "age" with "t" (time) | Aaron LI | 2019-01-26 | 1 | -6/+6 |
| | |||||
* | clusters/halo: Remove *_avg and *_fraction methods | Aaron LI | 2019-01-26 | 1 | -4/+0 |
| | |||||
* | clusters/halo: Rename time_turbulence() to duration_turb() | Aaron LI | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | clusters/main: Account for baryon fraction in _simulate_mergers() | Aaron LI | 2019-01-17 | 1 | -3/+4 |
| | |||||
* | clusters/main: Account for baryon fraction in _simulate_catalog() | Aaron LI | 2019-01-17 | 1 | -3/+11 |
| | |||||
* | clusters/main: Fix _calc_cluster_info() | Aaron LI | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | clusters/main: Update _calc_halos_emission() | Aaron LI | 2019-01-10 | 1 | -2/+2 |
| | | | | Match the updated variable names. | ||||
* | Bump copyright year | Aaron LI | 2019-01-10 | 1 | -1/+1 |
| | |||||
* | clusters/main: Update _simulate_halo1() | Aaron LI | 2019-01-10 | 1 | -23/+15 |
| | | | | | Directly merge in the cluster information into the halo information dictionary. | ||||
* | clusters/main: Rename 'theta' to 'Rvir_angular' | Aaron LI | 2019-01-10 | 1 | -2/+2 |
| | |||||
* | clusters/main: Calculate DA and theta in _calc_cluster_info() | Aaron LI | 2019-01-10 | 1 | -6/+13 |
| | | | | | Calculate angular diameter distance and angular radius in _calc_cluster_info(). | ||||
* | clusters/main: Add _calc_cluster_info() | Aaron LI | 2019-01-10 | 1 | -0/+23 |
| | | | | Move the calculation of Rvir, kT, and B from halo.py to main.py. | ||||
* | clusters/main: Minor cleanups | Aaron LI | 2019-01-10 | 1 | -3/+3 |
| | |||||
* | clusters/main: Split out _simulate_halo1() | Aaron LI | 2018-12-22 | 1 | -42/+56 |
| | |||||
* | clusters/main: Update description/comments | Aaron LI | 2018-12-22 | 1 | -16/+11 |
| | | | | Tweak imports a bit. | ||||
* | clusters/main: Minor improvements | Aaron LI | 2018-10-24 | 1 | -13/+11 |
| | |||||
* | clusters: Add parameter felong_min | Aaron LI | 2018-05-22 | 1 | -3/+3 |
| | |||||
* | clusters: Fix dropout handling | Aaron LI | 2018-02-03 | 1 | -8/+7 |
| | |||||
* | clusters: improve dropout handling | Aaron LI | 2018-01-28 | 1 | -10/+26 |
| | |||||
* | clusters: calculate/save cosmic (~cluster) age to catalog & halos data | Aaron LI | 2018-01-22 | 1 | -1/+6 |
| | |||||
* | clusters: coerce to plain list for concatenation | Aaron LI | 2018-01-22 | 1 | -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 cleanups | Aaron LI | 2018-01-11 | 1 | -10/+8 |
| | |||||
* | clusters: fix string formatting in _simulate_halos() | Aaron LI | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | clusters: small cleanups | Aaron LI | 2018-01-05 | 1 | -4/+9 |
| | |||||
* | clusters: update _simulate_halos() with new halo properties | Aaron LI | 2018-01-05 | 1 | -11/+9 |
| |