ParcelApproach#

neurocaps.typing.ParcelApproach[source]#

Type Definition for the Parcellation Approaches.

A dictionary mapping the Schaefer, AAL, and Custom parcellation approaches to their associated subkeys:

# Structure of Schaefer
{"Schaefer": SchaeferParcelApproach}

# Structure of AAL
{"AAL": AALParcelApproach}

# Structure of Custom
{"Custom": CustomParcelApproach}
neurocaps.typing.SchaeferParcelApproach

Type definition representing the structure of the Schaefer parcellation approach. (See SchaeferParcelApproach Documentation)

neurocaps.typing.AALParcelApproach

Type definition representing the structure of the AAL parcellation approach. (See AALParcelApproach Documentation)

neurocaps.typing.CustomParcelApproach

Type definition representing the structure of the Custom parcellation approach. (See CustomParcelApproach Documentation)