From a7cf97017b86f6e7eac9a6e2308b017658e5e4d3 Mon Sep 17 00:00:00 2001 From: Gemma Fardell Date: Fri, 5 Jul 2019 16:53:38 +0100 Subject: Removed PowerMethodNonSquare() call --- Wrappers/Python/ccpi/astra/operators/AstraProjector3DSimple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wrappers/Python/ccpi/astra/operators/AstraProjector3DSimple.py b/Wrappers/Python/ccpi/astra/operators/AstraProjector3DSimple.py index 8ba7684..fabfe33 100644 --- a/Wrappers/Python/ccpi/astra/operators/AstraProjector3DSimple.py +++ b/Wrappers/Python/ccpi/astra/operators/AstraProjector3DSimple.py @@ -64,5 +64,5 @@ class AstraProjector3DSimple(LinearOperator): def norm(self): x0 = self.volume_geometry.allocate('random') - self.s1, sall, svec = LinearOperator.PowerMethodNonsquare(self, 50, x0) + self.s1, sall, svec = LinearOperator.PowerMethod(self, 50, x0) return self.s1 \ No newline at end of file -- cgit v1.2.3