Skip to content
/ ne2001 Public

Python port of NE2001; Initiated by Ben Baror and advanced by JXP

License

Notifications You must be signed in to change notification settings

FRBs/ne2001

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status Coverage Status
Code Quality Status Scrutinizer Status Codacy Code Quality Status Code Climate

Python implementation of Cordes-Lazio's NE2001 Galactic Free Electron Density Model. BEWARE: The code as implemented in FORTRAN differs in several ways from the 2003 posting (astro-ph/0301598: http://adsabs.harvard.edu/abs/2003astro.ph..1598C ). See the docs for details.

  • Free software: BSD license

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Python port of NE2001; Initiated by Ben Baror and advanced by JXP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published