Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 806 Bytes

File metadata and controls

23 lines (19 loc) · 806 Bytes

CI DOI

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 .

or:

mamba install -c conda-forge ctapipe-io-nectarcam 

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

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