mne_rt.list_rois# mne_rt.list_rois(*, atlas: str, subject: str = 'fsaverage', subjects_dir=None) → list[str][source]# List every label name available in an atlas, plus any aliases. Parameters: atlasstrVolumetric atlas stem (e.g. "aparc+aseg") or surface annotation name (e.g. "aparc"). subjectstrFreeSurfer subject identifier. subjects_dirpath-like | NoneFreeSurfer subjects directory. Returns: nameslist of strSorted label names. Alias names from ROI_ALIASES are listed first so they are easy to spot.