TriggerContainer¶
-
class
ctapipe.containers.TriggerContainer(prefix=None, **fields)[source]¶ Bases:
ctapipe.core.container.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
Attributes Documentation
-
event_type¶
-
meta¶
-
prefix¶
-
tel¶
-
tels_with_trigger¶
-
time¶