Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years | Willem Jan Palenstijn | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Adjust FBP to line integral scaling | Willem Jan Palenstijn | 2019-09-25 | 1 | -3/+1 |
| | |||||
* | Adjust adjoint to line integral scaling | Willem Jan Palenstijn | 2019-09-25 | 1 | -2/+1 |
| | |||||
* | Replace signal-based abort handling by query-based handling | Willem Jan Palenstijn | 2019-08-14 | 1 | -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. | ||||
* | Improve config error handling | Willem Jan Palenstijn | 2018-12-23 | 1 | -4/+12 |
| | |||||
* | Move CUDA include files | Willem Jan Palenstijn | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 1 | -4/+3 |
|\ | |||||
| * | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+3 |
| | | |||||
* | | Add CUDA parvec support | Willem Jan Palenstijn | 2016-07-29 | 1 | -59/+4 |
|/ | |||||
* | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | 2016-03-23 | 1 | -7/+15 |
| | |||||
* | Replace boost::lexical_cast by stringstreams | Willem Jan Palenstijn | 2016-01-05 | 1 | -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 pull request #94 from wjp/cuda_options2 | Willem Jan Palenstijn | 2015-12-01 | 1 | -138/+37 |
|\ | | | | | Improve option passing via CudaProjector(2D/3D) | ||||
| * | Fix warning text | Willem Jan Palenstijn | 2015-10-09 | 1 | -3/+3 |
| | | |||||
| * | Improve option passing through CudaProjector2D | Willem Jan Palenstijn | 2015-10-09 | 1 | -135/+34 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms. | Willem Jan Palenstijn | 2015-10-09 | 1 | -4/+12 |
|/ | | | | Previously it would fail an assertion. | ||||
* | Use supersampling options from CudaProjector2D | Willem Jan Palenstijn | 2015-06-23 | 1 | -18/+26 |
| | |||||
* | Change XMLNode* to XMLNode | Willem Jan Palenstijn | 2015-05-06 | 1 | -26/+23 |
| | | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes. | ||||
* | Use a less verbose default fmt for screen logging and cleaner messages | Daniel M. Pelt | 2015-03-13 | 1 | -1/+1 |
| | |||||
* | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | 2015-03-13 | 1 | -1/+1 |
| | | | | these defines | ||||
* | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 1 | -1/+3 |
| | |||||
* | Update copyright to -2015 | Willem Jan Palenstijn | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | Update copyright headers | Willem Jan Palenstijn | 2015-01-19 | 1 | -5/+5 |
| | |||||
* | Support flexible 2D volume geometry in CudaReconstructionAlgorithm too | Willem Jan Palenstijn | 2014-10-01 | 1 | -50/+21 |
| | |||||
* | Check for valid sinogram and volume masks in ReconstructionAlgorithm | Willem Jan Palenstijn | 2014-06-26 | 1 | -1/+3 |
| | |||||
* | Add global astra_set_gpu_index function | Willem Jan Palenstijn | 2014-04-02 | 1 | -3/+3 |
| | |||||
* | Update version to 1.3 | Willem Jan Palenstijn | 2013-07-01 | 1 | -0/+518 |