dmpipe

Pipeline Scripts for LAT DM Analysis


License
BSD-3-Clause
Install
pip install dmpipe==0.1.3

Documentation

dmpipe

Latest release

Pipeline Scripts for LAT DM Analysis

Installation

The instructions assume that you already have a functioning installation of fermipy and the Fermi STs. For documentation on installing fermipy/STs see this page.

To install a tagged release from pip:

$ pip install dmpipe

To install a development version from source:

$ git clone https://github.com/fermiPy/dmpipe.git
$ cd dmpipe
# To install the current commit
$ python setup.py install
# To install for development/debugging
$ python setup.py develop

Usage