Visual working memory¶
-
class
bci_framework.default_extensions.Visual_working_memory.main.
VisualWorkingMemory
[source]¶ Visual working memory: change detection task.
-
build_trials
() → None[source]¶ Define the trials and pipeline trials.
The trials consist (in this case) in a list of cues. The pipeline trials is a set of couples (callable, duration) that define a single trial, this list of functions are executed asynchronously and repeated for each trial.
-
cue
(cue: Literal[Right, Left], shapes: int, change: bool) → None[source]¶ Show the cue to indicate the hemifield target.
-
memory_array
(cue: Literal[Right, Left], shapes: int, change: bool) → None[source]¶ Show the initial array.
-
prepare_shuffle
(cue: Literal[Right, Left], differences: int = 1) → None[source]¶ Makes sure of changing the color of the squares.
-
soa
(cue: Literal[Right, Left], shapes: int, change: bool) → None[source]¶ Stimulus onset asynchronously.
-