Skip to content
forked from joergdietrich/NFW

Python routines for computing Navarro-Frenk-White halo properties

License

Notifications You must be signed in to change notification settings

dylancromer/NFW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navarro-Frenk-White (NFW) Halo Class

Build Status Coverage Status DOI

This class implements the NFW (Navarro, Julio F. Frenk, Carlos S. White, Simon D. M., "A Universal Density Profile from Hierarchical Clustering", The Astrophysical Journal vol. 490, pp. 493-508, 1997) halo profile. It allows easy computation of halo quantities such as mass at and radius of specified overdensities. Overdensities can be specified either with respect to the critical or mean density of the Universe.

Class instances can be created at different overdensities. As such the class allows for easy conversion between masses and concentration parameters between different mass definitions.

Surface mass density and differential surface mass density methods are available for weak lensing applications.

Installation

The easiest way to install the NFW module is to use pip:

$ pip install NFW

Dependencies

This implementation of the NFW halo properties depends on

  • numpy >= 1.9
  • scipy >= 0.16
  • astropy >= 2.0

Older versions may work but are untested. In particular astropy > 1.0 is known to work but the unit tests will fail because astropy-2.0 updated physical constants from CODATA 2010 to CODATA 2014.

Author

Jörg Dietrich astro@joergdietrich.com

Contributing

Development takes place on GitHub. Please report any bugs as an issue in the GitHub issue tracker.

License

NFW is released under an MIT license. See LICENCE.txt

About

Python routines for computing Navarro-Frenk-White halo properties

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%