diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-03-29 10:38:53 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-03-29 10:39:02 +0200 |
commit | 52392c4997225e255490d30cc097fc1ddd57614d (patch) | |
tree | c590671b292aa5374cdf6cc0880e46f984cee1bd | |
parent | ee0118aceff644f7e5cdb0c7298c41064357d86a (diff) | |
download | astra-52392c4997225e255490d30cc097fc1ddd57614d.tar.gz astra-52392c4997225e255490d30cc097fc1ddd57614d.tar.bz2 astra-52392c4997225e255490d30cc097fc1ddd57614d.tar.xz astra-52392c4997225e255490d30cc097fc1ddd57614d.zip |
Update create_projector docstring
-rw-r--r-- | python/astra/creators.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/astra/creators.py b/python/astra/creators.py index a0d347b..53d98e0 100644 --- a/python/astra/creators.py +++ b/python/astra/creators.py @@ -542,7 +542,8 @@ def create_projector(proj_type, proj_geom, vol_geom, options=None): :type proj_geom: :class:`dict` :param vol_geom: Volume geometry. :type vol_geom: :class:`dict` -:param options: Projector options structure defining ``'VoxelSuperSampling'``, ``'DetectorSuperSampling'``, and ``'GPUindex'``. +:param options: Projector options structure defining ``'VoxelSuperSampling'``, ``'DetectorSuperSampling'``. +:type options: :class:`dict` :returns: :class:`int` -- The ID of the projector. """ |