From f3196084b75c65c5ade32eb141205139d49530a5 Mon Sep 17 00:00:00 2001
From: Nicola Vigano <nicola.vigano@esrf.fr>
Date: Thu, 26 May 2016 17:04:34 +0200
Subject: [PATCH] 6D-rec: updated default lambda parameter

Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr>
---
 5_reconstruction/gtRecGrainsDefaultParameters.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/5_reconstruction/gtRecGrainsDefaultParameters.m b/5_reconstruction/gtRecGrainsDefaultParameters.m
index c2a0faab..7ef81bf5 100644
--- a/5_reconstruction/gtRecGrainsDefaultParameters.m
+++ b/5_reconstruction/gtRecGrainsDefaultParameters.m
@@ -13,7 +13,7 @@ function par_rec = gtRecGrainsDefaultParameters(algo)
         case {'6DL1', '6DTV', '6DTVL1'}
             par_6D_rec_opts = struct( ...
                 'grid_edge', 7, 'num_interp', 0, ...
-                'lambda', 1e-1, 'volume_downscaling', 1, ...
+                'lambda', 1e-2, 'volume_downscaling', 1, ...
                 'ospace_super_sampling', 1, 'rspace_super_sampling', 1, ...
                 'ospace_oversize', 1.1, 'rspace_oversize', 1.2, ...
                 'shape_functions_type', 'none');
-- 
GitLab