Metadata-Version: 2.1
Name: ctapipe_io_nectarcam
Version: 0.1.4
Summary: ctapipe plugin for reading NectarCam files
Author: NectarCAM collaboration
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/cta-observatory/ctapipe_io_nectarcam/issues
Project-URL: Source Code, https://github.com/cta-observatory/ctapipe_io_nectarcam
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ctapipe ~=0.19
Requires-Dist: protozfits
Provides-Extra: all
Requires-Dist: ctapipe-io-nectarcam[dev,test] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: setuptools-scm ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

[![CI](https://github.com/cta-observatory/ctapipe_io_nectarcam/workflows/CI/badge.svg?branch=master)](https://github.com/cta-observatory/ctapipe_io_nectarcam/actions?query=workflow%3ACI+branch%3Amaster)

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:
```shell
pip install .
```

For development, create a new environment and run the development install:
```shell
conda env create -n nectar-dev -f environment.yml
conda activate nectar-dev
pip install -e .
```
