spice-herald / DarkLim

DarkLim provides statistical tools for calculating dark matter exclusion limits and sensitivity estimates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DarkLim

Build and upload to PyPI PyPI Python 3.6

DarkLim provides statistical tools for calculating dark matter exclusion limits and sensitivity estimates.

To install the most recent release of DarkLim, type the following line into your command line

pip install darklim --upgrade

To install the most recent development version of DarkLim from source, clone this repo, then from the top-level directory of the repo, type the following line into your command line

pip install .

If using a shared Python installation, you may want to add the --user flag to the above line(s).

NOTE: This package also requires a Fortran compiler if installing from source (or a wheel is not available for your setup). We recommend installing gfortran, which can be done via sudo apt-get install gfortran on Linux or brew install gcc on macOS.

About

DarkLim provides statistical tools for calculating dark matter exclusion limits and sensitivity estimates.

License:MIT License


Languages

Language:Fortran 64.7%Language:Python 35.3%