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.

ReflectorShape#

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

Bases: Enum

Enumeration of the different reflector shapes

Attributes Summary

DAVIES_COTTON

A telescope with a Davies--Cotton dish

HYBRID

A telescope with a hybrid between parabolic and Davies--Cotton dish

PARABOLIC

A telescope with a parabolic dish

SCHWARZSCHILD_COUDER

A dual mirror Schwarzschild-Couder reflector

UNKNOWN

Unknown

Attributes Documentation

DAVIES_COTTON = 'DAVIES_COTTON'#

A telescope with a Davies–Cotton dish

HYBRID = 'HYBRID'#

A telescope with a hybrid between parabolic and Davies–Cotton dish

PARABOLIC = 'PARABOLIC'#

A telescope with a parabolic dish

SCHWARZSCHILD_COUDER = 'SCHWARZSCHILD_COUDER'#

A dual mirror Schwarzschild-Couder reflector

UNKNOWN = 'UNKNOWN'#

Unknown