EventType#

class ctapipe.containers.EventType(value)[source]#

Bases: Enum

R1/DL0 EventType

Defined in [CTAOb].

Attributes Summary

DAQ

ACADA (DAQ) software trigger

DARK_PEDESTAL

Dark pedestal, taken with HV on, shutter closed.

ELECTRONIC_PEDESTAL

Electronics pedestal, taken with HV off.

FLATFIELD

Flatfield event

HARDWARE_STEREO

(LST) hardware-stereo trigger

LONG_EVENT

Standard Physics trigger with extended readout window

MUON

Muon event candidate

OTHER_CALIBRATION

PEDESTAL

Generic pedestal, assigned if no further distinction on the type could be made

RANDOM_MONO

Random mono trigger, used in simulations to force storage of event regardless of subarray trigger for certain studies.

SINGLE_PE

Single PE event

SKY_PEDESTAL

Sky pedestal, taken with HV on, shutter open

SUBARRAY

Standard Physics trigger

UNKNOWN

Attributes Documentation

DAQ = 24#

ACADA (DAQ) software trigger

DARK_PEDESTAL = 3#

Dark pedestal, taken with HV on, shutter closed.

ELECTRONIC_PEDESTAL = 4#

Electronics pedestal, taken with HV off.

FLATFIELD = 0#

Flatfield event

HARDWARE_STEREO = 17#

(LST) hardware-stereo trigger

LONG_EVENT = 33#

Standard Physics trigger with extended readout window

MUON = 16#

Muon event candidate

OTHER_CALIBRATION = 15#
PEDESTAL = 2#

Generic pedestal, assigned if no further distinction on the type could be made

RANDOM_MONO = 18#

Random mono trigger, used in simulations to force storage of event regardless of subarray trigger for certain studies.

SINGLE_PE = 1#

Single PE event

SKY_PEDESTAL = 5#

Sky pedestal, taken with HV on, shutter open

SUBARRAY = 32#

Standard Physics trigger

UNKNOWN = 255#