From ed0b725b4156a6b204abfcfb10f3be810c5387c6 Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Mon, 24 Oct 2022 17:53:54 +0200 Subject: [PATCH] Use larger sigma_hi = 25. --- libraries/base/common/python/try_round_weight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/base/common/python/try_round_weight.py b/libraries/base/common/python/try_round_weight.py index b8d82b2a6f..e2a6986247 100644 --- a/libraries/base/common/python/try_round_weight.py +++ b/libraries/base/common/python/try_round_weight.py @@ -65,7 +65,7 @@ noise /= np.std(noise) # Noise level range, 1 unit = 1 LSbit sigma_lo = 0.1 -sigma_hi = 5 +sigma_hi = 25 sigmas = np.arange(sigma_lo, sigma_hi, 0.1) N_sigmas = len(sigmas) -- GitLab