SizeType

class ctapipe.instrument.SizeType(value)[source]

Bases: ctapipe.compat.StrEnum

Enumeration of different telescope sizes (LST, MST, SST)

Attributes Summary

LST

A telescope with a mirror diameter larger than 16m

MST

A telescope with a mirror diameter larger than 8m

SST

Telescopes with a mirror diameter smaller than 8m

UNKNOWN

Unkown

Attributes Documentation

LST = 'LST'

A telescope with a mirror diameter larger than 16m

MST = 'MST'

A telescope with a mirror diameter larger than 8m

SST = 'SST'

Telescopes with a mirror diameter smaller than 8m

UNKNOWN = 'UNKNOWN'

Unkown