A python package to predict halo concentration and shape parameter.
Project description
CASPER (Concentration And Shape Parameter Estimation Routine)
Casper is a python package aimed at predicting the concentration and shape parameter of dark matter haloes as a function of mass and redshift for a specified cosmology.
Installation
The easiest way to install Casper is using pip:
pip install py-casper [--user]
The --user flag may be required if you do not have root privileges. Alternatively for a more involved 'installation' that is also editable you can simply clone the github repository:
git clone https://github.com/Shaun-T-Brown/CASPER.git
and add the folder (specifically src) to your python path. This method will also require scipy and numpy to be installed. Using pip will automatically install all dependencies.
To use the main functionality of the package (i.e. to predict c and alpha) you will need to be able to generate the linear power spectra for a given cosmology. In principle this can be done using any accurate method. However, we recommend installing and using CAMB.
Usage
The best way to demonstrate how Casper can be used is with a few examples. An interactive jupyter notebook with all necessary modules available can be found on Binder. A static version of the same notebook can be found within the examples folder.
The functionality of the package is relatively straightforward and is essentially a collection of useful functions centered around the density profiles of dark matter haloes. Basic documentation can be generated using pydoc.
from casper import casper
help(casper)
Acknowledging the code
If the results of this code, particularly the predictions for halo concentration and the shape parameter then please acknowledge and cite the original paper appropriately.
The following bibtex entry may be used:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-casper-0.0.8.tar.gz.
File metadata
- Download URL: py-casper-0.0.8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
815d8df6107758137f30588595fe51553826c5393bc14905838b458883093d55
|
|
| MD5 |
b27f6fdfd58a375a2c8c6a4a5fd7c77c
|
|
| BLAKE2b-256 |
aaa9eb7a77f60579ed34645f742ca90f14a92b4490618f7b42c4a4c7ede5360e
|
File details
Details for the file py_casper-0.0.8-py3-none-any.whl.
File metadata
- Download URL: py_casper-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad8cad7b4a72aeb56190b0c6b7df8225d7b45c8530afe79672f414f2bc1a5f05
|
|
| MD5 |
d83955915c0b3248e82af49f6e7f19d7
|
|
| BLAKE2b-256 |
f4850c1c38225f96e88b7a06c9bb69ee98d6edd98bc9f29e214164980d3dba6d
|