From 3679e589cde1bdcede504b96d2a0df053289dbe4 Mon Sep 17 00:00:00 2001
From: dkazanc <dkazanc@hotmail.com>
Date: Fri, 22 Feb 2019 10:31:06 +0000
Subject: dem_upd

---
 Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py b/Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py
index a9e45b6..5dbd436 100644
--- a/Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py
+++ b/Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py
@@ -17,7 +17,7 @@ or install from https://github.com/dkazanc/TomoRec
 @author: Daniil Kazantsev, e:mail daniil.kazantsev@diamond.ac.uk
 GPLv3 license (ASTRA toolbox)
 """
-import timeit
+#import timeit
 import matplotlib.pyplot as plt
 import numpy as np
 import h5py
@@ -202,8 +202,8 @@ RecADMM_reg_diff4th = RectoolsIR.ADMM(projdata_norm,
                               rho_const = 2000.0, \
                               iterationsADMM = 30, \
                               regularisation = 'Diff4th', \
-                              regularisation_parameter = 0.005,\
-                              regularisation_iterations = 500)
+                              regularisation_parameter = 0.0005,\
+                              regularisation_iterations = 200)
 
 sliceSel = int(0.5*N_size)
 max_val = 1
-- 
cgit v1.2.3