ReconstructedContainer¶
-
class
ctapipe.containers.ReconstructedContainer(prefix=None, **fields)[source]¶ Bases:
ctapipe.core.container.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¶
-
energy¶
-
geometry¶
-
meta¶
-
prefix¶