diff options
| -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.  """  | 
