fixed path in run_info

This commit is contained in:
2022-10-24 19:21:21 +02:00
parent 2f9169586c
commit 2fc29b1296

View File

@@ -15,7 +15,7 @@ def scan_info(run_number,base_path=None,small_data=True):
if base_path == None:
base_path = heuristic_extract_base_path()
scan = SFScanInfo(f"{base_path}/run{run_number:04}/meta/scan.json")
scan = SFScanInfo(f"{base_path}run{run_number:04}/meta/scan.json")
if small_data:
for i in range(len(scan.readbacks)):