Skip to content

Coregistration: Structural MRI

Christian Brodbeck edited this page Mar 31, 2020 · 1 revision

Surface reconstruction

FreeSurfer recon-all command.

Coregistration

The coregistration utility is part of MNE-Python. It can be started from a bash terminal (Linux) with:

$ mne coreg

Or from a Python session (Windows and Linux):

>>> import mne
>>> mne.gui.coregistration()