Skip to content
Snippets Groups Projects
Commit ed0b725b authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Use larger sigma_hi = 25.

parent 9286711f
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ noise /= np.std(noise) ...@@ -65,7 +65,7 @@ noise /= np.std(noise)
# Noise level range, 1 unit = 1 LSbit # Noise level range, 1 unit = 1 LSbit
sigma_lo = 0.1 sigma_lo = 0.1
sigma_hi = 5 sigma_hi = 25
sigmas = np.arange(sigma_lo, sigma_hi, 0.1) sigmas = np.arange(sigma_lo, sigma_hi, 0.1)
N_sigmas = len(sigmas) N_sigmas = len(sigmas)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment