hcp.
make_mne_anatomy
(subject, subjects_dir, recordings_path=None, hcp_path='.', outputs=('label', 'mri', 'surf'))¶Extract relevant anatomy and create MNE friendly directory layout
The function will create the following outputs by default:
$subjects_dir/$subject/bem/inner_skull.surf $subjects_dir/$subject/label/* $subjects_dir/$subject/mri/* $subjects_dir/$subject/surf/* $recordings_path/$subject/$subject-head_mri-trans.fif
These can then be set as $SUBJECTS_DIR and as MEG directory, consistent with MNE examples.