From 699c5f3d1147c326cdf5a61905fc5ee35a3bc22c Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Wed, 10 Feb 2021 16:18:38 +0100 Subject: [PATCH] Improve scan merging feedback --- pyzebra/ccl_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzebra/ccl_process.py b/pyzebra/ccl_process.py index 9891d4c..47d84b0 100644 --- a/pyzebra/ccl_process.py +++ b/pyzebra/ccl_process.py @@ -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"]}')