This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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 |