summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-05-07 11:17:00 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2019-05-07 11:17:00 +0100
commit6a8e5a212679dea33e767a2f30bac4e88bce21fe (patch)
tree67129229d028799c9869f388d3c13037495f3cd9 /Wrappers/Python
parent640feb256a172c22ef4ab78f792e214f62ef5beb (diff)
downloadframework-6a8e5a212679dea33e767a2f30bac4e88bce21fe.tar.gz
framework-6a8e5a212679dea33e767a2f30bac4e88bce21fe.tar.bz2
framework-6a8e5a212679dea33e767a2f30bac4e88bce21fe.tar.xz
framework-6a8e5a212679dea33e767a2f30bac4e88bce21fe.zip
update astra calls
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/wip/pdhg_TV_tomography2D.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Wrappers/Python/wip/pdhg_TV_tomography2D.py b/Wrappers/Python/wip/pdhg_TV_tomography2D.py
index cd91409..1be3dfa 100644
--- a/Wrappers/Python/wip/pdhg_TV_tomography2D.py
+++ b/Wrappers/Python/wip/pdhg_TV_tomography2D.py
@@ -19,8 +19,7 @@ from ccpi.optimisation.operators import BlockOperator, Gradient
from ccpi.optimisation.functions import ZeroFunction, L2NormSquared, \
MixedL21Norm, BlockFunction
-from ccpi.astra.ops import AstraProjectorSimple
-from skimage.util import random_noise
+from ccpi.astra.operators import AstraProjectorSimple
from timeit import default_timer as timer