ReflectorShape

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

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

Unkown

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'

Unkown