diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-10-19 12:37:35 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-10-19 12:37:35 +0200 |
commit | 9a4372d61fc3c2c0661d479ffe4a13193c7f8862 (patch) | |
tree | 789cf5ba629d8b9dc6d3cc67362195be71212f5a /python/astra/creators.py | |
parent | c599eac7c9576a74707a3fa9b3c02cff05b09760 (diff) | |
download | astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.gz astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.bz2 astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.tar.xz astra-9a4372d61fc3c2c0661d479ffe4a13193c7f8862.zip |
Fix Python create_projector docstring
Diffstat (limited to 'python/astra/creators.py')
-rw-r--r-- | python/astra/creators.py | 2 |
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` |