Locate intracranial electrode contacts.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
str | dict | instance of TransformIf str, the path to the head<->MRI transform *-trans.fif file produced
during coregistration. Can also be 'fsaverage' to use the built-in
fsaverage transformation.
nibabel.spatialimages.SpatialImageThe CT image that has been aligned to the Freesurfer T1. Path-like inputs and nibabel image objects are supported.
strThe FreeSurfer subject name.
NoneThe path to the directory containing the FreeSurfer subjects
reconstructions. If None, defaults to the SUBJECTS_DIR environment
variable.
dict | NoneA dictionary with channels as keys and their group index as values.
If None, the groups will be inferred by the channel names. Channel
names must have a format like LAMY 7 where a string prefix
like LAMY precedes a numeric index like 7. If the channels
are formatted improperly, group plotting will work incorrectly.
Group assignments can be adjusted in the GUI.
Show the GUI if True.
Whether to halt program execution until the figure is closed.
str | int | NoneControl 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.
The graphical user interface (GUI) window.
mne.gui.locate_ieeg#