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":
    {
        SchaeferConfig
    }
}


# Structure of AAL
{
    "AAL":
    {
        AALConfig
    }
}