summaryrefslogtreecommitdiffstats
path: root/python/astra
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Improve object creation error messagesWillem Jan Palenstijn2017-10-116-8/+18
|
* 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
|
* Fix Python create_projector docstringWillem Jan Palenstijn2016-10-191-1/+1
|
* Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-6/+4
|
* Merge pull request #47 from wjp/OpTomo_outWillem Jan Palenstijn2016-04-261-30/+66
|\ | | | | Give OpTomo FP/BP functions with optional out argument
| * Give OpTomo FP/BP functions with optional out argumentWillem Jan Palenstijn2016-04-251-30/+66
| | | | | | | | This allows more efficient use of allocated arrays.
* | Merge pull request #46 from dmpelt/python_cxxWillem Jan Palenstijn2016-04-251-0/+2
|\ \ | | | | | | Use CXX for Python compilation as well
| * | Use CXX for Python compilation as wellDaniel M. Pelt2016-04-191-0/+2
| | |
* | | Merge pull request #50 from wjp/data3d_dimensionsWillem Jan Palenstijn2016-04-251-1/+1
|\ \ \ | |_|/ |/| | Reverse output of astra.data3d.dimensions
| * | Reverse output of astra.data3d.dimensionsWillem Jan Palenstijn2016-04-251-1/+1
| |/ | | | | | | | | | | This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell.
* / Change flatten to ravel in Python codeDaniel M. Pelt2016-04-251-2/+2
|/
* Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-153-2/+86
|\ | | | | Add an AstraIndexManager
| * Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-0114-212/+679
| |\
| * | Add python astra.astra delete/info based on index managerWillem Jan Palenstijn2016-02-173-2/+88
| | |
* | | Encode Python bool as int in XML instead of strDaniel M. Pelt2016-03-041-4/+8
| | |
* | | Fix small Python errorsDaniel M. Pelt2016-03-023-3/+5
| |/ |/|
* | Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn2016-02-291-1/+5
| |
* | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-2214-209/+674
|\ \ | |/ |/| Remove dependency of libastra on libpython
| * Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn2016-02-0214-210/+206
| |
| * Move fixLapackLoading to astra_mex_pluginWillem Jan Palenstijn2016-01-271-32/+0
| |
| * Decrement refcount of CallMethod return valueWillem Jan Palenstijn2016-01-271-1/+4
| |
| * Fix whitespaceWillem Jan Palenstijn2016-01-211-1/+1
| |
| * Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-213-5/+503
| |
* | Allow multiple GPUs in ASTRA_GPU_INDEX envvarWillem Jan Palenstijn2016-01-191-4/+4
| |
* | Change python set_gpu_index to matchWillem Jan Palenstijn2016-01-192-5/+20
|/
* Fix experimental.pyx for non-CUDA compilationDaniel M. Pelt2016-01-191-47/+49
|
* Update creditsWillem Jan Palenstijn2016-01-051-15/+13
|
* 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
|
* Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-042-0/+86
|\ | | | | Add CompositeGeometryManager
| * Add sample for experimental composite geometry codeWillem Jan Palenstijn2015-12-042-0/+86
| |
* | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-046-2/+226
|\ \ | |/ |/| Add support for Python algorithm plugins
| * Reduce dependency of python code on libastraWillem Jan Palenstijn2015-12-041-5/+77
| |
| * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-017-14/+45
| |\ | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| * | Also use ProjectorId in ReconstructionAlgorithm3D plugin baseDaniel M. Pelt2015-07-231-0/+1
| | |