You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to draw a correspondence between the neuroparc Desikan ROIs and the MNE-python's Deiskan ROI labels (read from freesurfer lh/rh.aparc.annot files - mne.read_labels_from_annot).
Hello,
I'm trying to draw a correspondence between the neuroparc Desikan ROIs and the MNE-python's Deiskan ROI labels (read from freesurfer lh/rh.aparc.annot files - mne.read_labels_from_annot).
It seems to me that:
I'm new to brain anatomy and parcellations, so not sure if I missed/misunderstood something! Thank you for the very helpful repo! :)
For reference, MNE-python reads in the following:
Reading labels from parcellation...
read 35 labels from fsaverage/label/lh.aparc.annot
read 34 labels from fsaverage/label/rh.aparc.annot
(['bankssts-lh',
'bankssts-rh',
'caudalanteriorcingulate-lh',
'caudalanteriorcingulate-rh',
'caudalmiddlefrontal-lh',
'caudalmiddlefrontal-rh',
'cuneus-lh',
'cuneus-rh',
'entorhinal-lh',
'entorhinal-rh',
'frontalpole-lh',
'frontalpole-rh',
'fusiform-lh',
'fusiform-rh',
'inferiorparietal-lh',
'inferiorparietal-rh',
'inferiortemporal-lh',
'inferiortemporal-rh',
'insula-lh',
'insula-rh',
'isthmuscingulate-lh',
'isthmuscingulate-rh',
'lateraloccipital-lh',
'lateraloccipital-rh',
'lateralorbitofrontal-lh',
'lateralorbitofrontal-rh',
'lingual-lh',
'lingual-rh',
'medialorbitofrontal-lh',
'medialorbitofrontal-rh',
'middletemporal-lh',
'middletemporal-rh',
'paracentral-lh',
'paracentral-rh',
'parahippocampal-lh',
'parahippocampal-rh',
'parsopercularis-lh',
'parsopercularis-rh',
'parsorbitalis-lh',
'parsorbitalis-rh',
'parstriangularis-lh',
'parstriangularis-rh',
'pericalcarine-lh',
'pericalcarine-rh',
'postcentral-lh',
'postcentral-rh',
'posteriorcingulate-lh',
'posteriorcingulate-rh',
'precentral-lh',
'precentral-rh',
'precuneus-lh',
'precuneus-rh',
'rostralanteriorcingulate-lh',
'rostralanteriorcingulate-rh',
'rostralmiddlefrontal-lh',
'rostralmiddlefrontal-rh',
'superiorfrontal-lh',
'superiorfrontal-rh',
'superiorparietal-lh',
'superiorparietal-rh',
'superiortemporal-lh',
'superiortemporal-rh',
'supramarginal-lh',
'supramarginal-rh',
'temporalpole-lh',
'temporalpole-rh',
'transversetemporal-lh',
'transversetemporal-rh',
'unknown-lh'],
69)
The text was updated successfully, but these errors were encountered: