Skip to content

Instantly share code, notes, and snippets.

View RDoerfel's full-sized avatar
💭
Reading error messages

Ruben Dörfel RDoerfel

💭
Reading error messages
View GitHub Profile
"""
Source estimates on simulated data
Inspired by:
https://mne.tools/stable/auto_examples/simulation/plot_source_simulator.html?highlight=simulation
https://mne.tools/stable/auto_examples/simulation/plot_simulated_raw_data_using_subject_anatomy.html#sphx-glr-auto-examples-simulation-plot-simulated-raw-data-using-subject-anatomy-py
"""
import os.path as op
import numpy as np
"""
Inspired from:
https://mne.tools/stable/auto_examples/simulation/plot_source_simulator.html?highlight=simulation
and
https://mne.tools/stable/auto_examples/simulation/plot_simulated_raw_data_using_subject_anatomy.html#sphx-glr-auto-examples-simulation-plot-simulated-raw-data-using-subject-anatomy-py
"""
import os.path as op
import numpy as np