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, distance of the source position from the Hillas COG along the main axis
Energy if the primary particle
Geometric properties of the primary particle, direction and impact point
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