Table of contents
Experiment stage: FixationTarget
Shows a fixation target/trigger.
Configuration
location(tuple[float, float])
The (x, y) location of the fixation target in pixels. (0, 0) = top left.fixation_trigger(bool)
Whether to wait for the participant to fixate on the target before continuing.
Default:Falsetolerance(float)
The radius in pixels around the fixation target that counts as a fixation. Default is 20 pixels.
Default:20timeout(float)
Maximum time in seconds to wait for fixation before continuing anyway. Set to 0 to wait indefinitely (default).
Default:0