Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion doc/documentation/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ fsaverage
:func:`mne.datasets.fetch_fsaverage`

For convenience, we provide a function to separately download and extract the
(or update an existing) fsaverage subject.
(or update an existing) fsaverage subject. See also the
:ref:`background information on fsaverage <fsaverage_background>`.

.. topic:: Examples

Expand Down
2 changes: 1 addition & 1 deletion mne/datasets/_fsaverage/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@verbose
def fetch_fsaverage(subjects_dir=None, *, verbose=None):
"""Fetch and update fsaverage.
"""Fetch and update :ref:`fsaverage <fsaverage_background>`.

Parameters
----------
Expand Down
2 changes: 2 additions & 0 deletions tutorials/forward/10_background_freesurfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
# MNE-Python and FreeSurfer are integrated.
#
#
# .. _fsaverage_background:
#
# 'fsaverage'
# ===========
#
Expand Down
2 changes: 1 addition & 1 deletion tutorials/forward/35_eeg_no_mri.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
========================================

This tutorial explains how to compute the forward operator from EEG data
using the standard template MRI subject ``fsaverage``.
using the standard template MRI subject :ref:`fsaverage <fsaverage_background>`.

.. caution:: Source reconstruction without an individual T1 MRI from the
subject will be less accurate. Do not over interpret activity
Expand Down