summaryrefslogtreecommitdiffstats
path: root/include/astra
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-2839-302/+736
|\
| * Remove leftover code from SingletonWillem Jan Palenstijn2016-07-281-5/+1
| |
| * Add sanity checkWillem Jan Palenstijn2016-05-171-2/+2
| |
| * Avoid defining singleton construction in header fileWillem Jan Palenstijn2016-05-171-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 buildWillem Jan Palenstijn2016-04-221-1/+1
| |
| * Fix buildWillem Jan Palenstijn2016-04-221-1/+1
| |
| * Change CPU FFT implementationDaniel M. Pelt2016-04-221-88/+44
| |
| * Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-154-34/+99
| |\ | | | | | | Add an AstraIndexManager
| | * Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-013-46/+30
| | |\
| | * | Slightly simplify CAstraObjectManager::removeWillem Jan Palenstijn2016-02-161-3/+2
| | | |
| | * | Add astra_mex delete/info based on index managerWillem Jan Palenstijn2016-02-161-0/+1
| | | |
| | * | Also remove objects from index managerWillem Jan Palenstijn2016-02-161-1/+10
| | | |
| | * | Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn2016-02-164-30/+86
| | | | | | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type.
| * | | Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-1/+2
| | | |
| * | | Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-236-6/+37
| | | |
| * | | Rename ART lambda option to RelaxationWillem Jan Palenstijn2016-03-231-2/+2
| | | |
| * | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-232-2/+5
| | | |
| * | | Fix Windows buildWillem Jan Palenstijn2016-03-081-10/+10
| | |/ | |/|
| * | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-222-43/+21
| |\ \ | | | | | | | | Remove dependency of libastra on libpython
| | * | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-212-43/+21
| | | |
| * | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-3/+9
| | |/ | |/|
| * | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-0/+7
| | |
| * | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-0/+16
| |/
| * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-052-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 functionsWillem Jan Palenstijn2016-01-051-77/+0
| |
| * Update version to 1.7.1Willem Jan Palenstijn2015-12-231-1/+1
| |
| * Fix row/col mismatch in 2d par line projectorWillem Jan Palenstijn2015-12-091-2/+2
| |
| * Update version to 1.7Willem Jan Palenstijn2015-12-041-2/+2
| |
| * Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-047-10/+220
| |\ | | | | | | Add CompositeGeometryManager
| | * Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-0/+2
| | |
| | * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-047-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-pluginsWillem Jan Palenstijn2015-12-043-13/+134
| |\ \ | | |/ | |/| Add support for Python algorithm plugins
| | * Fix Windows buildWillem Jan Palenstijn2015-12-021-1/+1
| | |
| | * Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-3/+6
| | |
| | * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-0116-65/+60
| | |\ | | | | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| | * | Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt2015-07-231-0/+3
| | | | | | | | | | | | | | | | when running in Matlab
| | * | Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-231-0/+2
| | | |
| | * | Remove config text file loading for pluginsDaniel M. Pelt2015-07-231-2/+1
| | | |
| | * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-232-0/+98
| | | |
| | * | Add hooks for plugin support to AstraObjectFactoryWillem Jan Palenstijn2015-07-231-0/+19
| | | | | | | | | | | | | | | | | | | | To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms).
| | * | Fix commentsWillem Jan Palenstijn2015-07-231-5/+5
| | | |
| | * | Reduce code duplicationWillem Jan Palenstijn2015-07-231-8/+5
| | | |
| * | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-0216-64/+50
| |\ \ \ | | | |/ | | |/|
| | * | Fix whitespaceWillem Jan Palenstijn2015-10-094-8/+8
| | | |
| | * | Improve option passing through CudaProjector2DWillem Jan Palenstijn2015-10-0910-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 CudaProjector3DWillem Jan Palenstijn2015-10-096-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 volgeom3dWillem Jan Palenstijn2015-09-167-43/+75
| |\| | | | | | | | | | | | | | | | | | Conflicts: src/CudaBackProjectionAlgorithm3D.cpp
| | * | Merge pull request #75 from wjp/cuda_optionsWillem Jan Palenstijn2015-06-262-1/+10
| | |\ \ | | | |/ | | |/| Move supersampling options from Algorithm to CudaProjector
| | | * Add supersampling options to Cuda ProjectorsWillem Jan Palenstijn2015-05-222-1/+10
| | | |
| | * | Increment version to 1.6Willem Jan Palenstijn2015-05-291-2/+2
| | |/