| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-23 | Add support for Python algorithm plugins | Daniel M. Pelt | |
| 2015-07-23 | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | |
| To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms). | |||
| 2015-07-23 | Fix comments | Willem Jan Palenstijn | |
| 2015-07-23 | Reduce code duplication | Willem Jan Palenstijn | |
| 2015-05-29 | Increment version to 1.6 | Willem Jan Palenstijn | |
| 2015-05-29 | Fix vs2008 build | Willem Jan Palenstijn | |
| 2015-05-29 | Update utility files | Willem Jan Palenstijn | |
| 2015-05-29 | Update README, NEWS | Willem Jan Palenstijn | |
| 2015-05-26 | Fix optomo reconstruction for 1D input | Daniel M. Pelt | |
| 2015-05-26 | Merge pull request #65 from dmpelt/cython-char-fix | Willem Jan Palenstijn | |
| Hold reference to results of six.b calls | |||
| 2015-05-26 | Merge pull request #66 from dmpelt/fix-old-six | Willem Jan Palenstijn | |
| Fix range import for old six versions | |||
| 2015-05-26 | Fix Python samples for updated interface and old six versions | Daniel M. Pelt | |
| 2015-05-20 | Add note about autogen.sh | Willem Jan Palenstijn | |
| 2015-05-18 | Fix range import for old six versions | Daniel M. Pelt | |
| 2015-05-18 | Hold reference to results of six.b calls | Daan Pelt | |
| 2015-05-15 | Merge pull request #63 from wjp/optomo_sample | Willem Jan Palenstijn | |
| Create python sample for OpTomo | |||
| 2015-05-15 | Create python sample for OpTomo | Willem Jan Palenstijn | |
| 2015-05-15 | Merge pull request #49 from 3cHeLoN/astra-spot | Willem Jan Palenstijn | |
| Astra spot | |||
| 2015-05-15 | Add copyright header | Willem Jan Palenstijn | |
| 2015-05-15 | Add note about Spot to sample script | Willem Jan Palenstijn | |
| 2015-05-15 | Added ASTRA-Spot operator opTomo | Folkert 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-13 | Sync README.txt with README.md | Willem Jan Palenstijn | |
| 2015-05-13 | Add DOI link for JSB paper as well | Willem Jan Palenstijn | |
| 2015-05-13 | Update README.md | Wim van Aarle | |
| updated references | |||
| 2015-05-08 | fix memleaks in test | joergkappes | |
| 2015-05-08 | fix to small memory allocation | joergkappes | |
| 2015-05-08 | Merge pull request #61 from wjp/xmlnode_cleanup | Willem Jan Palenstijn | |
| Clean up XMLNode | |||
| 2015-05-08 | Merge pull request #46 from dmpelt/spot-like-python | Willem Jan Palenstijn | |
| Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg) | |||
| 2015-05-08 | Merge pull request #58 from dmpelt/python-link-size-check | Willem Jan Palenstijn | |
| Check data size when using 'link' function in Python | |||
| 2015-05-08 | Rename optomo.py for Python 2 support | Daniel M. Pelt | |
| 2015-05-07 | Use superclass __mul__ in Python OpTomo __mul__ | Daniel M. Pelt | |
| 2015-05-07 | Do not allow 1D input in Python link method | Daniel M. Pelt | |
| 2015-05-06 | Make XML array handling consistent | Willem Jan Palenstijn | |
| setContent and getContent were using different XML formats previously. | |||
| 2015-05-06 | Add extra XMLNode/XMLDocument/Config test | Willem Jan Palenstijn | |
| 2015-05-06 | Change XMLNode* to XMLNode | Willem Jan Palenstijn | |
| An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes. | |||
| 2015-05-04 | Add SPOT-like object for Python (overrides `__mul__` and works with ↵ | Daan Pelt | |
| scipy.sparse.linalg) | |||
| 2015-04-30 | Fix memory leak in the config | Jeroen Bédorf | |
| 2015-04-30 | Check data size when using 'link' function in Python | Daan Pelt | |
| 2015-04-29 | Merge pull request #57 from valeriysokolov/fix-rapidxml-includes | Willem Jan Palenstijn | |
| Now include path is system-independent. | |||
| 2015-04-29 | Now include path is system-independent. | Valerii Sokolov | |
| 2015-04-16 | Fix typo in configure python check | Willem Jan Palenstijn | |
| 2015-04-15 | Fix bug in astra_mex_data3d('create') zero-initialization | Willem Jan Palenstijn | |
| 2015-04-14 | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | |
| Add data3d('change_geometry') | |||
| 2015-04-14 | Merge pull request #51 from dmpelt/python-link | Willem Jan Palenstijn | |
| Add 'link' feature to Python (for 2D and 3D data) | |||
| 2015-04-10 | Add python data3d.change_geometry | Willem Jan Palenstijn | |
| 2015-04-10 | Add astra_mex_data3d('change_geometry', ...) | Willem Jan Palenstijn | |
| 2015-04-10 | Add changeGeometry function to Data3D classes | Willem Jan Palenstijn | |
| 2015-04-10 | Check input to mex_data3d/link is single | Willem Jan Palenstijn | |
| 2015-04-09 | Merge pull request #50 from valeriysokolov/fix-dart-smoothing | Willem Jan Palenstijn | |
| Fixed a few CUDA 2D DART bugs. | |||
| 2015-04-09 | Add 'link' feature to Python (for 2D and 3D data) | Daniel M. Pelt | |
