atlas_regions
atlas_regions(atlas)Extract unique region names from an atlas.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| atlas | BrainAtlas | Brain atlas object. | required |
Returns
| Name | Type | Description |
|---|---|---|
| list[str] | Sorted list of unique region names. |
Examples
>>> from ggsegpy import dk, atlas_regions
>>> atlas_regions(dk())[:3]
['banks of superior temporal sulcus', 'caudal anterior cingulate', ...]