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.

ReconstructionProperty#

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

Bases: Flag

Primary particle properties estimated by a Reconstructor

These properties are of enum.Flag type and can thus be combined using bitwise operators to indicate a reconstructor provides several properties at once.

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 = 8#

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

ENERGY = 1#

Energy if the primary particle

GEOMETRY = 2#

Geometric properties of the primary particle, direction and impact point

PARTICLE_TYPE = 4#

Prediction score that a particle belongs to a certain class