jeu. 08 novembre 2018
Tags : Stimic notebook

Stimic - Analysis - Artefact evolution across contacts

Download the notebook : stimic_artefact_distance.py Shape evolution of the stimulation artefact along the electrode¶In this notebook, we analyse how the shape of the artefact changes when the distrance from the recording site to the stimulation site increases. In [3]: %matplotlib inline import matplotlib import numpy as np import pandas …

jeu. 08 novembre 2018

Stimic - Analysis - Artifact Carac

Download the notebook : stimic_artefact_carac.py Caracterization of the stimulation artefact¶ In [1]: %matplotlib inline import mne import pandas as pd import numpy as np import matplotlib.pyplot as plt import sys import seaborn as sns sys.path.append('../stimic_main/') import utils_stimic import utils_eeg_cleaning from stim_analysis_fun import * sns.set() sns.set_context …

jeu. 08 novembre 2018
Tags : Stimic notebook

Stimic - Analysis - Stim count

Download the notebook : stimic_stim_count.py Count Stim¶This notebook show how to count the number of stimulations in function of the different stimulation paremeters from the Stimulation Event File In [1]: %matplotlib inline import matplotlib import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn …