Repository for the high level analysis of the LST.
The analysis is heavily based on ctapipe, adding custom code for mono reconstruction.
If you are a user and don't already have ctapipe installed:
conda env create -f environment.yml
source activate cta
This will create a conda environment called cta
and install ctapipe with all dependencies.
Then you can install the lstchain
in this environment with:
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.