Metadata-Version: 2.1
Name: ctapipe-io-nectarcam
Version: 0.1.2
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.8
Requires-Python: ~=3.8
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE.md
Requires-Dist: astropy (~=4.2)
Requires-Dist: ctapipe (~=0.12)
Requires-Dist: numpy (~=1.22)
Requires-Dist: protozfits (~=2.0)
Requires-Dist: tables (>=3.7)
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: setuptools-scm[toml] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: setuptools-scm[toml] ; extra == 'dev'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

[![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 .
```
