brainspace.datasets.load_marker

brainspace.datasets.load_marker(name, join=False)[source]

Load cortical data for conte69.

Markers are derived from the discovery (main) datasets of (Vos de Wael et al., 2018, PNAS).

Parameters:
  • name ({'curvature', 'thickness', 't1wt2w'}) – Marker name.
  • join (bool, optional) – If False, return one array for each hemisphere. Otherwise, return a single array for both left and right hemispheres. Default is False.
Returns:

marker (tuple of ndarrays or ndarray) – Marker data for left and right hemispheres. If join == True, one array with both hemispheres.