Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix 'get_registered' in Matlab with Python 3 | Daniel M. Pelt | 2015-07-23 | 1 | -5/+18 | |
* | | | Also use ProjectorId in ReconstructionAlgorithm3D plugin base | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 | |
* | | | Clear Python error when plugin is not find in getHelp | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 | |
* | | | Normalize Python exceptions (needed for some) | Daniel M. Pelt | 2015-07-23 | 1 | -0/+1 | |
* | | | Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes) | Daniel M. Pelt | 2015-07-23 | 3 | -1/+55 | |
* | | | Allow registering plugins without explicit name, and fix exception handling w... | Daniel M. Pelt | 2015-07-23 | 6 | -91/+138 | |
* | | | Always log Python errors when importing/creating plugins | Daniel M. Pelt | 2015-07-23 | 1 | -4/+8 | |
* | | | Also log Python errors when importing and creating Python plugins | Daniel M. Pelt | 2015-07-23 | 1 | -0/+48 | |
* | | | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | 2015-07-23 | 4 | -0/+37 | |
* | | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 2 | -69/+6 | |
* | | | Also allow tuples to be passed in a config dict | Daniel M. Pelt | 2015-07-23 | 1 | -2/+2 | |
* | | | Show more useful information when a plugin raises an exception | Daniel M. Pelt | 2015-07-23 | 1 | -4/+5 | |
* | | | Allow plugins without keywords | Daniel M. Pelt | 2015-07-23 | 1 | -1/+4 | |
* | | | Log error when running Python plugin algorithm | Daniel M. Pelt | 2015-07-23 | 2 | -1/+8 | |
* | | | Fix passing a python list as option | Daniel M. Pelt | 2015-07-23 | 1 | -0/+2 | |
* | | | Fix config to dict translation for array options | Daniel M. Pelt | 2015-07-23 | 1 | -1/+6 | |
* | | | Better way of passing options to Python plugin using inspect | Daniel M. Pelt | 2015-07-23 | 2 | -21/+16 | |
* | | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 12 | -70/+851 | |
* | | | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | 2015-07-23 | 1 | -0/+19 | |
* | | | Fix comments | Willem Jan Palenstijn | 2015-07-23 | 1 | -5/+5 | |
* | | | Reduce code duplication | Willem Jan Palenstijn | 2015-07-23 | 1 | -8/+5 | |
|/ / | ||||||
* | | Increment version to 1.6 | Willem Jan Palenstijn | 2015-05-29 | 2 | -3/+3 | |
* | | Fix vs2008 build | Willem Jan Palenstijn | 2015-05-29 | 2 | -10/+19 | |
* | | Update utility files | Willem Jan Palenstijn | 2015-05-29 | 3 | -287/+438 | |
* | | Update README, NEWS | Willem Jan Palenstijn | 2015-05-29 | 4 | -4/+16 | |
* | | Fix optomo reconstruction for 1D input | Daniel M. Pelt | 2015-05-26 | 1 | -1/+1 | |
* | | Merge pull request #65 from dmpelt/cython-char-fix | Willem Jan Palenstijn | 2015-05-26 | 1 | -7/+14 | |
|\ \ | ||||||
| * | | Hold reference to results of six.b calls | Daan Pelt | 2015-05-18 | 1 | -7/+14 | |
* | | | Merge pull request #66 from dmpelt/fix-old-six | Willem Jan Palenstijn | 2015-05-26 | 3 | -3/+18 | |
|\ \ \ | ||||||
| * | | | Fix range import for old six versions | Daniel M. Pelt | 2015-05-18 | 3 | -3/+18 | |
* | | | | Fix Python samples for updated interface and old six versions | Daniel M. Pelt | 2015-05-26 | 2 | -4/+12 | |
| |_|/ |/| | | ||||||
* | | | Add note about autogen.sh | Willem Jan Palenstijn | 2015-05-20 | 2 | -0/+2 | |
|/ / | ||||||
* | | Merge pull request #63 from wjp/optomo_sample | Willem Jan Palenstijn | 2015-05-15 | 1 | -0/+61 | |
|\ \ | ||||||
| * | | Create python sample for OpTomo | Willem Jan Palenstijn | 2015-05-15 | 1 | -0/+61 | |
* | | | Merge pull request #49 from 3cHeLoN/astra-spot | Willem Jan Palenstijn | 2015-05-15 | 3 | -0/+371 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add copyright header | Willem Jan Palenstijn | 2015-05-15 | 1 | -0/+10 | |
| * | | Add note about Spot to sample script | Willem Jan Palenstijn | 2015-05-15 | 1 | -0/+8 | |
| * | | Added ASTRA-Spot operator opTomo | Folkert Bleichrodt | 2015-05-15 | 3 | -0/+353 | |
* | | | Sync README.txt with README.md | Willem Jan Palenstijn | 2015-05-13 | 1 | -3/+6 | |
* | | | Add DOI link for JSB paper as well | Willem Jan Palenstijn | 2015-05-13 | 1 | -1/+1 | |
* | | | Update README.md | Wim van Aarle | 2015-05-13 | 1 | -2/+7 | |
* | | | fix memleaks in test | joergkappes | 2015-05-08 | 2 | -0/+10 | |
* | | | fix to small memory allocation | joergkappes | 2015-05-08 | 1 | -2/+2 | |
* | | | Merge pull request #61 from wjp/xmlnode_cleanup | Willem Jan Palenstijn | 2015-05-08 | 56 | -730/+639 | |
|\ \ \ | ||||||
| * | | | Make XML array handling consistent | Willem Jan Palenstijn | 2015-05-06 | 5 | -117/+127 | |
| * | | | Add extra XMLNode/XMLDocument/Config test | Willem Jan Palenstijn | 2015-05-06 | 1 | -0/+16 | |
| * | | | Change XMLNode* to XMLNode | Willem Jan Palenstijn | 2015-05-06 | 56 | -635/+518 | |
* | | | | Merge pull request #46 from dmpelt/spot-like-python | Willem Jan Palenstijn | 2015-05-08 | 5 | -139/+201 | |
|\ \ \ \ | ||||||
| * | | | | Rename optomo.py for Python 2 support | Daniel M. Pelt | 2015-05-08 | 2 | -1/+1 | |
| * | | | | Use superclass __mul__ in Python OpTomo __mul__ | Daniel M. Pelt | 2015-05-07 | 1 | -22/+11 |