R1Container#

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

Bases: Container

Storage of a r1 calibrated Data Event

Attributes:
telField(default=Map(ctapipe.containers.R1CameraContainer))

map of tel_id to R1CameraContainer

metadict

dict of attached metadata

prefixstr

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

Attributes Summary

Attributes Documentation

default_prefix = 'r1'#
fields = {'tel': Field(default=Map(ctapipe.containers.R1CameraContainer))}#
meta#
prefix#
tel#