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 arrays

The indices parameter used for connectivity computation.