Repository for the high level analysis of the LST.
The analysis is heavily based on ctapipe, adding custom code for mono reconstruction.
If you have ctapipe installed in a conda environement (cta-dev in this example):
source activate cta-dev
python setup.py install
If you don't already have ctapipe installed:
conda env create -f environment.yml
source activate cta-dev
python setup.py install
All contribution are welcomed.
Guidelines are the same as ctapipe's ones See here how to make a pull request to contribute.
Use GitHub Issues.