pulse2percept.utils.constants

DT, MIN_AMP, VIDEO_BLOCK_SIZE, ZORDER

Module Attributes

MIN_AMP

Pulses with net currents smaller than 10 picoamps are considered charge-balanced (here expressed in microamps).

DT

Sampling time step (ms); defines the duration of the signal edge transitions.

ZORDER

An enum specifying the zorder values to use in Matplotlib plots, ensuring that foreground items (like implants) always appear on top of background items (like axon maps).

pulse2percept.utils.constants.MIN_AMP = 1e-05

Pulses with net currents smaller than 10 picoamps are considered charge-balanced (here expressed in microamps).

pulse2percept.utils.constants.DT = 0.001

Sampling time step (ms); defines the duration of the signal edge transitions.

pulse2percept.utils.constants.ZORDER = {'annotate': 2000, 'back': 0, 'background': 1, 'foreground': 50, 'front': 9999}

An enum specifying the zorder values to use in Matplotlib plots, ensuring that foreground items (like implants) always appear on top of background items (like axon maps).