Name | dl1-data-handler JSON |
Version |
0.13.0
JSON |
| download |
home_page | None |
Summary | A package of utilities for reading, and applying image processing to Cherenkov Telescope Array (CTA) R1/DL0/DL1 data in a standardized format. Created primarily for testing machine learning image analysis techniques on IACT data. |
upload_time | 2025-02-11 12:42:40 |
maintainer | None |
docs_url | None |
author | Ari Brill, Bryan Kim, Tjark Miener |
requires_python | >=3.10 |
license | BSD-3-Clause |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
DL1 Data Handler
================
.. image:: https://zenodo.org/badge/72042185.svg
:target: https://zenodo.org/badge/latestdoi/72042185
:alt: DOI
.. image:: https://anaconda.org/ctlearn-project/dl1_data_handler/badges/version.svg
:target: https://anaconda.org/ctlearn-project/dl1_data_handler/
:alt: Anaconda-Server Badge
.. image:: https://img.shields.io/pypi/v/dl1-data-handler
:target: https://pypi.org/project/dl1-data-handler/
:alt: Latest Release
.. image:: https://github.com/cta-observatory/dl1-data-handler/actions/workflows/python-package-conda.yml/badge.svg
:target: https://github.com/cta-observatory/dl1-data-handler/actions/workflows/python-package-conda.yml
:alt: Continuos Integration
A package of utilities for reading, and applying image processing to `Cherenkov Telescope Array (CTA) <https://www.ctao.org/>`_ R0/R1/DL0/DL1 data in a standardized format. Created primarily for testing machine learning image analysis techniques on IACT data.
Currently supports ctapipe v6.0.0 data format.
Previously named image-extractor (v0.1.0 - v0.6.0). Currently under development, intended for internal use only.
Installation
------------
The following installation method (for Linux) is recommended:
Installing as a conda package
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
To install dl1-data-handler as a conda package, first install Anaconda by following the instructions here: https://www.anaconda.com/distribution/.
The following command will set up a conda virtual environment, add the
necessary package channels, and install dl1-data-handler specified version and its dependencies:
.. code-block:: bash
DL1DH_VER=0.13.0
wget https://raw.githubusercontent.com/cta-observatory/dl1-data-handler/v$DL1DH_VER/environment.yml
conda env create -n [ENVIRONMENT_NAME] -f environment.yml
conda activate [ENVIRONMENT_NAME]
conda install -c ctlearn-project dl1_data_handler=$DL1DH_VER
This should automatically install all dependencies (NOTE: this may take some time, as by default MKL is included as a dependency of NumPy and it is very large).
Links
-----
* `Cherenkov Telescope Array (CTA) <https://www.ctao.org/>`_ - Homepage of the CTA Observatory
* `CTLearn <https://github.com/ctlearn-project/ctlearn/>`_ and `GammaLearn <https://gitlab.lapp.in2p3.fr/GammaLearn/GammaLearn>`_ - Repository of code for studies on applying deep learning to IACT analysis tasks. Maintained by groups at Columbia University, Universidad Complutense de Madrid, Barnard College (CTLearn) and LAPP (GammaLearn).
* `ctapipe <https://cta-observatory.github.io/ctapipe/>`_ - Official documentation for the ctapipe analysis package (in development)
Raw data
{
"_id": null,
"home_page": null,
"name": "dl1-data-handler",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Ari Brill, Bryan Kim, Tjark Miener",
"author_email": "Daniel Nieto <d.nieto@ucm.es>",
"download_url": "https://files.pythonhosted.org/packages/16/8a/842860d3f9752760b603115086b0ab6638f1154b05827317b7412f22a4cf/dl1_data_handler-0.13.0.tar.gz",
"platform": null,
"description": "DL1 Data Handler\n================\n\n\n.. image:: https://zenodo.org/badge/72042185.svg\n :target: https://zenodo.org/badge/latestdoi/72042185\n :alt: DOI\n\n\n.. image:: https://anaconda.org/ctlearn-project/dl1_data_handler/badges/version.svg\n :target: https://anaconda.org/ctlearn-project/dl1_data_handler/\n :alt: Anaconda-Server Badge\n\n\n.. image:: https://img.shields.io/pypi/v/dl1-data-handler\n :target: https://pypi.org/project/dl1-data-handler/\n :alt: Latest Release\n\n\n.. image:: https://github.com/cta-observatory/dl1-data-handler/actions/workflows/python-package-conda.yml/badge.svg\n :target: https://github.com/cta-observatory/dl1-data-handler/actions/workflows/python-package-conda.yml\n :alt: Continuos Integration\n\nA package of utilities for reading, and applying image processing to `Cherenkov Telescope Array (CTA) <https://www.ctao.org/>`_ R0/R1/DL0/DL1 data in a standardized format. Created primarily for testing machine learning image analysis techniques on IACT data.\n\nCurrently supports ctapipe v6.0.0 data format. \n\nPreviously named image-extractor (v0.1.0 - v0.6.0). Currently under development, intended for internal use only.\n\n\nInstallation\n------------\n\nThe following installation method (for Linux) is recommended:\n\nInstalling as a conda package\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install dl1-data-handler as a conda package, first install Anaconda by following the instructions here: https://www.anaconda.com/distribution/.\n\nThe following command will set up a conda virtual environment, add the\nnecessary package channels, and install dl1-data-handler specified version and its dependencies:\n\n.. code-block:: bash\n\n DL1DH_VER=0.13.0\n wget https://raw.githubusercontent.com/cta-observatory/dl1-data-handler/v$DL1DH_VER/environment.yml\n conda env create -n [ENVIRONMENT_NAME] -f environment.yml\n conda activate [ENVIRONMENT_NAME]\n conda install -c ctlearn-project dl1_data_handler=$DL1DH_VER\n\nThis should automatically install all dependencies (NOTE: this may take some time, as by default MKL is included as a dependency of NumPy and it is very large).\n\n\nLinks\n-----\n\n\n* `Cherenkov Telescope Array (CTA) <https://www.ctao.org/>`_ - Homepage of the CTA Observatory \n* `CTLearn <https://github.com/ctlearn-project/ctlearn/>`_ and `GammaLearn <https://gitlab.lapp.in2p3.fr/GammaLearn/GammaLearn>`_ - Repository of code for studies on applying deep learning to IACT analysis tasks. Maintained by groups at Columbia University, Universidad Complutense de Madrid, Barnard College (CTLearn) and LAPP (GammaLearn).\n* `ctapipe <https://cta-observatory.github.io/ctapipe/>`_ - Official documentation for the ctapipe analysis package (in development)\n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A package of utilities for reading, and applying image processing to Cherenkov Telescope Array (CTA) R1/DL0/DL1 data in a standardized format. Created primarily for testing machine learning image analysis techniques on IACT data.",
"version": "0.13.0",
"project_urls": {
"repository": "https://github.com/cta-observatory/dl1-data-handler"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f90f174a0d695698fe4d0daf6c02e48fa1d52db40ce137bebef08ffbd7216eb2",
"md5": "2913929f697e19baa79c2fc930a5d25d",
"sha256": "1c91449016a7e58d34933e314e23e0c381f94fe7560022591050bb1ce0157e6f"
},
"downloads": -1,
"filename": "dl1_data_handler-0.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2913929f697e19baa79c2fc930a5d25d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 28376,
"upload_time": "2025-02-11T12:42:37",
"upload_time_iso_8601": "2025-02-11T12:42:37.991558Z",
"url": "https://files.pythonhosted.org/packages/f9/0f/174a0d695698fe4d0daf6c02e48fa1d52db40ce137bebef08ffbd7216eb2/dl1_data_handler-0.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "168a842860d3f9752760b603115086b0ab6638f1154b05827317b7412f22a4cf",
"md5": "af672a78e99f8a56951d8a9b7add304e",
"sha256": "839ef2728f0ff4e52a92890b28d93b0fdbf5d1ee210fb62d07fd1c47ca073440"
},
"downloads": -1,
"filename": "dl1_data_handler-0.13.0.tar.gz",
"has_sig": false,
"md5_digest": "af672a78e99f8a56951d8a9b7add304e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 1178088,
"upload_time": "2025-02-11T12:42:40",
"upload_time_iso_8601": "2025-02-11T12:42:40.891806Z",
"url": "https://files.pythonhosted.org/packages/16/8a/842860d3f9752760b603115086b0ab6638f1154b05827317b7412f22a4cf/dl1_data_handler-0.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-11 12:42:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cta-observatory",
"github_project": "dl1-data-handler",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"landscape": true,
"lcname": "dl1-data-handler"
}