Skip to content

Commit

Permalink
adding crossref from forward to create trans (mne-tools#12033)
Browse files Browse the repository at this point in the history
  • Loading branch information
anaradanovic authored Sep 29, 2023
1 parent 9f31cf3 commit 1def4bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tutorials/forward/20_source_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ def add_head(renderer, points, color, opacity=0.95):
renderer.show()

# %%
# .. _creating-trans:
#
# Defining the head↔MRI ``trans`` using the GUI
# ---------------------------------------------
# You can try creating the head↔MRI transform yourself using
Expand Down
3 changes: 2 additions & 1 deletion tutorials/forward/30_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
# system.
#
# Here we assume the coregistration is done, so we just visually check the
# alignment with the following code.
# alignment with the following code. See :ref:`creating-trans` for instructions
# on creating the ``-trans.fif`` file interactively.

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

0 comments on commit 1def4bf

Please sign in to comment.