diff options
author | dkazanc <dkazanc@hotmail.com> | 2019-02-22 10:31:06 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2019-02-22 10:31:06 +0000 |
commit | 3679e589cde1bdcede504b96d2a0df053289dbe4 (patch) | |
tree | 054e0c6ba0520c326f1e557d3f46daa69823203e | |
parent | 15040fcdb083db496dd42dbee216e983726620bf (diff) | |
download | regularization-3679e589cde1bdcede504b96d2a0df053289dbe4.tar.gz regularization-3679e589cde1bdcede504b96d2a0df053289dbe4.tar.bz2 regularization-3679e589cde1bdcede504b96d2a0df053289dbe4.tar.xz regularization-3679e589cde1bdcede504b96d2a0df053289dbe4.zip |
dem_upd
-rw-r--r-- | Wrappers/Python/demos/SoftwareX_supp/Demo_SimulData_Recon_SX.py | 6 |
1 files 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 |