| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-05 | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | |
| 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. | |||
| 2016-01-05 | Remove unused functions | Willem Jan Palenstijn | |
| 2015-12-09 | Fix uninitialized variable | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #101 from wjp/composite | Willem Jan Palenstijn | |
| Add CompositeGeometryManager | |||
| 2015-12-04 | Add utility functions for creating FP/BP JobLists | Willem Jan Palenstijn | |
| 2015-12-04 | Merge pull request #73 from dmpelt/python-plugins | Willem Jan Palenstijn | |
| Add support for Python algorithm plugins | |||
| 2015-12-04 | Add CompositeGeometryManager | Willem Jan Palenstijn | |
| This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | |||
| 2015-12-04 | Disable error-prone checks | Willem Jan Palenstijn | |
| 2015-12-02 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-12-02 | Avoid unnecessary include in header | Willem Jan Palenstijn | |
| 2015-12-01 | Merge branch 'master' into python-plugins | Willem Jan Palenstijn | |
| Conflicts: python/astra/utils.pyx | |||
| 2015-12-01 | Merge pull request #94 from wjp/cuda_options2 | Willem Jan Palenstijn | |
| Improve option passing via CudaProjector(2D/3D) | |||
| 2015-11-18 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-10-15 | Merge pull request #96 from wjp/cuda_constraint_warning | Willem Jan Palenstijn | |
| Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | |||
| 2015-10-14 | Merge pull request #97 from dmpelt/log_valist_fix | Willem Jan Palenstijn | |
| Do not reuse va_list when logging both to screen and file | |||
| 2015-10-13 | Do not reuse va_list when logging both to screen and file | Daniel M. Pelt | |
| 2015-10-09 | Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | Willem Jan Palenstijn | |
| Previously it would fail an assertion. | |||
| 2015-10-09 | Fix warning text | Willem Jan Palenstijn | |
| 2015-10-09 | Call check() function after initializing CUDA_FBP | Willem Jan Palenstijn | |
| This would cause crashes when specifying invalid data. | |||
| 2015-10-09 | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functions | Willem Jan Palenstijn | |
| 2015-10-09 | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | |
| 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. | |||
| 2015-10-09 | Improve option passing through CudaProjector3D | Willem Jan Palenstijn | |
| Not all constructors were reading options from the projector. Also allow passing GPUIndex via CudaProjector3D. Thanks to Nicola Vigano for part of the patch. | |||
| 2015-09-16 | Silence bogus warning: | Christian Häggström | |
| Warning: CudaSirtAlgorithm3D: unused configuration options: SinogramMaskId | |||
| 2015-09-16 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| Conflicts: src/CudaBackProjectionAlgorithm3D.cpp | |||
| 2015-08-10 | Ensure we have acquired the GIL before calling Python plugin 'run' method | Daniel M. Pelt | |
| 2015-08-05 | Fix get_help for classes without docstring | Daniel M. Pelt | |
| 2015-07-23 | Fix 'get_registered' in Matlab with Python 3 | Daniel M. Pelt | |
| 2015-07-23 | Clear Python error when plugin is not find in getHelp | Daniel M. Pelt | |
| 2015-07-23 | Normalize Python exceptions (needed for some) | Daniel M. Pelt | |
| 2015-07-23 | Allow registering plugins without explicit name, and fix exception handling ↵ | Daniel M. Pelt | |
| when running in Matlab | |||
| 2015-07-23 | Always log Python errors when importing/creating plugins | Daniel M. Pelt | |
| 2015-07-23 | Also log Python errors when importing and creating Python plugins | Daniel M. Pelt | |
| 2015-07-23 | Fix numpy lapack loading when running in Matlab | Daniel M. Pelt | |
| 2015-07-23 | Remove config text file loading for plugins | Daniel M. Pelt | |
| 2015-07-23 | Log error when running Python plugin algorithm | Daniel M. Pelt | |
| 2015-07-23 | Fix config to dict translation for array options | Daniel M. Pelt | |
| 2015-07-23 | Add support for Python algorithm plugins | Daniel M. Pelt | |
| 2015-06-26 | Merge pull request #75 from wjp/cuda_options | Willem Jan Palenstijn | |
| Move supersampling options from Algorithm to CudaProjector | |||
| 2015-06-25 | Add extra null check for ExtraDetectorOffset | Daniel M. Pelt | |
| 2015-06-24 | Include ExtraDetectorOffset in returned configuration | Daniel M. Pelt | |
| 2015-06-23 | Use supersampling options from CudaProjector2D | Willem Jan Palenstijn | |
| 2015-06-04 | Use supersampling options from CudaProjector3D | Willem Jan Palenstijn | |
| 2015-05-22 | Add supersampling options to Cuda Projectors | Willem Jan Palenstijn | |
| 2015-05-06 | Make XML array handling consistent | Willem Jan Palenstijn | |
| setContent and getContent were using different XML formats previously. | |||
| 2015-05-06 | Change XMLNode* to XMLNode | Willem Jan Palenstijn | |
| An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes. | |||
| 2015-04-30 | Fix memory leak in the config | Jeroen Bédorf | |
| 2015-04-29 | Now include path is system-independent. | Valerii Sokolov | |
| 2015-04-15 | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | |
| 2015-04-14 | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | |
| Add data3d('change_geometry') | |||
| 2015-04-10 | Add changeGeometry function to Data3D classes | Willem Jan Palenstijn | |
