CustomRegionHemispheres#
- class neurocaps.typing.CustomRegionHemispheres[source]#
Bases:
TypedDictType Definition for Hemisphere Mapping in Custom Parcellation Regions.
A
TypedDictrepresenting the mapping of the index position of the “nodes” to the left and right hemispheres.{"lh": [0, 1], "rh": [3, 4, 5]}
- Parameters:
lh (
list[int] | range) – List of integers or range representing the index positions of elements in the “nodes” list belonging to the left hemisphere of a specific region.rh (
list[int] | range) – List of integers or range representing the index positions of elements in the “nodes” list belonging to the right hemisphere of a specific region.
See also
CustomParcelApproachThe type definition for the Custom parcellation approach. (See CustomParcelApproach Documentation)
Note
For additional information, refer to NeuroCAPs Parcellation Documentation