fixed path in run_info
This commit is contained in:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user