mne.connectivity.seed_target_indices

mne.connectivity.seed_target_indices(seeds, targets)[source]

Generate indices parameter for seed based connectivity analysis.

Parameters
seedsarray of int | int

Seed indices.

targetsarray of int | int

Indices of signals for which to compute connectivity.

Returns
indicestuple of array

The indices parameter used for connectivity computation.