buh
This commit is contained in:
parent
4d5110c4b9
commit
416ef81e85
@ -9,8 +9,8 @@ from IPython import embed
|
|||||||
inch_factor = 2.54
|
inch_factor = 2.54
|
||||||
sampling_rate = 40000
|
sampling_rate = 40000
|
||||||
data_dir = '../data'
|
data_dir = '../data'
|
||||||
#dataset = '2018-11-09-ad-invivo-1'
|
dataset = '2018-11-09-ad-invivo-1'
|
||||||
dataset = '2018-11-14-ad-invivo-1'
|
#dataset = '2018-11-14-ad-invivo-1'
|
||||||
|
|
||||||
# read eod and time of baseline
|
# read eod and time of baseline
|
||||||
time, eod = read_baseline_eod(os.path.join(data_dir, dataset))
|
time, eod = read_baseline_eod(os.path.join(data_dir, dataset))
|
||||||
|
@ -43,7 +43,7 @@ plt.setp(ax1.get_xticklabels(), visible=False)
|
|||||||
ax1.plot(time*1000, signal, color = 'royalblue', lw = 1)
|
ax1.plot(time*1000, signal, color = 'royalblue', lw = 1)
|
||||||
ax2.plot(time*1000, freq, color = 'royalblue', lw = 3)
|
ax2.plot(time*1000, freq, color = 'royalblue', lw = 3)
|
||||||
|
|
||||||
ax1.set_ylabel("field [mV]", fontsize = 22)
|
ax1.set_ylabel("Field [mV]", fontsize = 22)
|
||||||
|
|
||||||
|
|
||||||
ax1.yaxis.set_label_coords(-0.1, 0.5)
|
ax1.yaxis.set_label_coords(-0.1, 0.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user