SizeType#
- class ctapipe.instrument.SizeType(value)[source]#
Bases:
StrEnum
Enumeration of different telescope sizes (LST, MST, SST)
Attributes Summary
A telescope with a mirror diameter larger than 16m
A telescope with a mirror diameter larger than 8m
Telescopes with a mirror diameter smaller than 8m
Unknown
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'#
Unknown