summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-10-19 12:37:35 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-10-19 12:37:35 +0200
commit9a4372d61fc3c2c0661d479ffe4a13193c7f8862 (patch)
tree789cf5ba629d8b9dc6d3cc67362195be71212f5a
parentc599eac7c9576a74707a3fa9b3c02cff05b09760 (diff)
downloadastra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.gz
astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.bz2
astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.xz
astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.zip
Fix Python create_projector docstring
-rw-r--r--python/astra/creators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/astra/creators.py b/python/astra/creators.py
index 18504ea..7009884 100644
--- a/python/astra/creators.py
+++ b/python/astra/creators.py
@@ -535,7 +535,7 @@ def create_reconstruction(rec_type, proj_id, sinogram, iterations=1, use_mask='n
def create_projector(proj_type, proj_geom, vol_geom):
- """Create a 2D projector.
+ """Create a 2D or 3D projector.
:param proj_type: Projector type, such as ``'line'``, ``'linear'``, ...
:type proj_type: :class:`string`