/desigal

DESI Galaxy Science measurements

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

desigal

Travis Build Status Test Coverage Status Documentation Status

Introduction

This repository contains code and documentation for the DESI Galaxy and Quasar Physics (GQP) Working Group. For full documentation please visit desigal on Read the Docs.

Installation

This product is installable using pip or it can cloned directly from Github. For example, to install the "0.1.0" tag (or release) do

pip install git+https://github.com/desihub/desigal.git@0.1.0

Alternatively, you can clone the master branch from Github

git clone git@github.com:desihub/desigal.git

and then either install the package to an installation directory of your choice

python setup.py install --prefix=$INSTALL_DIR

or explicitly add the code directory to your $PYTHONPATH environment, e.g.

export PYTHONPATH=/path/to/desigal/py:$PYTHONPATH
export PATH=/path/to/desigal/bin:${PATH}

Product Contents

bin/
Executable scripts.
doc/
High-level documentation (.rst files).
etc/
Small data and configuration files.
py/
Python code.

License

desigal is free software licensed under a 3-clause BSD-style license. For details see the LICENSE.rst file.