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.

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

default_prefix

fields

meta

prefix

stereo

tel

Attributes Documentation

default_prefix = 'dl2'#
fields = {'stereo': Field(default=ctapipe.containers.ReconstructedContainer), 'tel': Field(default=Map(ctapipe.containers.TelescopeReconstructedContainer))}#
meta#
prefix#
stereo#
tel#