corrected h5.py line 67

This commit is contained in:
2020-03-20 21:02:44 +01:00
parent f00841daf0
commit 8aafbb395c

View File

@ -64,6 +64,6 @@ def open_h5meta(filepath):
h5meta_content = read_h5meta(filepath)
for file in h5meta_content["filelist"]:
data[file] = read_detector_data(file)
angles[file] = read_angle_data(file)
angles[file] = read_detector_data(file)
return data, angles