Repository for the analysis of MAGIC and MAGIC+LST1 data, based on ctapipe.
Note: This package is under heavy development. Usage at your own risk, it is recommended to contact one of the latest committers if you plan to use this package.
magic-cta-pipe and its dependencies may be installed using the Anaconda or Miniconda package system. We recommend creating a conda virtual environment first, to isolate the installed version and dependencies from your master environment (this is optional).
The following command will set up a conda virtual environment, add the necessary package channels, and install magic-cta-pipe and its dependencies::
wget https://raw.githubusercontent.com/cta-observatory/magic-cta-pipe/master/environment.yml
conda env create -n magic-lst1 -f environment.yml
conda activate magic-lst1
pip install magic-cta-pipe
magic-cta-pipe scripts to perform the analysis of MAGIC only and MAGIC+LST1 data. Within the scripts folder we have the subdirectories:
- magic: scripts for the analysis of MAGIC data (currently under heavy restructuring in order to be used with ctapipe v0.12)
- lst1_magic_real: scripts for the MAGIC+LST1 analysis (updated to be used with ctapipe v0.12)