mne.spatial_inter_hemi_connectivity(src, dist, verbose=None)[source]¶Get vertices on each hemisphere that are close to the other hemisphere.
| Parameters: | src : instance of SourceSpaces
dist : float
verbose : bool, str, int, or None
|
|---|---|
| Returns: | connectivity : sparse COO matrix
|