Metadata-Version: 2.1
Name: ctapipe
Version: 0.20.0
Summary: CTA Python pipeline experimental version
Home-page: https://github.com/cta-observatory/ctapipe
Author: ctapipe developers
Author-email: karl.kosack@cea.fr
License: BSD 3-Clause License
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: astropy ~=5.0
Requires-Dist: bokeh ~=2.0
Requires-Dist: docutils
Requires-Dist: eventio <2.0.0a0,>=1.9.1
Requires-Dist: iminuit >=2
Requires-Dist: joblib
Requires-Dist: matplotlib ~=3.0
Requires-Dist: numba >=0.56
Requires-Dist: numpy ~=1.16
Requires-Dist: psutil
Requires-Dist: pyyaml >=5.1
Requires-Dist: requests
Requires-Dist: scikit-learn
Requires-Dist: scipy ~=1.2
Requires-Dist: tables ~=3.4
Requires-Dist: tqdm >=4.32
Requires-Dist: traitlets ~=5.6
Requires-Dist: zstandard
Requires-Dist: importlib-metadata ; python_version < "3.10"
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pandas ~=1.0 ; extra == 'all'
Requires-Dist: tomli ; extra == 'all'
Requires-Dist: pytest-astropy-header ; extra == 'all'
Requires-Dist: h5py ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: pydata-sphinx-theme ; extra == 'all'
Requires-Dist: sphinx-automodapi ; extra == 'all'
Requires-Dist: nbsphinx ; extra == 'all'
Requires-Dist: numpydoc ; extra == 'all'
Requires-Dist: sphinx-design ; extra == 'all'
Requires-Dist: sphinx-gallery ; extra == 'all'
Requires-Dist: jupyter ; extra == 'all'
Requires-Dist: notebook ; extra == 'all'
Requires-Dist: graphviz ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: ipython ; extra == 'all'
Requires-Dist: ffmpeg-python ; extra == 'all'
Requires-Dist: pypandoc ; extra == 'all'
Requires-Dist: setuptools-scm[toml] ; extra == 'all'
Provides-Extra: dev
Requires-Dist: setuptools-scm[toml] ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-design ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: jupyter ; extra == 'docs'
Requires-Dist: notebook ; extra == 'docs'
Requires-Dist: graphviz ; extra == 'docs'
Requires-Dist: pandas ; extra == 'docs'
Requires-Dist: ipython ; extra == 'docs'
Requires-Dist: ffmpeg-python ; extra == 'docs'
Requires-Dist: pypandoc ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pandas ~=1.0 ; extra == 'tests'
Requires-Dist: tomli ; extra == 'tests'
Requires-Dist: pytest-astropy-header ; extra == 'tests'
Requires-Dist: h5py ; extra == 'tests'

============================================================
ctapipe |pypi| |conda| |doilatest| |ci| |coverage| |codacy|
============================================================

.. |ci| image:: https://github.com/cta-observatory/ctapipe/workflows/CI/badge.svg?branch=master
    :target: https://github.com/cta-observatory/ctapipe/actions?query=workflow%3ACI+branch%3Amaster
    :alt: Test Status
.. |codacy|  image:: https://api.codacy.com/project/badge/Grade/6192b471956b4cc684130c80c8214115
  :target: https://www.codacy.com/gh/cta-observatory/ctapipe?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cta-observatory/ctapipe&amp;utm_campaign=Badge_Grade
.. |conda| image:: https://anaconda.org/conda-forge/ctapipe/badges/version.svg
  :target: https://anaconda.org/conda-forge/ctapipe
.. |coverage| image:: https://codecov.io/gh/cta-observatory/ctapipe/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/cta-observatory/ctapipe
.. |doilatest| image:: https://zenodo.org/badge/37927055.svg
  :target: https://zenodo.org/badge/latestdoi/37927055
.. |pypi| image:: https://badge.fury.io/py/ctapipe.svg
    :target: https://pypi.org/project/ctapipe

Low-level data processing pipeline software for
`CTA <https://www.cta-observatory.org>`__ (the Cherenkov Telescope Array)

This is code is a prototype data processing framework and is under rapid
development. It is not recommended for production use unless you are an
expert or developer!

* Code: https://github.com/cta-observatory/ctapipe
* Docs: https://ctapipe.readthedocs.io/
* Slack: Contact Karl Kosack for invite

Citing this software
--------------------

If you use this software for a publication, please cite the Zenodo Record
for the specific version you are using and our latest publication.

You can find all ctapipe Zenodo records here: `List of ctapipe Records on Zenodo <https://zenodo.org/search?q=conceptrecid:%223372210%22&sort=-version&all_versions=True>`__.

There is also a Zenodo DOI always pointing to the latest version: |doilatest|

At this point, our latest publication is the 2021 ICRC proceeding, which you can
cite using this bibtex entry:

.. code::

  @inproceedings{ctapipe-icrc-2021,
      author = {Nöthe, Maximilian  and  Kosack, Karl  and  Nickel, Lukas  and  Peresano, Michele},
      title = {Prototype Open Event Reconstruction Pipeline for the Cherenkov Telescope Array},
      doi = {10.22323/1.395.0744},
      booktitle = {Proceedings, 37th International Cosmic Ray Conference},
      year=2021,
      volume={395},
      number={744},
      location={Berlin, Germany},
    }


Installation for Users
----------------------

*ctapipe* and its dependencies may be installed using the *Anaconda* or
*Miniconda* package system. We recommend creating a conda virtual environment
first, to isolate the installed version and dependencies from your master
environment (this is optional).


The latest version of ``ctapipe`` can be installed via::

  mamba install -c conda-forge ctapipe

or via::

  pip install ctapipe

**Note**: to install a specific version of ctapipe take look at the documentation `here <https://ctapipe.readthedocs.org/en/latest/getting_started_users/>`__.

**Note**: ``mamba`` is a C++ reimplementation of conda and can be found `here <https://github.com/mamba-org/mamba>`__.

Note this is *pre-alpha* software and is not yet stable enough for end-users (expect large API changes until the first stable 1.0 release).

Developers should follow the development install instructions found in the
`documentation <https://ctapipe.readthedocs.org/en/latest/getting_started/>`__.
