ctapipe is not stable yet, so expect large and rapid changes to structure and functionality as we explore various design choices before the 1.0 release.

SizeType#

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

Bases: 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

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