[074d3d]: / mne / datasets / __init__.pyi

Download this file

79 lines (78 with data), 1.5 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
__all__ = [
"_download_all_example_data",
"_fake",
"brainstorm",
"eegbci",
"epilepsy_ecog",
"erp_core",
"eyelink",
"default_path",
"fetch_aparc_sub_parcellation",
"fetch_dataset",
"fetch_fsaverage",
"fetch_hcp_mmp_parcellation",
"fetch_infant_template",
"fetch_phantom",
"fieldtrip_cmc",
"fnirs_motor",
"has_dataset",
"hf_sef",
"kiloword",
"limo",
"misc",
"mtrf",
"multimodal",
"opm",
"phantom_4dbti",
"phantom_kernel",
"phantom_kit",
"refmeg_noise",
"sample",
"sleep_physionet",
"somato",
"spm_face",
"ssvep",
"testing",
"ucl_opm_auditory",
"visual_92_categories",
]
from . import (
_fake,
brainstorm,
eegbci,
epilepsy_ecog,
erp_core,
eyelink,
fieldtrip_cmc,
fnirs_motor,
hf_sef,
kiloword,
limo,
misc,
mtrf,
multimodal,
opm,
phantom_4dbti,
phantom_kernel,
phantom_kit,
refmeg_noise,
sample,
sleep_physionet,
somato,
spm_face,
ssvep,
testing,
ucl_opm_auditory,
visual_92_categories,
)
from ._fetch import fetch_dataset
from ._fsaverage.base import fetch_fsaverage
from ._infant import fetch_infant_template
from ._phantom.base import fetch_phantom
from .utils import (
_download_all_example_data,
default_path,
fetch_aparc_sub_parcellation,
fetch_hcp_mmp_parcellation,
has_dataset,
)