Skip to content

Commit 1def4bf

Browse files
authored
adding crossref from forward to create trans (mne-tools#12033)
1 parent 9f31cf3 commit 1def4bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tutorials/forward/20_source_alignment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ def add_head(renderer, points, color, opacity=0.95):
329329
renderer.show()
330330

331331
# %%
332+
# .. _creating-trans:
333+
#
332334
# Defining the head↔MRI ``trans`` using the GUI
333335
# ---------------------------------------------
334336
# You can try creating the head↔MRI transform yourself using

tutorials/forward/30_forward.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
# system.
8383
#
8484
# Here we assume the coregistration is done, so we just visually check the
85-
# alignment with the following code.
85+
# alignment with the following code. See :ref:`creating-trans` for instructions
86+
# on creating the ``-trans.fif`` file interactively.
8687

8788
# The transformation file obtained by coregistration
8889
trans = sample_dir / "sample_audvis_raw-trans.fif"

0 commit comments

Comments
 (0)