Constants

class gpype.common.constants.Constants[source]

Bases: Constants

Application-wide constants for g.Pype BCI framework.

Extends ioiocore Constants with g.Pype-specific constants, data types, and configuration keys for signal processing.

INHERITED = -1
class Keys[source]

Bases: Keys

Configuration key constants for pipeline components.

Standard key names for configuration dictionaries used throughout the g.Pype framework.

SAMPLING_RATE: str = 'sampling_rate'
CHANNEL_COUNT: str = 'channel_count'
FRAME_SIZE: str = 'frame_size'
FRAME_RATE: str = 'frame_rate'
DECIMATION_FACTOR: str = 'decimation_factor'