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
TimeseriesExtractorandCAPclass to create the processedParcelApproach. The structure is as follows:# Structure of Schaefer {"Schaefer": SchaeferParcelConfig} # Structure of AAL {"AAL": AALParcelConfig}
neurocaps.typing.SchaeferParcelConfigType definition representing configuration options for the Schaefer parcellation. (See SchaeferParcelConfig Documentation)
neurocaps.typing.AALParcelConfigType definition representing configuration options for the AAL parcellation. (See AALParcelConfig Documentation)