mne.gui.fiducials

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

Set the fiducials for an MRI subject.

Parameters:

subject : str

Name of the mri subject.

fid_file : None | str

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

subjects_dir : None | str

Overrule the subjects_dir environment variable.

Notes

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