Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build | Willem Jan Palenstijn | 2016-04-22 | 2 | -131/+77 |
| | |||||
* | Change CPU FFT implementation | Daniel M. Pelt | 2016-04-22 | 2 | -221/+3338 |
| | |||||
* | Fix stringToInt parsing doubles | Willem Jan Palenstijn | 2016-04-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | 2016-04-15 | 1 | -8/+8 |
|\ | | | | | Add an AstraIndexManager | ||||
| * | Fix build | Willem Jan Palenstijn | 2016-03-01 | 1 | -6/+6 |
| | | |||||
| * | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | 2016-03-01 | 2 | -389/+250 |
| |\ | |||||
| * | | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | 2016-02-16 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type. | ||||
* | | | Merge pull request #35 from wjp/relaxation | Willem Jan Palenstijn | 2016-04-14 | 7 | -38/+79 |
|\ \ \ | | | | | | | | | Add relaxation factor option to SIRT, SART | ||||
| * | | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 1 | -0/+8 |
| | | | | |||||
| * | | | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 4 | -4/+38 |
| | | | | |||||
| * | | | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | 2016-03-23 | 1 | -3/+7 |
| | | | | |||||
| * | | | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | 2016-03-23 | 2 | -31/+26 |
| | | | | |||||
* | | | | Merge pull request #36 from wjp/sart_raylength | Willem Jan Palenstijn | 2016-04-14 | 1 | -5/+19 |
|\ \ \ \ | | | | | | | | | | | Fix accumulating multiple raylengths in SART | ||||
| * | | | | Fix accumulating multiple raylengths in SART | Willem Jan Palenstijn | 2016-03-23 | 1 | -5/+19 |
| |/ / / | | | | | | | | | | | | | Thanks to @mohamedadaly for noticing. | ||||
* | | | | Fix memory leak | Willem Jan Palenstijn | 2016-03-24 | 1 | -6/+8 |
| | | | | |||||
* | | | | Fix cppcheck warnings | Willem Jan Palenstijn | 2016-03-24 | 3 | -4/+3 |
|/ / / | |||||
* | / | Fix build | Willem Jan Palenstijn | 2016-03-01 | 1 | -6/+6 |
| |/ |/| | |||||
* | | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 1 | -366/+1 |
|\ \ | | | | | | | Remove dependency of libastra on libpython | ||||
| * | | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 1 | -366/+1 |
| | | | |||||
* | | | Query max texture size instead of hardcoding it | Willem Jan Palenstijn | 2016-02-16 | 1 | -6/+6 |
| | | | |||||
* | | | Avoid (unlikely) integer overflow | Willem Jan Palenstijn | 2016-02-15 | 1 | -1/+5 |
| | | | |||||
* | | | Skip some unnecessary splitting | Willem Jan Palenstijn | 2016-02-15 | 1 | -5/+8 |
| | | | |||||
* | | | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | 2016-02-15 | 1 | -21/+240 |
| |/ |/| | |||||
* | | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | 2016-02-10 | 1 | -14/+25 |
| | | |||||
* | | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -114/+320 |
| | | |||||
* | | Remove noisy debugging output | Willem Jan Palenstijn | 2016-01-19 | 1 | -3/+0 |
| | | |||||
* | | Fix whitespace | Willem Jan Palenstijn | 2016-01-19 | 1 | -21/+21 |
|/ | |||||
* | Merge pull request #105 from wjp/strings | Willem Jan Palenstijn | 2016-01-18 | 47 | -297/+216 |
|\ | | | | | Replace boost::lexical_cast by stringstreams | ||||
| * | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 47 | -218/+234 |
| | | | | | | | | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale. | ||||
| * | Remove unused functions | Willem Jan Palenstijn | 2016-01-05 | 1 | -97/+0 |
| | | |||||
* | | Fix projections parallel to XZ or YZ planes | Willem Jan Palenstijn | 2016-01-14 | 1 | -0/+12 |
|/ | | | | | The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf. | ||||
* | Fix uninitialized variable | Willem Jan Palenstijn | 2015-12-09 | 1 | -0/+1 |
| | |||||
* | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 9 | -14/+1462 |
|\ | | | | | Add CompositeGeometryManager | ||||
| * | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | 2015-12-04 | 1 | -2/+111 |
| | | |||||
| * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 8 | -14/+1351 |
| | | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | ||||
| * | Disable error-prone checks | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 2 | -0/+404 |
|\ \ | |/ |/| | Add support for Python algorithm plugins | ||||
| * | Avoid unnecessary include in header | Willem Jan Palenstijn | 2015-12-02 | 1 | -1/+5 |
| | | |||||
| * | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 20 | -276/+460 |
| |\ | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx | ||||
| * | | Ensure we have acquired the GIL before calling Python plugin 'run' method | Daniel M. Pelt | 2015-08-10 | 1 | -3/+8 |
| | | | |||||
| * | | Fix get_help for classes without docstring | Daniel M. Pelt | 2015-08-05 | 1 | -5/+7 |
| | | | |||||
| * | | Fix 'get_registered' in Matlab with Python 3 | Daniel M. Pelt | 2015-07-23 | 1 | -5/+18 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | 2015-07-23 | 1 | -19/+76 |
| | | | | | | | | | | | | when running in Matlab | ||||
| * | | 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 | 2 | -0/+32 |
| | | | |||||
| * | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 1 | -67/+5 |
| | | | |||||
| * | | Log error when running Python plugin algorithm | Daniel M. Pelt | 2015-07-23 | 1 | -1/+1 |
| | | |