ReconstructedEnergyContainer

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

Bases: ctapipe.core.container.Container

Standard output of algorithms estimating energy

Attributes
energyField(default=nan TeV, unit=TeV)

reconstructed energy

energy_uncertField(default=nan TeV, unit=TeV)

reconstructed energy uncertainty

is_validField(default=False)

energy reconstruction validity flag. True if the energy was properly reconstructed by the algorithm

goodness_of_fitField(default=nan)

goodness of the algorithm fit

telescopesField(default=None)

Telescopes used if stereo, or None if Mono

metadict

dict of attached metadata

prefixstr

Prefix attached to column names when saved to a table or file

Attributes Summary

energy

energy_uncert

goodness_of_fit

is_valid

meta

prefix

telescopes

Attributes Documentation

energy
energy_uncert
goodness_of_fit
is_valid
meta
prefix
telescopes