Metadata-Version: 2.4
Name: ctao-datapipe
Version: 0.2.1
Summary: CTAO Data Processing Pipeline Software
Maintainer-email: Karl Kosack <karl.kosack@cta-observatory.org>, Maximilian Linhoff <maximilian.linhoff@cta-observatory.org>
License-Expression: BSD-3-Clause
Project-URL: repository, https://gitlab.cta-observatory.org/cta-computing/dpps/datapipe/datapipe
Project-URL: documentation, http://cta-computing.gitlab-pages.cta-observatory.org/dpps/datapipe/datapipe
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: ctapipe~=0.26.0
Requires-Dist: ctapipe-io-zfits~=0.3.0
Requires-Dist: pyirf~=0.13
Requires-Dist: eventio~=1.16.0
Requires-Dist: iminuit>=2
Requires-Dist: matplotlib~=3.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-requirements; extra == "test"
Requires-Dist: cwltool; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: ctao-sphinx-theme~=0.1.5; extra == "doc"
Requires-Dist: sphinx-changelog; extra == "doc"
Requires-Dist: cwltool; extra == "doc"
Provides-Extra: dev
Requires-Dist: setuptools_scm; extra == "dev"
Requires-Dist: towncrier; extra == "dev"
Provides-Extra: all
Requires-Dist: ctao-datapipe[dev,doc,test]; extra == "all"
Dynamic: license-file

# CTAO Data Processing Pipeline Subsystem

This package provides the software and workflow definitions for the [CTAO][1]
_Data Processing and Preservation System_ (DPPS) **Data Processing Pipeline**
subsystem (DataPipe). It is responsible for transforming raw (DL0) observed and
simulated data products produced by the observatory into "science-ready" data
products (DL3), including reconstructed event lists and instrumental response
functions.

- [Documentation][2]
- [Code Repository][3]
- [PyPI: ctao-datapipe](https://pypi.org/project/ctao-datapipe/)

[1]: https://www.ctao.org "CTAO website"
[2]: http://cta-computing.gitlab-pages.cta-observatory.org/dpps/datapipe/datapipe/latest/ "DataPipe documentation"
[3]: https://gitlab.cta-observatory.org/cta-computing/dpps/datapipe/datapipe "DataPipe code"
