diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-04 20:57:56 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-04 20:57:56 +0800 |
commit | 0fe535c2ccbe408c37a6c54629c507c2788485b9 (patch) | |
tree | 75874e2df7fdb21c309f489dc6d3f2972df64434 /requirements.txt | |
parent | fcc461d3432b8c3dd417467e813ae934277b2171 (diff) | |
download | fg21sim-0fe535c2ccbe408c37a6c54629c507c2788485b9.tar.bz2 |
clusters: Use "hmf" to calculate halo mass functions/distributions
* 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
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 0833028..d898ab2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ beautifulsoup4 requests tornado reproject +hmf git+https://github.com/astropy/regions.git |