diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-09 14:46:14 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-09 15:17:44 +0100 |
commit | f7037ad8af95af569649cff0afba97babebe9425 (patch) | |
tree | 5867fde6d740904a5b3a9af33c0b4ba3a130efad /python | |
parent | f757ae3a98b49b34bbf08ab53e5724d17000e7c9 (diff) | |
download | astra-f7037ad8af95af569649cff0afba97babebe9425.tar.gz astra-f7037ad8af95af569649cff0afba97babebe9425.tar.bz2 astra-f7037ad8af95af569649cff0afba97babebe9425.tar.xz astra-f7037ad8af95af569649cff0afba97babebe9425.zip |
Add geom_size, geom_2vec to main astra module
Diffstat (limited to 'python')
-rw-r--r-- | python/astra/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/astra/__init__.py b/python/astra/__init__.py index e813194..9321495 100644 --- a/python/astra/__init__.py +++ b/python/astra/__init__.py @@ -25,7 +25,7 @@ from . import matlab as m from .creators import astra_dict,create_vol_geom, create_proj_geom, create_backprojection, create_sino, create_reconstruction, create_projector,create_sino3d_gpu, create_backprojection3d_gpu -from .functions import data_op, add_noise_to_sino, clear, move_vol_geom +from .functions import data_op, add_noise_to_sino, clear, move_vol_geom, geom_size, geom_2vec from .extrautils import clipCircle from .astra import set_gpu_index, get_gpu_info, use_cuda from . import data2d |