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