ReconstructedContainer#
- class ctapipe.containers.ReconstructedContainer(prefix=None, **fields)[source]#
 Bases:
ContainerReconstructed shower info from multiple algorithms
- Attributes:
 - geometryField(default=Map(ctapipe.containers.ReconstructedGeometryContainer))
 map of algorithm to reconstructed shower parameters
- energyField(default=Map(ctapipe.containers.ReconstructedEnergyContainer))
 map of algorithm to reconstructed energy parameters
- classificationField(default=Map(ctapipe.containers.ParticleClassificationContainer))
 map of algorithm to classification parameters
- metadict
 dict of attached metadata
- prefixstr
 Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- classification#
 
- default_prefix = 'reconstructed'#
 
- energy#
 
- fields = {'classification': Field(default=Map(ctapipe.containers.ParticleClassificationContainer)), 'energy': Field(default=Map(ctapipe.containers.ReconstructedEnergyContainer)), 'geometry': Field(default=Map(ctapipe.containers.ReconstructedGeometryContainer))}#
 
- geometry#
 
- meta#
 
- prefix#