Get vertices on each hemisphere that are close to the other hemisphere.
SourceSpacesThe source space. Must be surface type.
floatMaximal Euclidean distance (in m) between vertices in one hemisphere compared to the other to consider neighbors.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
coo_matrixThe adjacency matrix describing the spatial graph structure. Typically this should be combined (addititively) with another existing intra-hemispheric adjacency matrix, e.g. computed using geodesic distances.