mne.datasets.megsim.
load_data
(condition='visual', data_format='raw', data_type='experimental', path=None, force_update=False, update_path=None, verbose=None)¶Get path to local copy of MEGSIM dataset type
Parameters: | condition : str
data_format : str
data_type : str
path : None | str
force_update : bool
update_path : bool | None
verbose : bool, str, int, or None
|
---|---|
Returns: | paths : list
|
Notes
For example, one could do:
>>> from mne.datasets import megsim
>>> megsim.load_data('visual', 'raw', 'experimental', os.getenv('HOME') + '/datasets')
And this would download the raw visual experimental MEGSIM dataset to the ‘datasets’ folder, and prompt the user to save the ‘datasets’ path to the mne-python config, if it isn’t there already.
mne.datasets.megsim.load_data
¶