Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: glossary for minimum-norm estimate #6865

Merged
merged 2 commits into from
Oct 1, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ general neuroimaging concepts. If you think a term is missing, please consider
label
A :class:`Label` refers to a region in the cortex, also often called
a region of interest (ROI) in the literature.

minimum-norm estimation
Minimum-norm estimation (abbr. ''MNE'') can be used to generate a distributed
map of activation on a :term:'source space', usually on a cortical surface.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably need backticks rather than single quotes on these to get it to render properly in Sphinx

MNE uses a linear :term:'inverse operator' to project sensor measurements
into the source space. The :term:'inverse operator' is computed from the
:term:'forward solution' for a subject and an estimate of the noise covariance
of sensor measurements.

layout
A :class:`Layout <mne.channels.Layout>` gives sensor positions in 2
Expand Down