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. Examples using mne_connectivity.seed_target_indices# Compute Phase Slope Index (PSI) in source space for a visual stimulus# Compute coherence in source space using a MNE inverse solution# Compute seed-based time-frequency connectivity in sensor space#