diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-03-06 10:58:50 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2015-03-06 11:07:02 +0100 |
commit | f603045f5bb41de6bc1ffa93badd932b891f5f1d (patch) | |
tree | 1474b4dd207c29cd5a8ad2bf85d78743f7507e46 /python | |
parent | 1c247ef5576afe401be02e08b974824263f3d61b (diff) | |
download | astra-f603045f5bb41de6bc1ffa93badd932b891f5f1d.tar.gz astra-f603045f5bb41de6bc1ffa93badd932b891f5f1d.tar.bz2 astra-f603045f5bb41de6bc1ffa93badd932b891f5f1d.tar.xz astra-f603045f5bb41de6bc1ffa93badd932b891f5f1d.zip |
Adjust docstring and samples to new python create_sino function
Diffstat (limited to 'python')
-rw-r--r-- | python/astra/creators.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/astra/creators.py b/python/astra/creators.py index 2e2dc71..68bc8a2 100644 --- a/python/astra/creators.py +++ b/python/astra/creators.py @@ -361,10 +361,6 @@ def create_sino(data, proj_id, returnData=True, gpuIndex=None): projection. Otherwise, returns a tuple containing the ID of the forward projection and the forward projection itself, in that order. - - The geometry of setup is defined by ``proj_id`` or with - ``proj_geom`` and ``vol_geom``. If ``proj_id`` is given, then - ``proj_geom`` and ``vol_geom`` must be None and vice versa. """ proj_geom = projector.projection_geometry(proj_id) vol_geom = projector.volume_geometry(proj_id) |