summaryrefslogtreecommitdiffstats
path: root/python/astra/creators.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-221-18/+11
|\
| * 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.
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-151-21/+24
|\|
| * 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
| |
* | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-281-17/+32
|\|
| * 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
| |
* | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-261-45/+25
|\| | | | | | | | | | | | | | | Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
| * 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 parallel_vec to the python bindingsWim van Aarle2015-03-121-0/+13
|/
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+563