Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clusters: Minor cleanups (rename 'comp' to 'sec') | Aaron LI | 2019-01-30 | 1 | -13/+13 |
| | |||||
* | clusters/psformalism: Count for dark matter fraction for M_min | Aaron LI | 2019-01-29 | 1 | -4/+6 |
| | |||||
* | clusters/main: Account for baryon fraction in _simulate_catalog() | Aaron LI | 2019-01-17 | 1 | -3/+0 |
| | |||||
* | clusters: Fix cluster distribution calculation about mass | Aaron LI | 2018-05-12 | 1 | -14/+8 |
| | |||||
* | Minor updates and cleanups | Aaron LI | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | clusters/psformalism: sample_z_m() return tuple of lists instead of dataframe | Aaron LI | 2018-01-02 | 1 | -26/+10 |
| | |||||
* | Update logging messages | Aaron LI | 2017-10-29 | 1 | -0/+2 |
| | |||||
* | clusters/psformalism: Use functools.lru_cache() | Aaron LI | 2017-10-23 | 1 | -0/+3 |
| | |||||
* | clusters/psformalism.py: Rewrite sample_z_m() method | Aaron LI | 2017-10-04 | 1 | -38/+52 |
| | | | | | Also update clusters/main.py to calculate the halo mass distributions before sampling the mass and redshifts for clusters. | ||||
* | clusters: Use "hmf" to calculate halo mass functions/distributions | Aaron LI | 2017-10-04 | 1 | -69/+136 |
| | | | | | | | | | | | | * New dependency "hmf" (halo mass functions) module * Calculate halo mass distributions/functions (dndlnm) with respect to masses and redshifts, instead of use the previous data file ("ps_data") * New section "[extragalactic][psformalism]" in configurations * New functions to write and read the dndlnm data TODO: * update the method to sample (mass, redshift) for clusters from the dndlnm data | ||||
* | clusters/psformalism.py: Improve catalog comments | Aaron LI | 2017-10-02 | 1 | -4/+7 |
| | |||||
* | clusters: Add config option "boost" | Aaron LI | 2017-09-01 | 1 | -2/+5 |
| | | | | | | | NOTE: The cluster number (especially the bright ones) may be rather small within a sky patch. This ``boost`` config option increase the expected cluster number by a specified times, for better testing purpose. | ||||
* | clusters/psformalism: Remove config "f_darkmatter" | Aaron LI | 2017-08-29 | 1 | -3/+2 |
| | | | | Use "1 - baryon_fraction = 1 - Ob0/Om0" to replace "f_darkmatter". | ||||
* | Fix several small issues; Also update PSFormalism a bit | Aaron LI | 2017-07-31 | 1 | -4/+10 |
| | | | | Signed-off-by: Aaron LI <aly@aaronly.me> | ||||
* | clusters: Add psformalism.py to simulate cluster catalog | Aaron LI | 2017-07-31 | 1 | -0/+230 |
Also updated configuration options. Signed-off-by: Aaron LI <aly@aaronly.me> |