Skip to content

Commit e85512a

Browse files
authored
Merge pull request #150 from cta-observatory/fix_cam_coord
Adopt ctapipe coordinate frames
2 parents 5decf4a + f2dccef commit e85512a

File tree

3 files changed

+192
-104
lines changed

3 files changed

+192
-104
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DL1 Data Handler
2121
:target: https://github.com/cta-observatory/dl1-data-handler/actions/workflows/python-package-conda.yml
2222
:alt: Continuos Integration
2323

24-
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.
24+
A package of utilities for reading, and applying image processing to `Cherenkov Telescope Array Observatory (CTAO) <https://www.ctao.org/>`_ R1/DL0/DL1 data in a standardized format. Created primarily for testing machine learning image analysis techniques on IACT data.
2525

2626
Currently supports ctapipe v6.0.0 data format.
2727

@@ -43,7 +43,7 @@ necessary package channels, and install dl1-data-handler specified version and i
4343

4444
.. code-block:: bash
4545
46-
DL1DH_VER=0.13.0
46+
DL1DH_VER=0.14.0
4747
wget https://raw.githubusercontent.com/cta-observatory/dl1-data-handler/v$DL1DH_VER/environment.yml
4848
conda env create -n [ENVIRONMENT_NAME] -f environment.yml
4949
conda activate [ENVIRONMENT_NAME]
@@ -57,6 +57,6 @@ Links
5757

5858

5959
* `Cherenkov Telescope Array (CTA) <https://www.ctao.org/>`_ - Homepage of the CTA Observatory
60-
* `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).
60+
* `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 Universidad Complutense de Madrid, University of Geneva (CTLearn) and LAPP (GammaLearn).
6161
* `ctapipe <https://cta-observatory.github.io/ctapipe/>`_ - Official documentation for the ctapipe analysis package (in development)
6262

0 commit comments

Comments
 (0)