Skip to content

IevgenVovk/ctapipe_io_magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctapipe MAGIC event source

This module implements the ctapipe class, needed to read the calibrated data of the MAGIC telescope system. It requires the ctapipe and uproot packages to run.

Installation

Provided ctapipe is already installed, the installation can be done like so:

git clone https://github.com/IevgenVovk/ctapipe_io_magic.git
cd ctapipe_io_magic
python setup.py install --user

Usage

import ctapipe
from ctapipe_io_magic import MAGICEventSource

with MAGICEventSource(input_url=file_name) as source:
    for event in source:
        ...some processing...

About

ctapipe plugin to access the MAGIC calibrated data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages