summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaggelis Papoutsellis <22398586+epapoutsellis@users.noreply.github.com>2019-03-22 15:49:05 +0000
committerGitHub <noreply@github.com>2019-03-22 15:49:05 +0000
commitcae3bf699151b7ca840ff81045be0bacf8a5276b (patch)
tree1f3bb5710086c263b22a42b6eb814606ae503fcd
parent1f037b3244e6df88d69d2542c6e09e67b94e949f (diff)
downloadastra-wrapper-cae3bf699151b7ca840ff81045be0bacf8a5276b.tar.gz
astra-wrapper-cae3bf699151b7ca840ff81045be0bacf8a5276b.tar.bz2
astra-wrapper-cae3bf699151b7ca840ff81045be0bacf8a5276b.tar.xz
astra-wrapper-cae3bf699151b7ca840ff81045be0bacf8a5276b.zip
Add methods to AstraProjectorSimple
norm, domain_geometry. range_geometry and also is Linear Operator
-rwxr-xr-xWrappers/Python/ccpi/astra/ops.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/astra/ops.py b/Wrappers/Python/ccpi/astra/ops.py
index ead97d6..4d459b3 100755
--- a/Wrappers/Python/ccpi/astra/ops.py
+++ b/Wrappers/Python/ccpi/astra/ops.py
@@ -16,7 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from ccpi.optimisation.operators import Operator, LinearOperator
-from ccpi.optimisation.operators import LinearOperator
import numpy
from ccpi.framework import AcquisitionData, ImageData, DataContainer
from ccpi.optimisation.ops import PowerMethodNonsquare