ParcelConfig#

neurocaps.typing.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}
neurocaps.typing.SchaeferParcelConfig

Type definition representing configuration options for the Schaefer parcellation. (See SchaeferParcelConfig Documentation)

neurocaps.typing.AALParcelConfig

Type definition representing configuration options for the AAL parcellation. (See AALParcelConfig Documentation)