ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

ReconstructedContainer#

class ctapipe.containers.ReconstructedContainer(prefix=None, **fields)[source]#

Bases: Container

Reconstructed 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

classification

default_prefix

energy

fields

geometry

meta

prefix

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#