SizeType¶
-
class
ctapipe.instrument.SizeType(value)[source]¶ Bases:
ctapipe.compat.StrEnumEnumeration 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
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
-