mne.channels.read_ch_connectivity(fname, picks=None)[source]¶Parse FieldTrip neighbors .mat file.
More information on these neighbor definitions can be found on the related FieldTrip documentation pages: http://fieldtrip.fcdonders.nl/template/neighbours
| Parameters: | fname : str 
 picks : array-like of int, shape (n_channels,) 
  | 
|---|---|
| Returns: | ch_connectivity : scipy.sparse matrix 
 ch_names : list 
  | 
mne.channels.read_ch_connectivity¶