TelEventIndexContainer#
- class ctapipe.containers.TelEventIndexContainer(prefix=None, **fields)[source]#
 Bases:
Containerindex 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
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#