This commit is contained in:
efish 2018-11-30 16:06:32 +01:00
parent 4d5110c4b9
commit 416ef81e85
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ from IPython import embed
inch_factor = 2.54
sampling_rate = 40000
data_dir = '../data'
#dataset = '2018-11-09-ad-invivo-1'
dataset = '2018-11-14-ad-invivo-1'
dataset = '2018-11-09-ad-invivo-1'
#dataset = '2018-11-14-ad-invivo-1'
# read eod and time of baseline
time, eod = read_baseline_eod(os.path.join(data_dir, dataset))

View File

@ -43,7 +43,7 @@ plt.setp(ax1.get_xticklabels(), visible=False)
ax1.plot(time*1000, signal, color = 'royalblue', lw = 1)
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)