Profile calculations for galaxies and clusters
To install, simply run
pip install profiley
Some examples of the functionality available can be found in the examples. For more information see the documentation.
profiley
has been used in Madhavacheril et al. (2020).
- Renamed all relevant profiles from
enclosed
tocumulative
- Fix critical bugs on critical surface density and background density
- Added API documentation
- Added
WebskyNFW
profile - Fixed bug in
mdelta
method, plus it is now aProfile
method inherited by all profiles.
- Fixed bug in the normalization of a 1-d surface density in
xi2sigma
- Fixed bug whereby only one beta was returned
- Fixed bug calculating a single surface density in
xi2sigma
- Added stand-alone offset calculation for arbitrary profiles
- Fixed bug in installation (!)
- Updated names of
Profile
methods - Bug fixes
- Moved
background
argument fromBaseNFW
toBaseCosmo
so it is visible to allProfile
objects - Moved
overdensity
argument fromBaseNFW
toProfile