mne_connectivity.seed_target_indices¶
- mne_connectivity.seed_target_indices(seeds, targets)[source]¶
Generate indices parameter for seed based connectivity analysis.
- Parameters
seeds : array of int | int
Seed indices.
targets : array of int | int
Indices of signals for which to compute connectivity.
- Returns
indices : tuple of array
The indices parameter used for connectivity computation.