summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-10-10 14:10:58 +0100
committerGitHub <noreply@github.com>2019-10-10 14:10:58 +0100
commite86e4e1e07392db3a42bd02a50e6e54dda944e73 (patch)
tree2a055f7e63525c73ddcbd056e9ed4aef4e60e9c9
parent743d40f9b98c3b15475fafdee26c9290833f3388 (diff)
downloadframework-e86e4e1e07392db3a42bd02a50e6e54dda944e73.tar.gz
framework-e86e4e1e07392db3a42bd02a50e6e54dda944e73.tar.bz2
framework-e86e4e1e07392db3a42bd02a50e6e54dda944e73.tar.xz
framework-e86e4e1e07392db3a42bd02a50e6e54dda944e73.zip
remove angle from ImageGeometry (#378)
closes #371
-rwxr-xr-xWrappers/Python/ccpi/framework/framework.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Wrappers/Python/ccpi/framework/framework.py b/Wrappers/Python/ccpi/framework/framework.py
index c27ad1e..3146689 100755
--- a/Wrappers/Python/ccpi/framework/framework.py
+++ b/Wrappers/Python/ccpi/framework/framework.py
@@ -45,7 +45,6 @@ class ImageGeometry(object):
RANDOM = 'random'
RANDOM_INT = 'random_int'
CHANNEL = 'channel'
- ANGLE = 'angle'
VERTICAL = 'vertical'
HORIZONTAL_X = 'horizontal_x'
HORIZONTAL_Y = 'horizontal_y'