neurocaps.typing.AALParcelConfig#
- class AALParcelConfig[source]#
Bases:
TypedDictType Definition for the AAL Parcellation Configurations.
A
TypedDictrepresenting the available subkeys (second level keys for “AAL”) for initializing the AAL parcellation in theTimeseriesExtractororCAPclasses. 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
ParcelConfigType definition representing the configuration options and structure for the Schaefer and AAL parcellations.
Notes
See Nilearn’s fetch AAL documentation for more information.