This repository contains some tools that intend to automate the installation of CTLearn on your system and the retrieval of some data sets for CTLearn demonstration purposes. Both linux and macOS are supported. If installing on a linux machine, Dl1-data-handler will also be installed and additional data sets will be retrieved for Dl1-data-handler demostration purposes.
These tools assume a working anaconda3 installation on the target machine.
Note: The linux installation, including the example data sets, takes ~3GB of disk space. The macos installation, including the example data sets, takes ~2GB of disk space.
Clone the repository:
$ git clone https://github.com/nietootein/ctlearn-aswg19.git
Change directory into the cloned repository:
$ cd ctlearn-aswg19
Run the autosetup.sh script, selecting your OS:
For linux:
$ bash autosetup.sh linux
For macOS:
$ bash autosetup.sh macos
CTLearn and Dl1-data-handler core developers.
In case of trouble with the installation please contact Daniel Nieto (d.nieto at ucm dot es) or open an issue here.