Metadata-Version: 2.4
Name: ctapipe_io_zfits
Version: 0.4.3
Summary: ctapipe io plugin for reading data in DL0 zfits files
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.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 files.

At the moment, only DL0 data as written by ACADA is supported. If needed, it could be extended
to reading files containing R1 data for telescope commissioning, please open an issue to discuss.

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