PixelShape¶
-
class
ctapipe.instrument.PixelShape(value)[source]¶ Bases:
enum.EnumSupported Pixel Shapes Enum
Attributes Summary
Methods Summary
from_string(name)Convert a string represenation to the enum value
Attributes Documentation
-
CIRCLE= 'circle'¶
-
HEXAGON= 'hexagon'¶
-
SQUARE= 'square'¶
Methods Documentation
-