summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorJakob Jorgensen <jakob.jorgensen@manchester.ac.uk>2018-03-14 19:13:13 +0000
committerJakob Jorgensen <jakob.jorgensen@manchester.ac.uk>2018-03-14 19:13:13 +0000
commit04d5c285ae953db4623c9fa9a33686bce664e676 (patch)
treeb36f46c33e7474533277766da60801a84fcee118 /Wrappers
parent3ab5bc6f4ea409c58c1a69ca58478a64ab192a35 (diff)
downloadframework-04d5c285ae953db4623c9fa9a33686bce664e676.tar.gz
framework-04d5c285ae953db4623c9fa9a33686bce664e676.tar.bz2
framework-04d5c285ae953db4623c9fa9a33686bce664e676.tar.xz
framework-04d5c285ae953db4623c9fa9a33686bce664e676.zip
Remove call to geoms
Diffstat (limited to 'Wrappers')
-rwxr-xr-xWrappers/Python/wip/simple_mc_demo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Wrappers/Python/wip/simple_mc_demo.py b/Wrappers/Python/wip/simple_mc_demo.py
index f15e704..f77a678 100755
--- a/Wrappers/Python/wip/simple_mc_demo.py
+++ b/Wrappers/Python/wip/simple_mc_demo.py
@@ -5,7 +5,6 @@ from ccpi.framework import ImageData, AcquisitionData, ImageGeometry, Acquisitio
from ccpi.reconstruction.algs import FISTA
from ccpi.reconstruction.funcs import Norm2sq, Norm1
from ccpi.astra.astra_ops import AstraProjectorMC
-from ccpi.reconstruction.geoms import VolumeGeometry, SinogramGeometry
import numpy
import matplotlib.pyplot as plt