PixelShape#
- class ctapipe.instrument.camera.geometry.PixelShape(value)[source]#
 Bases:
EnumSupported 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