We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FreeSurfer recon-all command.
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()