Skip to content

Commit df73654

Browse files
committed
move data loader to ctlearn
dl1dh should be not import keras or tensorflow
1 parent 6871ba5 commit df73654

File tree

5 files changed

+1
-351
lines changed

5 files changed

+1
-351
lines changed

README.rst

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.0
46+
DL1DH_VER=0.13.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]
@@ -52,27 +52,6 @@ necessary package channels, and install dl1-data-handler specified version and i
5252
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).
5353

5454

55-
Dependencies
56-
------------
57-
58-
The main dependencies are:
59-
60-
61-
* PyTables >= 3.8
62-
* NumPy >= 1.20.0
63-
* ctapipe >= 0.23
64-
65-
Also see setup.py.
66-
67-
Usage
68-
-----
69-
70-
ImageMapper
71-
^^^^^^^^^^^
72-
73-
The ImageMapper class transforms the hexagonal input pixels into a 2D Cartesian output image. The basic usage is demonstrated in the `ImageMapper tutorial <https://github.com/cta-observatory/dl1-data-handler/blob/master/notebooks/test_image_mapper.ipynb>`_. It requires `ctapipe-extra <https://github.com/cta-observatory/ctapipe-extra>`_ outside of the dl1-data-handler. See this publication for a detailed description: `arXiv:1912.09898 <https://arxiv.org/abs/1912.09898>`_
74-
75-
7655
Links
7756
-----
7857

dl1_data_handler/loader.py

Lines changed: 0 additions & 296 deletions
This file was deleted.

dl1_data_handler/tests/test_loader.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ dependencies:
1717
- pandas
1818
- pip:
1919
- pydot
20-
- keras

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def getVersionFromFile():
3030
"ctapipe==0.23.2",
3131
"traitlets",
3232
"jupyter",
33-
"keras",
3433
"pandas",
3534
"pytest-cov",
3635
"tables",

0 commit comments

Comments
 (0)