mne.read_labels_from_annot(subject, parc=’aparc’, hemi=’both’, surf_name=’white’, annot_fname=None, regexp=None, subjects_dir=None, verbose=None)[source]¶Read labels from a FreeSurfer annotation file.
Note: Only cortical labels will be returned.
| Parameters: | subject : str 
 parc : str 
 hemi : str 
 surf_name : str 
 annot_fname : str or None 
 regexp : str 
 subjects_dir : string, or None 
 verbose : bool, str, int, or None 
  | 
|---|---|
| Returns: | labels : list of Label 
  | 
mne.read_labels_from_annot¶