summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-23Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt
when running in Matlab
2015-07-23Always log Python errors when importing/creating pluginsDaniel M. Pelt
2015-07-23Also log Python errors when importing and creating Python pluginsDaniel M. Pelt
2015-07-23Fix numpy lapack loading when running in MatlabDaniel M. Pelt
2015-07-23Remove config text file loading for pluginsDaniel M. Pelt
2015-07-23Also allow tuples to be passed in a config dictDaniel M. Pelt
2015-07-23Show more useful information when a plugin raises an exceptionDaniel M. Pelt
2015-07-23Allow plugins without keywordsDaniel M. Pelt
2015-07-23Log error when running Python plugin algorithmDaniel M. Pelt
2015-07-23Fix passing a python list as optionDaniel M. Pelt
2015-07-23Fix config to dict translation for array optionsDaniel M. Pelt
2015-07-23Better way of passing options to Python plugin using inspectDaniel M. Pelt
2015-07-23Add support for Python algorithm pluginsDaniel M. Pelt
2015-07-23Add hooks for plugin support to AstraObjectFactoryWillem Jan Palenstijn
To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms).
2015-07-23Fix commentsWillem Jan Palenstijn
2015-07-23Reduce code duplicationWillem Jan Palenstijn
2015-05-29Increment version to 1.6Willem Jan Palenstijn
2015-05-29Fix vs2008 buildWillem Jan Palenstijn
2015-05-29Update utility filesWillem Jan Palenstijn
2015-05-29Update README, NEWSWillem Jan Palenstijn
2015-05-26Fix optomo reconstruction for 1D inputDaniel M. Pelt
2015-05-26Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn
Hold reference to results of six.b calls
2015-05-26Merge pull request #66 from dmpelt/fix-old-sixWillem Jan Palenstijn
Fix range import for old six versions
2015-05-26Fix Python samples for updated interface and old six versionsDaniel M. Pelt
2015-05-20Add note about autogen.shWillem Jan Palenstijn
2015-05-18Fix range import for old six versionsDaniel M. Pelt
2015-05-18Hold reference to results of six.b callsDaan Pelt
2015-05-15Merge pull request #63 from wjp/optomo_sampleWillem Jan Palenstijn
Create python sample for OpTomo
2015-05-15Create python sample for OpTomoWillem Jan Palenstijn
2015-05-15Merge pull request #49 from 3cHeLoN/astra-spotWillem Jan Palenstijn
Astra spot
2015-05-15Add copyright headerWillem Jan Palenstijn
2015-05-15Add note about Spot to sample scriptWillem Jan Palenstijn
2015-05-15Added ASTRA-Spot operator opTomoFolkert Bleichrodt
A Spot operator for the ASTRA projectors. Wraps the forward and backprojection operation into a Spot operator, which can be used with matrix-vector syntax in Matlab.
2015-05-13Sync README.txt with README.mdWillem Jan Palenstijn
2015-05-13Add DOI link for JSB paper as wellWillem Jan Palenstijn
2015-05-13Update README.mdWim van Aarle
updated references
2015-05-08fix memleaks in testjoergkappes
2015-05-08fix to small memory allocationjoergkappes
2015-05-08Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn
Clean up XMLNode
2015-05-08Merge pull request #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
2015-05-08Merge pull request #58 from dmpelt/python-link-size-checkWillem Jan Palenstijn
Check data size when using 'link' function in Python
2015-05-08Rename optomo.py for Python 2 supportDaniel M. Pelt
2015-05-07Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt
2015-05-07Do not allow 1D input in Python link methodDaniel M. Pelt
2015-05-06Make XML array handling consistentWillem Jan Palenstijn
setContent and getContent were using different XML formats previously.
2015-05-06Add extra XMLNode/XMLDocument/Config testWillem Jan Palenstijn
2015-05-06Change XMLNode* to XMLNodeWillem Jan Palenstijn
An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
2015-05-04Add SPOT-like object for Python (overrides `__mul__` and works with ↵Daan Pelt
scipy.sparse.linalg)
2015-04-30Fix memory leak in the configJeroen Bédorf
2015-04-30Check data size when using 'link' function in PythonDaan Pelt