Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.42 KB

nectarchain

Repository for the high level analysis of the NectarCAM data. The analysis is heavily based on ctapipe, adding custom code for mono reconstruction.

master branch status: Build Status

Current nectarchain build uses ctapipe master version.

Here is how you should install:

git clone https://github.com/cta-observatory/nectarchain.git
cd nectarchain
conda env create --name cta --file environment.yml
conda activate cta
pip install git+https://github.com/cta-observatory/ctapipe.git#egg=ctapipe
pip install https://github.com/cta-sst-1m/protozfitsreader/archive/v1.5.0.tar.gz
pip install https://github.com/cta-observatory/ctapipe_io_nectarcam/archive/master.tar.gz
pip install -e .

If you are a developper, better you install ctapipe as described in https://cta-observatory.github.io/ctapipe/getting_started/index.html and periodically perform a "git pull upstream master" in order to be updated with the master

Contributing

All contribution are welcomed.

Guidelines are the same as ctapipe's ones See here how to make a pull request to contribute.

Report issue / Ask a question

Use GitHub Issues.