Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters/halo: Tune parameters | Aaron LI | 2019-02-27 | 1 | -7/+7 |
| | |||||
* | configs/manager: Add update() method | Aaron LI | 2019-02-27 | 1 | -0/+4 |
| | |||||
* | configs/manager: Various more cleanups | Aaron LI | 2019-02-27 | 1 | -21/+11 |
| | |||||
* | configs/manager: Clean up save() | Aaron LI | 2019-02-27 | 1 | -11/+7 |
| | |||||
* | Several minor cleanups | Aaron LI | 2019-02-27 | 1 | -4/+4 |
| | |||||
* | clusters/main: Implement _identify_halos() to determine genuine halos | Aaron LI | 2019-02-27 | 1 | -0/+5 |
| | | | | | New configuration options 'extragalactic/halos/genuine_{emfacc,index}_th' are added to set the thresholds. | ||||
* | clusters/halo: calc_acc_factor() no longer used | Aaron LI | 2019-02-27 | 1 | -8/+0 |
| | |||||
* | clusters/main: Do not calculate acceleration factor and genuine | Aaron LI | 2019-02-27 | 1 | -4/+0 |
| | | | | | A new method to determine the formation/genuineness of a radio halo will be used. | ||||
* | configs/spec: Reorder options to be clearer | Aaron LI | 2019-02-27 | 1 | -16/+14 |
| | |||||
* | clusters/halo: Tune parameters based on various tests | Aaron LI | 2019-02-27 | 1 | -8/+8 |
| | |||||
* | clusters/main: Allow to disable map generation | Aaron LI | 2019-02-26 | 1 | -0/+4 |
| | | | | | New configuration option 'extragalactic/clusters/make_maps' is added to control whether or not to make and save the simulated maps. | ||||
* | configs/spec: Adjust some default values and minor tweaks | Aaron LI | 2019-02-26 | 1 | -7/+15 |
| | |||||
* | clusters/halo: Add velocity_turb_base() method | Aaron LI | 2019-02-21 | 1 | -0/+5 |
| | | | | | | | | | | This method calculates the velocity dispersion of the base turbulence, i.e., the turbulence existing in a relaxed system without the merger injection. Add new configuration option 'extragalactic/halos/x_turb' to parameterize the energy fraction of the base turbulence w.r.t. the ICM thernal energy. | ||||
* | configs/spec: Adjust some min/max values for simplicity | Aaron LI | 2019-02-21 | 1 | -5/+5 |
| | |||||
* | clusters/halo: Further extend the halo radius calculation | Aaron LI | 2019-02-18 | 1 | -1/+5 |
| | |||||
* | clusters/main: Add 'genuine' property for halos | Aaron LI | 2019-01-30 | 1 | -0/+4 |
| | | | | Configuration option 'genuine_threshold' is added together. | ||||
* | clusters/halo: Add options bolo_freq_{min,max,num} | Aaron LI | 2019-01-29 | 1 | -0/+8 |
| | | | | Update the default bolometric frequency band to: 10 MHz -- 100 GHz. | ||||
* | configs/manager: Minor cleanups | Aaron LI | 2019-01-28 | 1 | -23/+15 |
| | |||||
* | configs/spec: Tweak gamma_max and gamma_np | Aaron LI | 2019-01-27 | 1 | -3/+3 |
| | |||||
* | clusters/halo: Rewrite is_genuine() to be calc_acc_factor() | Aaron LI | 2019-01-27 | 1 | -7/+0 |
| | | | | | | | Calculate the bolometric emissivity instead of the emissivity at a certain frequency. This should capture the acceleration effect more effectively. In addition, remove the now obsolete config options "fiducial_freq" and "fiducial_factor". | ||||
* | configs/spec: Various minor tweaks | Aaron LI | 2019-01-25 | 1 | -31/+32 |
| | |||||
* | clusters/halo: Account for mass scaling in tau_acceleration() | Aaron LI | 2019-01-25 | 1 | -0/+4 |
| | | | | Add configuration option "mass_index" to specify the scaling index. | ||||
* | clusters/halo: Fold parameter "zeta_ins" into "f_acc" | Aaron LI | 2019-01-25 | 1 | -7/+3 |
| | |||||
* | clusters: Assume equipartition between B field and CR | Aaron LI | 2019-01-25 | 1 | -13/+3 |
| | | | | | | Equipartition between the magnetic fields and cosmic rays is assumed, i.e., eta_b == x_cr. Therefore remove "extragalactic/clusters/eta_b" configuration option. | ||||
* | Minor tweaks | Aaron LI | 2019-01-18 | 1 | -3/+3 |
| | |||||
* | configs/manager: Tweak a bit | Aaron LI | 2018-12-22 | 1 | -5/+4 |
| | |||||
* | clusters/halo: Apply option 'f_radius' to derive halo radius | Aaron LI | 2018-11-08 | 1 | -4/+3 |
| | | | | The config option 'f_radius' is renamed from the old 'f_lturb'. | ||||
* | clusters/halo: Add and use 'f_rc' and 'beta' options | Aaron LI | 2018-11-08 | 1 | -0/+7 |
| | |||||
* | clusters/halo: Support to check whether halo is genuine | Aaron LI | 2018-11-01 | 1 | -0/+7 |
| | | | | | | | Add the 'is_genuine()' method to check whether the radio halo is genuine by comparing the flux density to the fiducial value. Two new configuration options (fiducial_freq and fiducial_factor) are added to specify the frequency and limit whether the radio halo is regarded as genuine. | ||||
* | PEP8 fix | Aaron LI | 2018-10-31 | 1 | -2/+2 |
| | |||||
* | configs/manager: Fix the loading of config spec | Aaron LI | 2018-10-31 | 1 | -2/+1 |
| | |||||
* | clusters/halo: Update calculations of injection and halo radius | Aaron LI | 2018-10-30 | 1 | -5/+4 |
| | |||||
* | Deprecate the pointsource component (2) | Aaron LI | 2018-10-30 | 1 | -49/+0 |
| | |||||
* | configs: Merge config specs into one single file | Aaron LI | 2018-10-30 | 4 | -263/+234 |
| | |||||
* | clusters/config: Tune parameter eta_e | Aaron LI | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | clusters: Add parameter felong_min | Aaron LI | 2018-05-22 | 1 | -0/+7 |
| | |||||
* | clusters: Fix cluster distribution calculation about mass | Aaron LI | 2018-05-12 | 1 | -8/+7 |
| | |||||
* | clusters/config: tune parameter x_cr; and improve parameter description | Aaron LI | 2018-02-03 | 1 | -8/+9 |
| | |||||
* | clusters/config: tune parameters time_init->1, time_step->0.02 | Aaron LI | 2018-01-28 | 1 | -2/+2 |
| | |||||
* | clusters: minor updates | Aaron LI | 2018-01-16 | 1 | -0/+2 |
| | |||||
* | configs: adjust default values of "merger_mass_min" and "kT_out" | Aaron LI | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | clusters: simulate and extract all recent merger events | Aaron LI | 2018-01-02 | 1 | -10/+0 |
| | | | | Remove the obsolete options: ratio_major, use_max_merger | ||||
* | clusters: rework the reuse of previously dumped cluster catalog | Aaron LI | 2018-01-02 | 2 | -7/+15 |
| | |||||
* | configs/checkers: add _check_file_existence() and some cleanups | Aaron LI | 2018-01-02 | 1 | -14/+49 |
| | |||||
* | Minor changes | Aaron LI | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | clusters/halo: Change option "tau_merger" to "time_traceback" | Aaron LI | 2018-01-01 | 1 | -5/+5 |
| | |||||
* | clusters/halo: Rework the turbulence acceleration timescale calculation | Aaron LI | 2017-12-31 | 1 | -2/+14 |
| | | | | | | | | The new method adopted to determine the turbulence acceleration timescale follows [miniati2015] and [pinzke2017], in which the merger-induced turbulence cascades into small scales (and thus accelerate electrons) through the TTD (transit-time damping) mechanism by scattering mainly with the relativistic particles (cosmic-ray protons and electrons). | ||||
* | clusters/halo: calc turbulence velocity dispersion based on merger | Aaron LI | 2017-12-31 | 1 | -9/+3 |
| | | | | | Also update the description of option "extragalactic/halos/eta_turb" and change its default value to 0.1 | ||||
* | Minor cleanups | Aaron LI | 2017-12-31 | 1 | -10/+17 |
| | |||||
* | Minor cleanups | Aaron LI | 2017-12-30 | 1 | -2/+2 |
| |