We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10d58d commit 996639bCopy full SHA for 996639b
data_validation.py
@@ -15,7 +15,7 @@ def read_all_streams(uid, beamline_acronym=BEAMLINE_OR_ENDSTATION):
15
run = tiled_client[beamline_acronym]["raw"][uid]
16
print(f"Validating uid {run.metadata['start']['uid']}")
17
start_time = ttime.monotonic()
18
- for stream in run:
+ for stream in run['streams']:
19
print(f"{stream}:")
20
stream_start_time = ttime.monotonic()
21
stream_data = run[stream].read()
0 commit comments