Visuospatial working memory¶
- class bci_framework.default_extensions.Visuospatial_working_memory_Change_detection_task.main.VisuospatialWorkingMemory[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.
- retention(cue: Literal['Right', 'Left'], shapes: int, change: bool) None [source]¶
Remove the array.
- soa(cue: Literal['Right', 'Left'], shapes: int, change: bool) None [source]¶
Stimulus onset asynchronously.