neurocaps.typing.AALParcelConfig#

class 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"
}

Added in version 0.23.6.

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.