R0Container#
- class ctapipe.containers.R0Container(prefix=None, **fields)[source]#
 Bases:
ContainerStorage of a Merged Raw Data Event
- Attributes:
 - telField(default=Map(ctapipe.containers.R0CameraContainer))
 map of tel_id to R0CameraContainer
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'r0'#
 
- fields = {'tel': Field(default=Map(ctapipe.containers.R0CameraContainer))}#
 
- meta#
 
- prefix#
 
- tel#