EventType¶
-
class
ctapipe.containers.EventType(value)[source]¶ Bases:
enum.EnumEnum of EventTypes as defined in the CTA Data Model
These numbers come from the document CTA R1/Event Data Model Specification version 1 revision C. They may be updated in future revisions
Attributes Summary
Attributes Documentation
-
DAQ= 24¶
-
DARK_PEDESTAL= 3¶
-
ELECTRONIC_PEDESTAL= 4¶
-
FLATFIELD= 0¶
-
HARDWARE_STEREO= 17¶
-
MUON= 16¶
-
OTHER_CALIBRATION= 15¶
-
SINGLE_PE= 1¶
-
SKY_PEDESTAL= 2¶
-
SUBARRAY= 32¶
-
UNKNOWN= 255¶
-