summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/ccpi
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python/ccpi')
-rw-r--r--Wrappers/Python/ccpi/reconstruction/Reconstructor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/ccpi/reconstruction/Reconstructor.py b/Wrappers/Python/ccpi/reconstruction/Reconstructor.py
index ba67327..2ad8a44 100644
--- a/Wrappers/Python/ccpi/reconstruction/Reconstructor.py
+++ b/Wrappers/Python/ccpi/reconstruction/Reconstructor.py
@@ -351,7 +351,7 @@ class FISTA():
#end
del proj_geomT
del vol_geomT
- else
+ else:
#% divergen beam geometry
#fprintf('%s \n', 'Calculating Lipshitz constant for divergen beam geometry...');
niter = 8; #% number of iteration for PM
@@ -391,7 +391,7 @@ class FISTA():
def setRegularizer(self, regularizer):
- if regularizer
+ #if regularizer
self.pars['regularizer'] = regularizer