ReflectorShape¶
-
class
ctapipe.instrument.ReflectorShape(value)[source]¶ Bases:
enum.EnumEnumeration of the different reflector shapes
Attributes Summary
A telescope with a Davies–Cotton dish
A telescope with a hybrid between parabolic and Davies–Cotton dish
A telescope with a parabolic dish
A dual mirror Schwarzschild-Couder reflector
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
-