Metadata-Version: 2.4
Name: ctapipe_io_zfits
Version: 0.4.1
Summary: ctapipe io plugin for reading data in zfits file (ACADA Rel 1 DL0, CTAO R1v1)
Author-email: Maximilian Linhoff <maximilian.linhoff@tu-dortmund.de>
License-Expression: BSD-3-Clause
Project-URL: repository, https://github.com/cta-observatory/ctapipe_io_zfits
Project-URL: documentation, https://ctapipe_io_zfits.readthedocs.io/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: protozfits<3.0.0,>=2.7.3
Requires-Dist: ctapipe<0.29.0,>=0.24.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: ctao-sphinx-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: pyproj; extra == "dev"
Requires-Dist: setuptools_scm; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: all
Requires-Dist: ctapipe_io_zfits[dev,doc,test]; extra == "all"
Dynamic: license-file

# ctapipe_io_zfits

ctapipe io plugin for reading data in zfits file (ACADA Rel 1 DL0, CTAO R1v1).

This `EventSource` implementation uses the `protozfits` python wrappers to the `adh-apis`
C++ project to read data written using ProtocolBuffers into zfits.

It is intendend to support reading
* LST / NectarCam R1 files using EVBv6 (using the CTAO R1v1 ProtocolBuffer definitions)
* ACADA Release 1 DL0 files (using the CTAO DL0v1 ProtocolBuffer definitions)
