mne.datasets.limo.load_data¶
- mne.datasets.limo.load_data(subject, path=None, force_update=False, update_path=None, verbose=None)[source]¶
Fetch subjects epochs data for the LIMO data set.
- Parameters
- subject
int
Subject to use. Must be of class ìnt in the range from 1 to 18.
- path
str
Location of where to look for the LIMO data. If None, the environment variable or config parameter
MNE_DATASETS_LIMO_PATH
is used. If it doesn’t exist, the “~/mne_data” directory is used.- force_updatebool
Force update of the dataset even if a local copy exists.
- update_pathbool |
None
If True, set the MNE_DATASETS_LIMO_PATH in mne-python config to the given path. If None, the user is prompted.
- verbosebool,
str
,int
, orNone
If not None, override default verbose level (see
mne.verbose()
and Logging documentation for more). If used, it should be passed as a keyword-argument only.
- subject
- Returns
- epochsinstance of
Epochs
The epochs.
- epochsinstance of