Improve scan merging feedback

This commit is contained in:
usov_i 2021-02-10 16:18:38 +01:00
parent 6a822c4c85
commit 699c5f3d11

View File

@ -74,4 +74,4 @@ def _merge_scans(scan1, scan2):
scan1["omega"] = omega[index]
scan1["Counts"] = counts[index]
print(f'Scan {scan2["idx"]} merged into {scan1["idx"]}')
print(f'Merging scans: {scan1["idx"]} <-- {scan2["idx"]}')