Create surfaces of the scalp and neck.
The scalp surfaces are required for using the MNE coregistration GUI, and allow for a visualization of the alignment between anatomy and channel locations.
str
The FreeSurfer subject name.
None
The path to the directory containing the FreeSurfer subjects
reconstructions. If None
, defaults to the SUBJECTS_DIR
environment
variable.
Force creation of the surface even if it has some topological defects.
Defaults to True
. See Fixing BEM and head surfaces for ideas on how to
fix problematic meshes.
If True (default False), overwrite the destination file if it exists.
Disable the “medium” and “sparse” decimations. In this case, only
a “dense” surface will be generated. Defaults to False
, i.e.,
create surfaces for all three types of decimations.
int
The threshold to use with the MRI in the call to mkheadsurf
.
The default is 20.
New in version 1.1.
str
The MRI to use. Should exist in $SUBJECTS_DIR/$SUBJECT/mri
.
New in version 1.1.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.