DL2Container#
- class ctapipe.containers.DL2Container(prefix=None, **fields)[source]#
 Bases:
Container- Reconstructed Shower information for a given reconstruction algorithm,
 including optionally both per-telescope mono reconstruction and per-shower stereo reconstructions
- Attributes:
 - telField(default=Map(ctapipe.containers.TelescopeReconstructedContainer))
 map of tel_id to single-telescope reconstruction (DL2a)
- stereoField(default=ctapipe.containers.ReconstructedContainer)
 Stereo Shower reconstruction results
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- default_prefix = 'dl2'#
 
- fields = {'stereo': Field(default=ctapipe.containers.ReconstructedContainer), 'tel': Field(default=Map(ctapipe.containers.TelescopeReconstructedContainer))}#
 
- meta#
 
- prefix#
 
- stereo#
 
- tel#