mne.gui.fiducials

mne.gui.fiducials(subject=None, fid_file=None, subjects_dir=None)[source]

Set the fiducials for an MRI subject.

Parameters
subjectstr

Name of the mri subject.

fid_fileNone | str

Load a fiducials file different form the subject’s default (“{subjects_dir}/{subject}/bem/{subject}-fiducials.fif”).

subjects_dirNone | str

Overrule the subjects_dir environment variable.

Returns
frameinstance of FiducialsFrame

The GUI frame.

Notes

All parameters are optional, since they can be set through the GUI. The functionality in this GUI is also part of coregistration().