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.

TelEventIndexContainer#

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

Bases: Container

index columns to include in telescope-wise event lists

Common to all data levels that have telescope-wise information.

Attributes:
obs_idField(default=18446744073709551615)

Observation Block ID

event_idField(default=18446744073709551615)

Array Event ID

tel_idField(default=65535)

Telescope 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

tel_id

Attributes Documentation

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