Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.56 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.56 KB

ctlearn-aswg19

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.

Installation

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

Authorship

CTLearn and Dl1-data-handler core developers.

Contact

In case of trouble with the installation please contact Daniel Nieto (d.nieto at ucm dot es) or open an issue here.