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