/ctapipe_io_nectarcam

ctapipe plugin for reading nectarcam files

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

CI

EventSource Plugin for ctapipe, able to read NectarCam zfits files and calibrate them to R1 as needed for ctapipe tools.

To install into an existing environment, just do:

pip install .

For development, create a new environment and run the development install:

conda env create -n nectar-dev -f environment.yml
conda activate nectar-dev
pip install -e .
pre-commit install