summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorjakobsj <jakobsj@users.noreply.github.com>2018-03-14 19:15:21 +0000
committerGitHub <noreply@github.com>2018-03-14 19:15:21 +0000
commit19f4dcbf0e3d769bb29ace6232d1a63f88be396e (patch)
treeb36f46c33e7474533277766da60801a84fcee118 /Wrappers/Python
parent3ab5bc6f4ea409c58c1a69ca58478a64ab192a35 (diff)
parent04d5c285ae953db4623c9fa9a33686bce664e676 (diff)
downloadframework-19f4dcbf0e3d769bb29ace6232d1a63f88be396e.tar.gz
framework-19f4dcbf0e3d769bb29ace6232d1a63f88be396e.tar.bz2
framework-19f4dcbf0e3d769bb29ace6232d1a63f88be396e.tar.xz
framework-19f4dcbf0e3d769bb29ace6232d1a63f88be396e.zip
Merge pull request #64 from vais-ral/tiny_geoms_fix
Remove call to geoms
Diffstat (limited to 'Wrappers/Python')
-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