DL1Container#
- class ctapipe.containers.DL1Container(prefix=None, **fields)[source]#
 Bases:
ContainerDL1 Calibrated Camera Images and associated data
- Attributes:
 - telField(default=Map(ctapipe.containers.DL1CameraContainer))
 map of tel_id to DL1CameraContainer
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'dl1'#
 
- fields = {'tel': Field(default=Map(ctapipe.containers.DL1CameraContainer))}#
 
- meta#
 
- prefix#
 
- tel#