diff --git a/pyzebra/ccl_process.py b/pyzebra/ccl_process.py index 7867e8649ff9b8f049ecc05b445a0452b7d8abc9..8e94e8dbe22895b597a56384bcbef4ada49d63a6 100644 --- a/pyzebra/ccl_process.py +++ b/pyzebra/ccl_process.py @@ -131,7 +131,7 @@ def merge_scans(scan_into, scan_from): scan_into[scan_motor] = pos_tmp scan_into["counts"] = val_tmp / num_tmp - scan_into["counts_err"] = np.sqrt(err_tmp) + scan_into["counts_err"] = np.sqrt(err_tmp) / num_tmp scan_from["export"] = False