regressis (regression of spectroscopic and imaging systematics) is a package to regress variations of target/galaxy density against a set of templates accounting for observational conditions.
Strict requirements are:
- scikit-learn (and dependencies)
- fitsio
- healpy
- astropy
Documentation is hosted on Read the Docs, regressis docs.
Simply run:
python -m pip install git+https://github.com/echaussidon/regressis
First (if you do not use a ssh-key):
git clone https://github.com/echaussidon/regressis.git
Or (if you use a ssh-key):
git clone [email protected]:echaussidon/regressis.git
To install the code:
python setup.py install --user
Or in development mode (any change to Python code will take place immediately):
python setup.py develop --user
Check the installation using the test file. No errors should appear.
python regressis/tests/tests.py
regressis is free software distributed under a BSD3 license. For details see the LICENSE.