summaryrefslogtreecommitdiffstats
path: root/python/astra
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-03-29 10:38:53 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-03-29 10:39:02 +0200
commit52392c4997225e255490d30cc097fc1ddd57614d (patch)
treec590671b292aa5374cdf6cc0880e46f984cee1bd /python/astra
parentee0118aceff644f7e5cdb0c7298c41064357d86a (diff)
downloadastra-52392c4997225e255490d30cc097fc1ddd57614d.tar.gz
astra-52392c4997225e255490d30cc097fc1ddd57614d.tar.bz2
astra-52392c4997225e255490d30cc097fc1ddd57614d.tar.xz
astra-52392c4997225e255490d30cc097fc1ddd57614d.zip
Update create_projector docstring
Diffstat (limited to 'python/astra')
-rw-r--r--python/astra/creators.py3
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.
"""