ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

TriggerContainer#

class ctapipe.containers.TriggerContainer(prefix=None, **fields)[source]#

Bases: Container

Attributes:
timeField(default=0.0)

central average time stamp

tels_with_triggerField(default=None)

List of telescope ids that triggered the array event

event_typeField(default=EventType.SUBARRAY)

Event type

telField(default=Map(ctapipe.containers.TelescopeTriggerContainer))

telescope-wise trigger information

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

event_type

fields

meta

prefix

tel

tels_with_trigger

time

Attributes Documentation

default_prefix = ''#
event_type#
fields = {'event_type': Field(default=EventType.SUBARRAY), 'tel': Field(default=Map(ctapipe.containers.TelescopeTriggerContainer)), 'tels_with_trigger': Field(default=None), 'time': Field(default=0.0)}#
meta#
prefix#
tel#
tels_with_trigger#
time#