moabb.datasets.bi2015b¶
-
class
moabb.datasets.
bi2015b
[source][source]¶ P300 dataset bi2015b from a “Brain Invaders” experiment
Dataset Description
This dataset contains electroencephalographic (EEG) recordings of 44 subjects playing in pair to the multi-user version of a visual P300 Brain-Computer Interface (BCI) named Brain Invaders. The interface uses the oddball paradigm on a grid of 36 symbols (1 or 2 Target, 35 or 34 Non-Target) that are flashed pseudo-randomly to elicit the P300 response. EEG data were recorded using 32 active wet electrodes per subjects (total: 64 electrodes) during four randomised conditions (Cooperation 1-Target, Cooperation 2-Targets, Competition 1-Target, Competition 2-Targets). The experiment took place at GIPSA-lab, Grenoble, France, in 2015. A full description of the experiment is available at A full description of the experiment is available at [1]. The ID of this dataset is bi2015a.
Authors
Investigators: Eng. Louis Korczowski, B. Sc. Martine Cederhout Technical Support: Eng. Anton Andreev, Eng. Grégoire Cattan, Eng. Pedro. L. C. Rodrigues,
Sc. Violette Gautheret
Scientific Supervisor: Ph.D. Marco Congedo
Notes
New in version 0.4.6.
References
- 1
Korczowski, L., Cederhout, M., Andreev, A., Cattan, G., Rodrigues, P. L. C., Gautheret, V., & Congedo, M. (2019). Brain Invaders Cooperative versus Competitive: Multi-User P300-based Brain-Computer Interface Dataset (bi2015b) https://hal.archives-ouvertes.fr/hal-02172347
Methods
data_path
(subject[, path, force_update, …])Get path to local copy of a subject data.
download
([subject_list, path, force_update, …])Download all data from the dataset.
get_data
([subjects])Return the data correspoonding to a list of subjects.
-
data_path
(subject, path=None, force_update=False, update_path=None, verbose=None)[source][source]¶ Get path to local copy of a subject data.
- Parameters
subject (int) – Number of subject to use
path (None | str) – Location of where to look for the data storing location. If None, the environment variable or config parameter
MNE_DATASETS_(dataset)_PATH
is used. If it doesn’t exist, the “~/mne_data” directory is used. If the dataset is not found under the given path, the data will be automatically downloaded to the specified folder.force_update (bool) – Force update of the dataset even if a local copy exists.
update_path (bool | None **Deprecated**) – If True, set the MNE_DATASETS_(dataset)_PATH in mne-python config to the given path. If None, the user is prompted.
verbose (bool, str, int, or None) – If not None, override default verbose level (see
mne.verbose()
).
- Returns
path – Local path to the given data file. This path is contained inside a list of length one, for compatibility.
- Return type
list of str