AALParcelConfig#

class neurocaps.typing.AALParcelConfig[source]#

Bases: TypedDict

Type Definition for the AAL Parcellation Configurations.

A TypedDict representing the available subkeys (second level keys for “AAL”) for initializing the AAL parcellation in the TimeseriesExtractor or CAP classes. The structure is as follows:

{"version": "SPM12"}
Parameters:

version (str) – AAL parcellation version to use (Default=”SPM12” if {"AAL": {}} is given). Options are “SPM5”, “SPM8”, “SPM12”, or “3v2”.

See also

ParcelConfig

Type definition representing the configuration options and structure for the Schaefer and AAL parcellations. (See ParcelConfig Documentation)

Notes

See Nilearn’s fetch AAL documentation for more information.