summaryrefslogtreecommitdiffstats
path: root/include/astra
Commit message (Expand)AuthorAgeFilesLines
* Add option to specify custom filter for FDKDaniel M. Pelt2016-05-201-0/+1
* Add sanity checkWillem Jan Palenstijn2016-05-171-2/+2
* Avoid defining singleton construction in header fileWillem Jan Palenstijn2016-05-171-4/+18
* 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
|\
| * 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
* | | 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 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
* 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 utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-0/+2
| * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-047-10/+218
* | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-043-13/+134
|\ \ | |/ |/|
| * 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
| |\
| * | Allow registering plugins without explicit name, and fix exception handling w...Daniel M. Pelt2015-07-231-0/+3
| * | 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
| * | 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
| * | Improve option passing through CudaProjector3DWillem Jan Palenstijn2015-10-096-0/+11
* | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-09-167-43/+75
|\| |
| * | Merge pull request #75 from wjp/cuda_optionsWillem Jan Palenstijn2015-06-262-1/+10
| |\ \ | | |/ | |/|
| | * Add supersampling options to Cuda ProjectorsWillem Jan Palenstijn2015-05-222-1/+10
| * | Increment version to 1.6Willem Jan Palenstijn2015-05-291-2/+2
| |/
| * Make XML array handling consistentWillem Jan Palenstijn2015-05-061-8/+27