Skip to content

Instantly share code, notes, and snippets.

View deep-introspection's full-sized avatar
🎯
Focusing

Guillaume Dumas deep-introspection

🎯
Focusing
View GitHub Profile
import numpy as np
import matplotlib.pyplot as plt
import mne
from mne import io
from mne.connectivity import spectral_connectivity
from mne.datasets import sample
# Set parameters
data_path = sample.data_path()
raw_fname = data_path + '/MEG/sample/sample_audvis_filt-0-40_raw.fif'