start incorporating correlation analysis

This commit is contained in:
2024-09-14 19:34:24 +02:00
parent 9a62dc88c6
commit 92c0d889cc
4 changed files with 231 additions and 78 deletions

View File

@@ -92,8 +92,8 @@ print(y1[0:50], y2[0:50] )
]
y2= [ i*5 for i in y2]
'''
'''
f1 = hdf.File('/hipa/bd/data/measurements/Tina_2024-08-07_10:41:04.h5','a')
f1 = hdf.File('/hipa/bd/data/measurements/Tina_2024-07-03_15:44:14.h5','a') #5Tina_2024-08-07_10:41:04.h5','a')
grp = f1.require_group('Raw_data')
if 't' in grp:
del grp['t']
@@ -109,8 +109,6 @@ dset_t = grp.create_dataset("t", data=t)
dset_t_idx = grp.create_dataset("t_idx", data=idx)
print(dset_y1.name)
f1.close()
'''
idx = np.array(idx) - t_offset*t_stepsize