bug fix in scan_info()

This commit is contained in:
2022-10-24 23:45:22 +02:00
parent 2fc29b1296
commit 4c16eaf9df

View File

@@ -29,7 +29,7 @@ def channel_names(run_number,verbose=False):
if type(run_number) == SFScanInfo:
scan = run_number
else:
scan = cu.scan_info(run_number)
scan = scan_info(run_number)
channel_list = list(scan[0].keys())