ReconstructionProperty

class ctapipe.reco.ReconstructionProperty(value)[source]

Bases: ctapipe.compat.StrEnum

Primary particle properties estimated by a Reconstructor

The str values of this enum are used for data storage.

Attributes Summary

DISP

Disp, distance of the source position from the Hillas COG along the main axis

ENERGY

Energy if the primary particle

GEOMETRY

Geometric properties of the primary particle, direction and impact point

PARTICLE_TYPE

Prediction score that a particle belongs to a certain class

Attributes Documentation

DISP = 'disp'

Disp, distance of the source position from the Hillas COG along the main axis

ENERGY = 'energy'

Energy if the primary particle

GEOMETRY = 'geometry'

Geometric properties of the primary particle, direction and impact point

PARTICLE_TYPE = 'classification'

Prediction score that a particle belongs to a certain class