mne.transforms.read_ras_mni_t

mne.transforms.read_ras_mni_t(subject, subjects_dir=None)[source]

Read a subject’s RAS to MNI transform.

Parameters
subjectstr

The subject.

subjects_dirstr | pathlib.Path | None

The path to the directory containing the FreeSurfer subjects reconstructions. If None, defaults to the SUBJECTS_DIR environment variable.

Returns
ras_mni_tinstance of Transform

The transform from RAS to MNI (in mm).

Examples using mne.transforms.read_ras_mni_t