summaryrefslogtreecommitdiffstats
path: root/python/astra
Commit message (Collapse)AuthorAgeFilesLines
* Fix python set_gpu_index default memory argumentWillem Jan Palenstijn2018-11-071-1/+1
|
* Add support for checking features at run-timeWillem Jan Palenstijn2018-09-253-2/+22
|
* Raise exception when setting GPU memory unrealistically smallWillem Jan Palenstijn2018-09-251-0/+2
|
* Split up PythonPluginAlgorithm filesWillem Jan Palenstijn2018-08-285-191/+284
|
* Make filename more consistentWillem Jan Palenstijn2018-08-282-2/+2
|
* Allow access to python plugin object via algorithm interfaceWillem Jan Palenstijn2018-07-034-0/+39
|
* Update authorsWillem Jan Palenstijn2018-06-221-2/+2
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-221-1/+1
|
* iMinds -> imecWillem Jan Palenstijn2018-01-2446-46/+46
|
* Update copyright dateWillem Jan Palenstijn2018-01-2446-91/+91
|
* Update contact emailWillem Jan Palenstijn2018-01-1246-46/+46
|
* Improve postalignment functionWillem Jan Palenstijn2018-01-092-20/+14
|
* Fix comments for postalignment functionWillem Jan Palenstijn2018-01-091-2/+9
|
* Add geom_size, geom_2vec to main astra moduleWillem Jan Palenstijn2018-01-091-1/+1
|
* Add astra.test/astra_test functionWillem Jan Palenstijn2018-01-092-2/+12
|
* Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn2018-01-091-1/+2
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-222-9/+38
|\
| * Add experimental accumulate_FP/BP/FDK python functionsWillem Jan Palenstijn2017-11-221-8/+37
| |
| * Update version to 1.9.0devWillem Jan Palenstijn2017-11-221-1/+1
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-2210-39/+167
|\|
| * Remove unused codeWillem Jan Palenstijn2017-11-142-4/+3
| |
| * Update version to 1.8.3Willem Jan Palenstijn2017-11-061-1/+1
| |
| * Add basic post-install python testsWillem Jan Palenstijn2017-11-012-0/+98
| |
| * Move set_gpu_index, get_gpu_info from astra.astra to astraWillem Jan Palenstijn2017-11-011-1/+2
| |
| * Separate cuda from astra headers furtherWillem Jan Palenstijn2017-11-011-2/+1
| |
| * Fix usage of cython exceptWillem Jan Palenstijn2017-10-261-7/+13
| |
| * Fix usage of cython exceptWillem Jan Palenstijn2017-10-231-2/+2
| |
| * Support 2d/3d in astra.algorithm.get_res_normWillem Jan Palenstijn2017-10-232-5/+16
| |
| * Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-171-0/+2
| | | | | | | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
| * Add astra.astra.get_gpu_info utility functionWillem Jan Palenstijn2017-10-172-0/+19
| |
| * 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-10-116-8/+18
|\|
| * Improve object creation error messagesWillem Jan Palenstijn2017-10-116-8/+18
| |
* | Support parallel_vec in python geom_sizeWillem Jan Palenstijn2017-10-111-1/+1
| |
* | Fix spaces/tabsWillem Jan Palenstijn2017-09-191-2/+2
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1545-793/+1070
|\|
| * 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>
| * Fix python buildWillem Jan Palenstijn2017-03-011-1/+1
| |
| * Remove tabs from python codeWillem Jan Palenstijn2017-02-083-202/+202
| |
| * Improve data2d/data3d error messagesWillem Jan Palenstijn2017-02-083-61/+70
| |
| * Make typechecks in data3d.create more robustWillem Jan Palenstijn2017-02-081-10/+18
| |
| * Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-085-38/+113
| |
| * Make python -sinocone a synonym of -sino.Willem Jan Palenstijn2017-02-081-13/+1
| | | | | | | | The matlab interface already behaves like this.
| * Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-081-1/+0
| |
| * Update version to 1.8Willem Jan Palenstijn2016-12-051-1/+1
| |
| * Add astra.__version__ (PEP396)Willem Jan Palenstijn2016-12-013-20/+2
| |
| * Update python headersWillem Jan Palenstijn2016-11-2845-494/+487
| |
| * Add CGLS pluginWillem Jan Palenstijn2016-11-182-0/+100
| |
| * Add SIRT pluginWillem Jan Palenstijn2016-11-183-0/+119
| |