summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/wip
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-05-15 16:37:34 +0200
committerGitHub <noreply@github.com>2018-05-15 16:37:34 +0200
commit4f7b325602e113db8e8ecb4431675b78e4e578dc (patch)
tree0eeb88a139a1e156366defc6dd19e58dbc8da829 /Wrappers/Python/wip
parentab15b31baf13d3e4528e1cd713ab609a5ed39f0d (diff)
downloadframework-plugins-4f7b325602e113db8e8ecb4431675b78e4e578dc.tar.gz
framework-plugins-4f7b325602e113db8e8ecb4431675b78e4e578dc.tar.bz2
framework-plugins-4f7b325602e113db8e8ecb4431675b78e4e578dc.tar.xz
framework-plugins-4f7b325602e113db8e8ecb4431675b78e4e578dc.zip
moved padder to plugins (#14)
Diffstat (limited to 'Wrappers/Python/wip')
-rwxr-xr-xWrappers/Python/wip/demo_nexus.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Wrappers/Python/wip/demo_nexus.py b/Wrappers/Python/wip/demo_nexus.py
index 03739b1..ec30fd5 100755
--- a/Wrappers/Python/wip/demo_nexus.py
+++ b/Wrappers/Python/wip/demo_nexus.py
@@ -12,7 +12,8 @@ from ccpi.framework import ImageData, AcquisitionData, ImageGeometry, Acquisitio
from ccpi.optimisation.algs import FISTA, FBPD, CGLS
from ccpi.optimisation.funcs import Norm2sq, Norm1
from ccpi.plugins.ops import CCPiProjectorSimple
-from ccpi.processors import Normalizer, CenterOfRotationFinder, AcquisitionDataPadder
+from ccpi.processors import Normalizer, CenterOfRotationFinder
+from ccpi.plugins.processors import AcquisitionDataPadder
from ccpi.io.reader import NexusReader
# All external imports