summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2017-10-24 12:59:53 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2017-10-24 12:59:53 +0100
commitcf741b21f5a66d4b6157bef401a8ca240d8702b8 (patch)
tree6f9beef5f219406168ff76c0644d9ee6f4d0e732
parent57ccd56cacb3c437f706324f330af40a3a715f18 (diff)
downloadregularization-cf741b21f5a66d4b6157bef401a8ca240d8702b8.tar.gz
regularization-cf741b21f5a66d4b6157bef401a8ca240d8702b8.tar.bz2
regularization-cf741b21f5a66d4b6157bef401a8ca240d8702b8.tar.xz
regularization-cf741b21f5a66d4b6157bef401a8ca240d8702b8.zip
fix wrong indentation
-rw-r--r--src/Python/ccpi/reconstruction/FISTAReconstructor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Python/ccpi/reconstruction/FISTAReconstructor.py b/src/Python/ccpi/reconstruction/FISTAReconstructor.py
index 85bfac5..f43966c 100644
--- a/src/Python/ccpi/reconstruction/FISTAReconstructor.py
+++ b/src/Python/ccpi/reconstruction/FISTAReconstructor.py
@@ -602,7 +602,7 @@ class FISTAReconstructor():
# some useful constants
proj_geom , vol_geom, sino , \
- SlicesZ, weights , alpha_ring ,
+ SlicesZ, weights , alpha_ring ,\
lambdaR_L1 , L_const = self.getParameter(
['projector_geometry' , 'output_geometry',
'input_sinogram', 'SlicesZ' , 'weights', 'ring_alpha' ,