Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace signal-based abort handling by query-based handling | Willem Jan Palenstijn | 2019-08-14 | 9 | -38/+6 |
| | | | | | | | | 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. | ||||
* | Add minimal GPU Array interface | Willem Jan Palenstijn | 2018-11-01 | 3 | -8/+167 |
| | | | | | This extension (only) allows creating a CUDA 3D array, copying projection data into it, performing a BP from the array, and freeing the array. | ||||
* | Reorganize more filter size functions | Willem Jan Palenstijn | 2018-07-17 | 2 | -14/+4 |
| | |||||
* | Add filter size error reporting | Willem Jan Palenstijn | 2018-07-17 | 3 | -15/+5 |
| | |||||
* | Refactor filter config | Willem Jan Palenstijn | 2018-07-17 | 3 | -21/+23 |
| | |||||
* | Refactor a few filter-related functions out of cuda code | Willem Jan Palenstijn | 2018-07-17 | 3 | -381/+6 |
| | |||||
* | Expose FDK_Filter function | Willem Jan Palenstijn | 2018-06-29 | 1 | -34/+29 |
| | |||||
* | Move CUDA include files | Willem Jan Palenstijn | 2018-06-22 | 59 | -2762/+202 |
| | |||||
* | Merge branch 'fdk' | Willem Jan Palenstijn | 2018-03-18 | 4 | -16/+50 |
|\ | |||||
| * | Fix shortscan (FBP/FDK) scaling factor | Willem Jan Palenstijn | 2017-12-20 | 1 | -0/+2 |
| | | |||||
| * | Adapt FBP_CUDA voxel-size weighting factors | Willem Jan Palenstijn | 2017-12-20 | 2 | -4/+10 |
| | | |||||
| * | Start on fixing FDK and BP voxel-size weighting factors | Willem Jan Palenstijn | 2017-12-20 | 4 | -10/+24 |
| | | |||||
| * | Document FDK weighting slightly better | Willem Jan Palenstijn | 2017-12-20 | 1 | -2/+13 |
| | | |||||
* | | Remove outdated svn keywords | Willem Jan Palenstijn | 2018-01-24 | 2 | -2/+0 |
| | | |||||
* | | Update outdated URLs | Willem Jan Palenstijn | 2018-01-24 | 2 | -2/+2 |
| | | |||||
* | | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 59 | -59/+59 |
| | | |||||
* | | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 59 | -118/+118 |
| | | |||||
* | | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 59 | -59/+59 |
| | | |||||
* | | Check for CUDA support at run-time in use_cuda() | Willem Jan Palenstijn | 2018-01-09 | 4 | -14/+19 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 17 | -50/+59 |
|\| | |||||
| * | Separate cuda from astra headers further | Willem Jan Palenstijn | 2017-11-01 | 6 | -47/+50 |
| | | |||||
| * | Remove some unnecessary includes | Willem Jan Palenstijn | 2017-11-01 | 11 | -28/+5 |
| | | |||||
| * | Add astra.astra.get_gpu_info utility function | Willem Jan Palenstijn | 2017-10-17 | 2 | -0/+28 |
| | | |||||
| * | Fix Windows/Python build | Willem Jan Palenstijn | 2017-10-16 | 2 | -2/+2 |
| | | |||||
* | | Unify some parallel_vec parameter computations | Willem Jan Palenstijn | 2017-09-27 | 2 | -29/+6 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 57 | -288/+274 |
|\| | |||||
| * | Fix cuda3d geometry memory leaks | Willem Jan Palenstijn | 2017-02-17 | 2 | -5/+47 |
| | | |||||
| * | Fix FDK shortscan weighting | Willem Jan Palenstijn | 2017-02-14 | 1 | -14/+7 |
| | | | | | | | | | | It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0]. | ||||
| * | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 2 | -1/+28 |
| | | |||||
| * | Merge pull request #84 from wjp/expose_ConeBP_density_weighting | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+4 |
| |\ | | | | | | | Expose the density weighting option of cone_bp | ||||
| | * | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+4 |
| | | | | | | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D. | ||||
| * | | Tune cone_fp block size | Willem Jan Palenstijn | 2016-11-30 | 1 | -1/+1 |
| |/ | |||||
| * | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 57 | -227/+171 |
| | | |||||
| * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 21 | -498/+530 |
| |\ | |||||
| | * | Clean up unused variables | Willem Jan Palenstijn | 2016-10-13 | 1 | -29/+0 |
| | | | |||||
| | * | Increase max angle count for Parker Weighting | Willem Jan Palenstijn | 2016-10-13 | 1 | -1/+1 |
| | | | |||||
| * | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 4 | -6/+15 |
| | | | |||||
* | | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2016-10-07 | 21 | -456/+487 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-10-06 | 1 | -39/+31 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-04-22 | 1 | -18/+13 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | 2016-04-18 | 8 | -245/+176 |
| | | | | | | | | | | | | | | | | | | | | Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step. | ||||
| * | | | Add FDKWeighting option to standard cone_bp | Willem Jan Palenstijn | 2016-04-18 | 2 | -4/+12 |
| | | | | |||||
| * | | | Merge branch 'master' into aniso | Willem Jan Palenstijn | 2016-04-18 | 10 | -3/+68 |
| |\| | | |||||
| * | | | Adapt 3D BP scaling to voxel size | Willem Jan Palenstijn | 2016-04-18 | 2 | -4/+8 |
| | | | | |||||
| * | | | Move detector-independent vars out of loop | Willem Jan Palenstijn | 2016-04-18 | 1 | -14/+12 |
| | | | | |||||
| * | | | Add voxel-size scaling to par3d_fp | Willem Jan Palenstijn | 2016-04-18 | 1 | -16/+92 |
| | | | | |||||
| * | | | Refactor voxel size scaling CUDA kernel, and special-case cubes | Willem Jan Palenstijn | 2016-04-18 | 1 | -26/+62 |
| | | | | |||||
| * | | | Process non-cubic-voxel astra geometries | Willem Jan Palenstijn | 2016-02-10 | 1 | -4/+11 |
| | | | | |||||
| * | | | Add cone_fp kernel support for anisotropic voxels | Willem Jan Palenstijn | 2016-02-10 | 2 | -10/+31 |
| | | | | |||||
| * | | | Refactor CUDA projector params into struct | Willem Jan Palenstijn | 2016-02-10 | 17 | -190/+185 |
| | | | |