PixelGridType#

class ctapipe.instrument.PixelGridType(*values)[source]#

Bases: Enum

Grid type for pixel coordinate grids.

Attributes Summary

IRREGULAR

Everything else

REGULAR_HEX

Regular hexagonal grid

REGULAR_SQUARE

Regular square grid with minimal gaps

Attributes Documentation

IRREGULAR = 'irregular'#

Everything else

REGULAR_HEX = 'hex'#

Regular hexagonal grid

REGULAR_SQUARE = 'square'#

Regular square grid with minimal gaps