Voxel selection for surface-based searchlights
Methods
disc_voxel_attributes(src) | Voxel selection for single center node |
disc_voxel_indices_and_attributes(src) | For now this is a wrapper |
nodes2voxel_attributes(n2d, n2v[, ...]) | Computes voxel distances |
Voxel selection using cortical surfaces.
Parameters: | radius: int or float :
distance_surf: surf.Surface :
n2v: dict :
distance_metric: str :
outside_node_margin: float or True or None (default) :
|
---|
Methods
disc_voxel_attributes(src) | Voxel selection for single center node |
disc_voxel_indices_and_attributes(src) | For now this is a wrapper |
nodes2voxel_attributes(n2d, n2v[, ...]) | Computes voxel distances |
Voxel selection for single center node
Parameters: | src: int :
|
---|---|
Returns: | voxprops: dict :
|
For now this is a wrapper TODO integrate with calling function
Computes voxel distances
Parameters: | n2d: dict :
n2v: dict :
distancesummary: function :
|
---|---|
Returns: | voxelprops: dict :
|