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.

EventIndexContainer#

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

Bases: Container

Index columns to include in event lists.

Common to all data levels

Attributes:
obs_idField(default=18446744073709551615)

Observation Block ID

event_idField(default=18446744073709551615)

Array Event ID

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

default_prefix

event_id

fields

meta

obs_id

prefix

Attributes Documentation

default_prefix = ''#
event_id#
fields = {'event_id': Field(default=18446744073709551615), 'obs_id': Field(default=18446744073709551615)}#
meta#
obs_id#
prefix#