summaryrefslogtreecommitdiffstats
path: root/python/astra
Commit message (Collapse)AuthorAgeFilesLines
* Use CXX for Python compilation as wellDaniel M. Pelt2016-04-191-0/+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
| | |
| * | Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes)Daniel M. Pelt2015-07-233-1/+55
| | |
| * | Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt2015-07-232-45/+40
| | | | | | | | | | | | when running in Matlab
| * | Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
| | |
| * | Show more useful information when a plugin raises an exceptionDaniel M. Pelt2015-07-231-4/+5
| | |
| * | Allow plugins without keywordsDaniel M. Pelt2015-07-231-1/+4
| | |
| * | Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-0/+7
| | |
| * | Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
| | |
| * | Better way of passing options to Python plugin using inspectDaniel M. Pelt2015-07-231-12/+12
| | |
| * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-234-67/+160
| | |
* | | Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn2015-09-251-0/+15
| |/ |/|
* | Release the gil in algorithm.runDaniel M. Pelt2015-08-102-2/+4
| |
* | Define a transpose for the OpTomo transpose as wellDaniel M. Pelt2015-07-301-0/+8
| | | | | | | | Allows for chaining .T calls.
* | Fix Python OpTomo for scipy 0.16Daniel M. Pelt2015-07-301-1/+9
| | | | | | | | | | | | scipy 0.16 also uses .T to define a transpose, which conflicts with the old OpTomo implementation. OpTomo now also defines the _transpose() method, which .T will call in scipy 0.16.
* | Fix formatting when passing strings to log from high-level codeDaniel M. Pelt2015-07-171-4/+4
| |
* | Fix memory leak in configuration codeDaniel M. Pelt2015-06-252-4/+16
| |
* | Fix config to struct/dict translation for array optionsDaniel M. Pelt2015-06-241-1/+4
| |
* | Don't take address of temporary.Valerii Sokolov2015-06-221-2/+4
|/
* Fix optomo reconstruction for 1D inputDaniel M. Pelt2015-05-261-1/+1
|
* Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn2015-05-261-7/+14
|\ | | | | Hold reference to results of six.b calls
| * Hold reference to results of six.b callsDaan Pelt2015-05-181-7/+14
| |
* | Fix range import for old six versionsDaniel M. Pelt2015-05-183-3/+18
| |
* | Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn2015-05-083-50/+26
|\ \ | | | | | | Clean up XMLNode
| * | Make XML array handling consistentWillem Jan Palenstijn2015-05-062-26/+11
| | | | | | | | | | | | setContent and getContent were using different XML formats previously.
| * | Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-063-24/+15
| |/ | | | | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* | Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn2015-05-083-136/+198
|\ \ | | | | | | Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)