mne.coreg.estimate_head_mri_t#
- mne.coreg.estimate_head_mri_t(subject, subjects_dir=None, verbose=None)[source]#
Estimate the head->mri transform from fsaverage fiducials.
A subject’s fiducials can be estimated given a Freesurfer
recon-all
by transformingfsaverage
fiducials using the inverse Talairach transform, seemne.coreg.get_mni_fiducials()
.- Parameters:
- subject
str
The FreeSurfer subject name.
- subjects_dirpath-like |
None
The path to the directory containing the FreeSurfer subjects reconstructions. If
None
, defaults to theSUBJECTS_DIR
environment variable.- verbose
bool
|str
|int
|None
Control verbosity of the logging output. If
None
, use the default verbosity level. See the logging documentation andmne.verbose()
for details. Should only be passed as a keyword argument.
- subject
- Returns:
Examples using mne.coreg.estimate_head_mri_t
#
Locating intracranial electrode contacts
Locating intracranial electrode contacts
Working with sEEG data
How to convert 3D electrode positions to a 2D image
How to convert 3D electrode positions to a 2D image