@@ -59,17 +59,17 @@ MNE-Python core terminology and general concepts
59
59
stim channel.
60
60
61
61
first_samp
62
- The attribute of raw objects called `first_samp ` is an integer that
62
+ The attribute of raw objects called `` first_samp ` ` is an integer that
63
63
refers to the number of time samples passed between the onset of the
64
64
acquisition system and the time when data started to be written
65
65
on disk. This is a specificity of the Vectorview MEG systems (fif files)
66
66
but for consistency it is available for all file formats in MNE.
67
67
One benefit of this system is that croppping data only boils
68
- down to a change of the `first_samp ` attribute to know when cropped data
68
+ down to a change of the `` first_samp ` ` attribute to know when cropped data
69
69
was acquired.
70
70
71
71
info
72
- Also called `measurements info `, it is a collection of metadata regarding
72
+ Also called `` measurement info` `, it is a collection of metadata regarding
73
73
a Raw, Epochs or Evoked object; e.g.,
74
74
channel locations and types, sampling frequency,
75
75
preprocessing history such as filters ...
@@ -82,7 +82,7 @@ MNE-Python core terminology and general concepts
82
82
83
83
montage
84
84
EEG channel names and the relative positions of the sensor w.r.t. the scalp.
85
- See :class: `Montage < channels.Montage> ` for the API of the corresponding object
85
+ See :class: `~ channels.Montage ` for the API of the corresponding object
86
86
class.
87
87
88
88
morphing
@@ -94,26 +94,26 @@ MNE-Python core terminology and general concepts
94
94
pick
95
95
An integer that is the index of a channel in the measurement info.
96
96
It allows to obtain the information on a channel in the list of channels
97
- available in `info['chs'] `.
97
+ available in `` info['chs'] ` `.
98
98
99
- projector, (abbr. `proj `)
99
+ projector, (abbr. `` proj ` `)
100
100
A projector, also referred to a Signal Suspace Projection (SSP), defines
101
101
a linear operation applied spatially to EEG or MEG data. You can see
102
102
this as a matrix multiplication that reduces the rank of the data by
103
103
projecting it to a lower dimensional subspace. Such a projection
104
104
operator is applied to both the data and the forward operator for
105
105
source localization. Note that EEG average referencing can be done
106
106
using such a projection operator. It is stored in the measurement
107
- info in `info['projs'] `.
107
+ info in `` info['projs'] ` `.
108
108
109
109
raw
110
110
It corresponds to continuous data (preprocessed or not). One typically
111
111
manipulates raw data when reading recordings in a file on disk.
112
- See :class: `RawArray < io.RawArray> ` for the API of the corresponding
112
+ See :class: `~ io.RawArray ` for the API of the corresponding
113
113
object class, and :ref: `sphx_glr_auto_tutorials_plot_object_raw.py ` for a
114
114
narrative overview.
115
115
116
- source space (abbr. `src `)
116
+ source space (abbr. `` src ` `)
117
117
A source space specifies where in the brain one wants to estimate the
118
118
source amplitudes. It corresponds to locations of a set of
119
119
candidate equivalent current dipoles (ECD). MNE mostly works
@@ -124,7 +124,7 @@ MNE-Python core terminology and general concepts
124
124
See :class: `SourceSpaces ` for the API of the corresponding
125
125
object class.
126
126
127
- source estimates (abbr. `stc `)
127
+ source estimates (abbr. `` stc ` `)
128
128
Source estimates, commonly referred to as STC (Source Time Courses),
129
129
are obtained from source localization methods,
130
130
such as dSPM, sLORETA, LCMV or MxNE.
@@ -144,7 +144,7 @@ MNE-Python core terminology and general concepts
144
144
A stim channel, a.k.a. trigger channel, is a channel that encodes events
145
145
during the recording. It is typically a channel that is always zero and that
146
146
takes positive values when something happens such as the onset of a stimulus.
147
- Classical names for stim channels is `STI 014 ` or `STI 101 `.
147
+ Classical names for stim channels is `` STI 014 `` or `` STI 101 ` `.
148
148
So-called events arrays are obtained from stim channels.
149
149
150
150
trans
0 commit comments