magic-cta-pipe is under active development. Expect large and rapid changes in functionality.

BaseEventInfoContainer#

class magicctapipe.io.BaseEventInfoContainer(prefix=None, **fields)[source]#

Bases: Container

Base container to store event information

Attributes:
obs_idField(default=-1)

Observation ID

event_idField(default=-1)

Event ID

tel_idField(default=-1)

Telescope ID

pointing_altField(default=nan rad, unit=rad)

Altitude of the pointing direction

pointing_azField(default=nan rad, unit=rad)

Azimuth of the pointing direction

n_pixelsField(default=-1)

Number of pixels after the image cleaning

n_islandsField(default=-1)

Number of islands after the image cleaning

tels_with_triggerField(default=None)

Integer indicating the combination of telescopes that triggered

metadict

dict of attached metadata

prefixstr

Prefix attached to column names when saved to a table or file

Attributes Summary

event_id

meta

n_islands

n_pixels

obs_id

pointing_alt

pointing_az

prefix

tel_id

tels_with_trigger

Attributes Documentation

event_id#
meta#
n_islands#
n_pixels#
obs_id#
pointing_alt#
pointing_az#
prefix#
tel_id#
tels_with_trigger#