ctapipe


Namectapipe JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttps://github.com/cta-observatory/ctapipe
SummaryCTA Python pipeline experimental version
upload_time2023-09-11 16:00:19
maintainer
docs_urlNone
authorctapipe developers
requires_python>=3.9
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============================================================
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&utm_medium=referral&utm_content=cta-observatory/ctapipe&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/>`__.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cta-observatory/ctapipe",
    "name": "ctapipe",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "ctapipe developers",
    "author_email": "karl.kosack@cea.fr",
    "download_url": "https://files.pythonhosted.org/packages/d2/25/338fcb428cf06558ed4ab115719c095277b85d99492c853ce4f7cfcd8cf8/ctapipe-0.20.0.tar.gz",
    "platform": null,
    "description": "============================================================\nctapipe |pypi| |conda| |doilatest| |ci| |coverage| |codacy|\n============================================================\n\n.. |ci| image:: https://github.com/cta-observatory/ctapipe/workflows/CI/badge.svg?branch=master\n    :target: https://github.com/cta-observatory/ctapipe/actions?query=workflow%3ACI+branch%3Amaster\n    :alt: Test Status\n.. |codacy|  image:: https://api.codacy.com/project/badge/Grade/6192b471956b4cc684130c80c8214115\n  :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\n.. |conda| image:: https://anaconda.org/conda-forge/ctapipe/badges/version.svg\n  :target: https://anaconda.org/conda-forge/ctapipe\n.. |coverage| image:: https://codecov.io/gh/cta-observatory/ctapipe/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/cta-observatory/ctapipe\n.. |doilatest| image:: https://zenodo.org/badge/37927055.svg\n  :target: https://zenodo.org/badge/latestdoi/37927055\n.. |pypi| image:: https://badge.fury.io/py/ctapipe.svg\n    :target: https://pypi.org/project/ctapipe\n\nLow-level data processing pipeline software for\n`CTA <https://www.cta-observatory.org>`__ (the Cherenkov Telescope Array)\n\nThis is code is a prototype data processing framework and is under rapid\ndevelopment. It is not recommended for production use unless you are an\nexpert or developer!\n\n* Code: https://github.com/cta-observatory/ctapipe\n* Docs: https://ctapipe.readthedocs.io/\n* Slack: Contact Karl Kosack for invite\n\nCiting this software\n--------------------\n\nIf you use this software for a publication, please cite the Zenodo Record\nfor the specific version you are using and our latest publication.\n\nYou 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>`__.\n\nThere is also a Zenodo DOI always pointing to the latest version: |doilatest|\n\nAt this point, our latest publication is the 2021 ICRC proceeding, which you can\ncite using this bibtex entry:\n\n.. code::\n\n  @inproceedings{ctapipe-icrc-2021,\n      author = {N\u00f6the, Maximilian  and  Kosack, Karl  and  Nickel, Lukas  and  Peresano, Michele},\n      title = {Prototype Open Event Reconstruction Pipeline for the Cherenkov Telescope Array},\n      doi = {10.22323/1.395.0744},\n      booktitle = {Proceedings, 37th International Cosmic Ray Conference},\n      year=2021,\n      volume={395},\n      number={744},\n      location={Berlin, Germany},\n    }\n\n\nInstallation for Users\n----------------------\n\n*ctapipe* and its dependencies may be installed using the *Anaconda* or\n*Miniconda* package system. We recommend creating a conda virtual environment\nfirst, to isolate the installed version and dependencies from your master\nenvironment (this is optional).\n\n\nThe latest version of ``ctapipe`` can be installed via::\n\n  mamba install -c conda-forge ctapipe\n\nor via::\n\n  pip install ctapipe\n\n**Note**: to install a specific version of ctapipe take look at the documentation `here <https://ctapipe.readthedocs.org/en/latest/getting_started_users/>`__.\n\n**Note**: ``mamba`` is a C++ reimplementation of conda and can be found `here <https://github.com/mamba-org/mamba>`__.\n\nNote 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).\n\nDevelopers should follow the development install instructions found in the\n`documentation <https://ctapipe.readthedocs.org/en/latest/getting_started/>`__.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "CTA Python pipeline experimental version",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "https://github.com/cta-observatory/ctapipe"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73ff287410446a7b00c109968bf0a0862cabbb0f5d61da49d6446da8543a04b2",
                "md5": "37d38e52a100341df5f8a1ffdbda5ac5",
                "sha256": "1be2de8fb4e6835187b73693534fabf66e72f052622fc5152358a5cd97db251b"
            },
            "downloads": -1,
            "filename": "ctapipe-0.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37d38e52a100341df5f8a1ffdbda5ac5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 492653,
            "upload_time": "2023-09-11T16:00:17",
            "upload_time_iso_8601": "2023-09-11T16:00:17.523460Z",
            "url": "https://files.pythonhosted.org/packages/73/ff/287410446a7b00c109968bf0a0862cabbb0f5d61da49d6446da8543a04b2/ctapipe-0.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d225338fcb428cf06558ed4ab115719c095277b85d99492c853ce4f7cfcd8cf8",
                "md5": "d963653284577c6a2f6aaddc10dcecf2",
                "sha256": "d1c0876db5137f9c91546a97cefdd09a58b69bb1c9b27c9179abf0ba8ec985f3"
            },
            "downloads": -1,
            "filename": "ctapipe-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d963653284577c6a2f6aaddc10dcecf2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4619487,
            "upload_time": "2023-09-11T16:00:19",
            "upload_time_iso_8601": "2023-09-11T16:00:19.632775Z",
            "url": "https://files.pythonhosted.org/packages/d2/25/338fcb428cf06558ed4ab115719c095277b85d99492c853ce4f7cfcd8cf8/ctapipe-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 16:00:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cta-observatory",
    "github_project": "ctapipe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "landscape": true,
    "lcname": "ctapipe"
}
        
Elapsed time: 0.11006s