| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-15 | Create python sample for OpTomo | Willem Jan Palenstijn | |
| 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 | |
| 2015-04-09 | Fixed a few CUDA 2D DART bugs. | Valerii Sokolov | |
| * Mixed width and height led to incorrect work on rectangular images. * Incorrect weight calculation in `devDartSmoothingRadius` (#47). | |||
| 2015-03-30 | Initialize variables to avoid warning | Willem Jan Palenstijn | |
| These variables are never used when uninitialized, but Visual Studio complains about them. | |||
| 2015-03-30 | Fix typo in error message | Willem Jan Palenstijn | |
| 2015-03-30 | Add missing error on wrong projgeom type in CProjector3D::initialize | Willem Jan Palenstijn | |
| 2015-03-20 | Merge pull request #30 from dmpelt/logging | Willem Jan Palenstijn | |
| New logging API | |||
| 2015-03-20 | Use FlushFileBuffers in Windows | Willem Jan Palenstijn | |
| 2015-03-20 | Fix indentation | Willem Jan Palenstijn | |
| 2015-03-20 | Fix comment | Willem Jan Palenstijn | |
| 2015-03-20 | Add MSVC project files | Willem Jan Palenstijn | |
| 2015-03-20 | Merge branch 'master' into logging | Willem Jan Palenstijn | |
| 2015-03-20 | Merge pull request #34 from wjp/msvc_gen | Willem Jan Palenstijn | |
| Generate MSVC 2008/2012 project files with a Python script | |||
| 2015-03-20 | Add command line option to generate vc09/vc11/all files | Willem Jan Palenstijn | |
| 2015-03-19 | Generate MSVC 2008/2012 project files with a Python script | Willem Jan Palenstijn | |
| 2015-03-19 | Fix windows build | Willem Jan Palenstijn | |
| 2015-03-18 | Merge pull request #28 from dmpelt/projector3d-python | Willem Jan Palenstijn | |
| Add projector3d and CUDA projectors to Python (to match new Matlab code) | |||
| 2015-03-13 | Only allow stdout and stderr for screen logging | Daniel M. Pelt | |
| 2015-03-13 | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | |
| 2015-03-13 | Enable logging to Matlab window using callback function | Daniel M. Pelt | |
| Also introduces a mex initialize function that is called at the first invocation of any mex method. | |||
| 2015-03-13 | Add logging support to Matlab | Daniel M. Pelt | |
| 2015-03-13 | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | |
| these defines | |||
