neurocaps.typing.ParcelConfig#

ParcelConfig[source]#

Type Definition for the Parcellation Configurations.

A dictionary mapping the Schaefer or AAL parcellation to their associated configuration subkeys that are used by the TimeseriesExtractor and CAP class to create the processed ParcelApproach. The structure is as follows:

# Structure of Schaefer
{"Schaefer": SchaeferParcelConfig}


# Structure of AAL
{"AAL": AALParcelConfig}

Added in version 0.23.6.

neurocaps.typing.SchaeferParcelConfig

Type definition representing configuration options for the Schaefer parcellation.

neurocaps.typing.AALParcelConfig

Type definition representing configuration options for the AAL parcellation.