summaryrefslogtreecommitdiffstats
path: root/src/CudaSirtAlgorithm3D.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-141-7/+0
| | | | | | | | The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken.
* Move CUDA include filesWillem Jan Palenstijn2018-06-221-1/+1
|
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-0/+8
|
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-051-2/+0
| | | | | | 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.
* Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-021-17/+31
|\
| * Improve option passing through CudaProjector3DWillem Jan Palenstijn2015-10-091-17/+31
| | | | | | | | | | | | | | 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-161-4/+21
|\| | | | | | | | | Conflicts: src/CudaBackProjectionAlgorithm3D.cpp
| * Use supersampling options from CudaProjector3DWillem Jan Palenstijn2015-06-041-3/+20
| |
| * Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-3/+3
| | | | | | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* | Allow non-centered volume geometry in SIRT3D and CGLS3DWillem Jan Palenstijn2015-03-091-37/+1
|/
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Remove more obsolete debugging outputWillem Jan Palenstijn2014-09-241-10/+0
|
* Add global astra_set_gpu_index functionWillem Jan Palenstijn2014-04-021-2/+2
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+306