Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CUDA parvec support | Willem Jan Palenstijn | 2016-07-29 | 4 | -46/+69 |
| | |||||
* | Merge branch 'master' into parvec | Willem Jan Palenstijn | 2016-07-28 | 39 | -302/+736 |
|\ | |||||
| * | Remove leftover code from Singleton | Willem Jan Palenstijn | 2016-07-28 | 1 | -5/+1 |
| | | |||||
| * | Add sanity check | Willem Jan Palenstijn | 2016-05-17 | 1 | -2/+2 |
| | | |||||
| * | Avoid defining singleton construction in header file | Willem Jan Palenstijn | 2016-05-17 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | That way, the call to new is always executed by code inside libastra. This avoids the situation where a singleton gets created by a copy of the constructor linked into an object file outside of libastra, such as a .mex file, which would then also cause the vtable to be outside of libastra. This situation would cause issues when .mex files are unloaded. | ||||
| * | Fix build | Willem Jan Palenstijn | 2016-04-22 | 1 | -1/+1 |
| | | |||||
| * | Fix build | Willem Jan Palenstijn | 2016-04-22 | 1 | -1/+1 |
| | | |||||
| * | Change CPU FFT implementation | Daniel M. Pelt | 2016-04-22 | 1 | -88/+44 |
| | | |||||
| * | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | 2016-04-15 | 4 | -34/+99 |
| |\ | | | | | | | Add an AstraIndexManager | ||||
| | * | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | 2016-03-01 | 3 | -46/+30 |
| | |\ | |||||
| | * | | Slightly simplify CAstraObjectManager::remove | Willem Jan Palenstijn | 2016-02-16 | 1 | -3/+2 |
| | | | | |||||
| | * | | Add astra_mex delete/info based on index manager | Willem Jan Palenstijn | 2016-02-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | Also remove objects from index manager | Willem Jan Palenstijn | 2016-02-16 | 1 | -1/+10 |
| | | | | |||||
| | * | | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | 2016-02-16 | 4 | -30/+86 |
| | | | | | | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type. | ||||
| * | | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 6 | -6/+37 |
| | | | | |||||
| * | | | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | 2016-03-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | 2016-03-23 | 2 | -2/+5 |
| | | | | |||||
| * | | | Fix Windows build | Willem Jan Palenstijn | 2016-03-08 | 1 | -10/+10 |
| | |/ | |/| | |||||
| * | | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 2 | -43/+21 |
| |\ \ | | | | | | | | | Remove dependency of libastra on libpython | ||||
| | * | | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 2 | -43/+21 |
| | | | | |||||
| * | | | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | 2016-02-15 | 1 | -3/+9 |
| | |/ | |/| | |||||
| * | | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | 2016-02-10 | 1 | -0/+7 |
| | | | |||||
| * | | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -0/+16 |
| |/ | |||||
| * | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 2 | -0/+59 |
| | | | | | | | | | | | | 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 | -77/+0 |
| | | |||||
| * | Update version to 1.7.1 | Willem Jan Palenstijn | 2015-12-23 | 1 | -1/+1 |
| | | |||||
| * | Fix row/col mismatch in 2d par line projector | Willem Jan Palenstijn | 2015-12-09 | 1 | -2/+2 |
| | | |||||
| * | Update version to 1.7 | Willem Jan Palenstijn | 2015-12-04 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | 2015-12-04 | 7 | -10/+220 |
| |\ | | | | | | | Add CompositeGeometryManager | ||||
| | * | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | 2015-12-04 | 1 | -0/+2 |
| | | | |||||
| | * | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 7 | -10/+218 |
| | | | | | | | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | ||||
| * | | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | 2015-12-04 | 3 | -13/+134 |
| |\ \ | | |/ | |/| | Add support for Python algorithm plugins | ||||
| | * | Fix Windows build | Willem Jan Palenstijn | 2015-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Avoid unnecessary include in header | Willem Jan Palenstijn | 2015-12-02 | 1 | -3/+6 |
| | | | |||||
| | * | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | 2015-12-01 | 16 | -65/+60 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx | ||||
| | * | | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | 2015-07-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | when running in Matlab | ||||
| | * | | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | 2015-07-23 | 1 | -0/+2 |
| | | | | |||||
| | * | | Remove config text file loading for plugins | Daniel M. Pelt | 2015-07-23 | 1 | -2/+1 |
| | | | | |||||
| | * | | Add support for Python algorithm plugins | Daniel M. Pelt | 2015-07-23 | 2 | -0/+98 |
| | | | | |||||
| | * | | Add hooks for plugin support to AstraObjectFactory | Willem Jan Palenstijn | 2015-07-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms). | ||||
| | * | | Fix comments | Willem Jan Palenstijn | 2015-07-23 | 1 | -5/+5 |
| | | | | |||||
| | * | | Reduce code duplication | Willem Jan Palenstijn | 2015-07-23 | 1 | -8/+5 |
| | | | | |||||
| * | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-12-02 | 16 | -64/+50 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix whitespace | Willem Jan Palenstijn | 2015-10-09 | 4 | -8/+8 |
| | | | | |||||
| | * | | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | 2015-10-09 | 10 | -60/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector2D. Also refactor CudaReconstructionAlgorithm::initialize/check to avoid code duplication with ReconstructionAlgorithm. | ||||
| | * | | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | 2015-10-09 | 6 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector3D. Thanks to Nicola Vigano for part of the patch. | ||||
| * | | | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-09-16 | 7 | -43/+75 |
| |\| | | | | | | | | | | | | | | | | | | Conflicts: src/CudaBackProjectionAlgorithm3D.cpp | ||||
| | * | | Merge pull request #75 from wjp/cuda_options | Willem Jan Palenstijn | 2015-06-26 | 2 | -1/+10 |
| | |\ \ | | | |/ | | |/| | Move supersampling options from Algorithm to CudaProjector | ||||
| | | * | Add supersampling options to Cuda Projectors | Willem Jan Palenstijn | 2015-05-22 | 2 | -1/+10 |
| | | | |