enigmatoolbox.datasets.load_subcortical

enigmatoolbox.datasets.load_subcortical(with_normals=False, join=False)[source]

Load subcortical surfaces (author: @saratheriver)

Parameters
  • with_normals (bool, optional) – Whether to compute surface normals. Default is False.

  • join (bool, optional) – If False, return one surface for left and right hemispheres. Otherwise, return a single surface as a combination of both left and right surfaces. Default is False

Returns

surf – Surfaces for left and right hemispheres. If join == True, one surface with both hemispheres.

Return type

tuple of BSPolyData or BSPolyData