summaryrefslogtreecommitdiffstats
path: root/python/astra/creators.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve python create_vol_geomAllard Hendriksen2017-10-171-18/+11
| | | | | | | | | | | Remove redundant window computations. Also fixes the problem where >> astra.create_vol_geom(10,10,10) would not set the window options while all other parameter configurations of create_vol_geom did set the window options. Respects custom arguments for the window.
* Update create_projector docstringWillem Jan Palenstijn2017-03-291-1/+2
|
* Python: added options for projector creation, like for the matlab interfaceNicola VIGANO2017-03-291-1/+4
| | | | Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
* Remove tabs from python codeWillem Jan Palenstijn2017-02-081-1/+1
|
* Update python headersWillem Jan Palenstijn2016-11-281-18/+17
|
* Fix Python create_projector docstringWillem Jan Palenstijn2016-10-191-1/+1
|
* Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn2015-12-161-7/+7
|
* Use less ambiguous letters for create_vol_geom docsWillem Jan Palenstijn2015-12-101-12/+12
|
* Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn2015-09-251-0/+15
|
* Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn2015-03-061-4/+0
|
* Added Python support for CUDA projectorsDaniel M. Pelt2015-03-051-41/+25
|
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+563