diff options
author | Vaggelis Papoutsellis <22398586+epapoutsellis@users.noreply.github.com> | 2019-03-22 15:49:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 15:49:05 +0000 |
commit | cae3bf699151b7ca840ff81045be0bacf8a5276b (patch) | |
tree | 1f3bb5710086c263b22a42b6eb814606ae503fcd /Wrappers/Python/ccpi | |
parent | 1f037b3244e6df88d69d2542c6e09e67b94e949f (diff) | |
download | astra-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
Diffstat (limited to 'Wrappers/Python/ccpi')
-rwxr-xr-x | Wrappers/Python/ccpi/astra/ops.py | 1 |
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 |