mne.
create_default_subject
(mne_root=None, fs_home=None, update=False, subjects_dir=None)[source]¶Create an average brain subject for subjects without structural MRI.
Create a copy of fsaverage from the Freesurfer directory in subjects_dir and add auxiliary files from the mne package.
Parameters: | mne_root : None
fs_home : None | str
update : bool
subjects_dir : None | str
|
---|
Notes
When no structural MRI is available for a subject, an average brain can be
substituted. Freesurfer comes with such an average brain model, and MNE
comes with some auxiliary files which make coregistration easier (see
Working with the average brain). create_default_subject()
copies the relevant
files from Freesurfer into the current subjects_dir, and also adds the
auxiliary files provided by MNE.