summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildWillem Jan Palenstijn2016-03-011-6/+6
|
* Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-221-366/+1
|\ | | | | Remove dependency of libastra on libpython
| * Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-366/+1
| |
* | Query max texture size instead of hardcoding itWillem Jan Palenstijn2016-02-161-6/+6
| |
* | Avoid (unlikely) integer overflowWillem Jan Palenstijn2016-02-151-1/+5
| |
* | Skip some unnecessary splittingWillem Jan Palenstijn2016-02-151-5/+8
| |
* | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-21/+240
| |
* | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-14/+25
| |
* | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-114/+320
| |
* | Remove noisy debugging outputWillem Jan Palenstijn2016-01-191-3/+0
| |
* | Fix whitespaceWillem Jan Palenstijn2016-01-191-21/+21
|/
* Merge pull request #105 from wjp/stringsWillem Jan Palenstijn2016-01-1847-297/+216
|\ | | | | Replace boost::lexical_cast by stringstreams
| * Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-0547-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 functionsWillem Jan Palenstijn2016-01-051-97/+0
| |
* | Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn2016-01-141-0/+12
|/ | | | | The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf.
* Fix uninitialized variableWillem Jan Palenstijn2015-12-091-0/+1
|
* Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-049-14/+1462
|\ | | | | Add CompositeGeometryManager
| * Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-2/+111
| |
| * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-048-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 checksWillem Jan Palenstijn2015-12-041-0/+2
| |
* | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-042-0/+404
|\ \ | |/ |/| Add support for Python algorithm plugins
| * Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-1/+5
| |
| * Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-0120-276/+460
| |\ | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| * | Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8
| | |
| * | Fix get_help for classes without docstringDaniel M. Pelt2015-08-051-5/+7
| | |
| * | Fix 'get_registered' in Matlab with Python 3Daniel M. Pelt2015-07-231-5/+18
| | |
| * | Clear Python error when plugin is not find in getHelpDaniel M. Pelt2015-07-231-0/+1
| | |
| * | Normalize Python exceptions (needed for some)Daniel M. Pelt2015-07-231-0/+1
| | |
| * | Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt2015-07-231-19/+76
| | | | | | | | | | | | when running in Matlab
| * | Always log Python errors when importing/creating pluginsDaniel M. Pelt2015-07-231-4/+8
| | |
| * | Also log Python errors when importing and creating Python pluginsDaniel M. Pelt2015-07-231-0/+48
| | |
| * | Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-232-0/+32
| | |
| * | Remove config text file loading for pluginsDaniel M. Pelt2015-07-231-67/+5
| | |
| * | Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-1/+1
| | |
| * | Fix config to dict translation for array optionsDaniel M. Pelt2015-07-231-1/+6
| | |
| * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-0/+294
| | |
* | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-0216-281/+298
|\ \ \ | | |/ | |/|
| * | Merge pull request #94 from wjp/cuda_options2Willem Jan Palenstijn2015-12-0116-281/+298
| |\ \ | | | | | | | | Improve option passing via CudaProjector(2D/3D)
| | * | Fix warning textWillem Jan Palenstijn2015-10-091-3/+3
| | | |
| | * | Improve option passing through CudaProjector2DWillem Jan Palenstijn2015-10-0910-208/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-70/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-11-185-41/+80
|\| | |
| * | | Merge pull request #96 from wjp/cuda_constraint_warningWillem Jan Palenstijn2015-10-151-4/+12
| |\ \ \ | | | | | | | | | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms.
| | * | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms.Willem Jan Palenstijn2015-10-091-4/+12
| | | | | | | | | | | | | | | | | | | | Previously it would fail an assertion.
| * | | | Merge pull request #97 from dmpelt/log_valist_fixWillem Jan Palenstijn2015-10-141-16/+44
| |\ \ \ \ | | |/ / / | |/| | | Do not reuse va_list when logging both to screen and file
| | * | | Do not reuse va_list when logging both to screen and fileDaniel M. Pelt2015-10-131-16/+44
| | | | |
| * | | | Call check() function after initializing CUDA_FBPWillem Jan Palenstijn2015-10-091-5/+3
| | | | | | | | | | | | | | | | | | | | This would cause crashes when specifying invalid data.
| * | | | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functionsWillem Jan Palenstijn2015-10-091-16/+20
| | |/ / | |/| |
| * | | Silence bogus warning:Christian Häggström2015-09-161-0/+1
| |/ / | | | | | | | | | Warning: CudaSirtAlgorithm3D: unused configuration options: SinogramMaskId
* | | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-09-1642-602/+653
|\| | | | | | | | | | | | | | Conflicts: src/CudaBackProjectionAlgorithm3D.cpp