start incorporating correlation analysis
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user