neuromaps.transforms.fslr_to_fsaverage

neuromaps.transforms.fslr_to_fsaverage(data, target_density='41k', hemi=None, method='linear')[source]

Resample data on fsLR surface to the fsaverage surface.

Parameters:
  • data (str or os.PathLike or nib.GiftiImage or tuple) – Input fsLR data to be resampled to fsaverage surface

  • target_density ({'3k', '10k', '41k', '164k'}, optional) – Desired density of output fsaverage surface. Default: ‘41k’

  • hemi ({'L', 'R'}, optional) – If data is not a tuple this specifies the hemisphere the data are representing. Default: None

  • method ({'nearest', 'linear'}, optional) – Method for resampling. Specify ‘nearest’ if data are label images. Default: ‘linear’

Returns:

resampled – Input data resampled to new surface

Return type:

tuple-of-nib.GiftiImage