Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | 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 | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+4 |
* | | 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 |
| * | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-10-06 | 1 | -39/+31 |
| |\ | |||||
| | * | Compute FBP filter in spatial domain | Willem Jan Palenstijn | 2016-06-24 | 1 | -7/+39 |
| * | | 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 |
| * | | 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 |
* | | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 4 | -6/+15 |
| |/ |/| | |||||
* | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 4 | -1/+27 |
* | | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 4 | -2/+21 |
* | | Query max texture size instead of hardcoding it | Willem Jan Palenstijn | 2016-02-16 | 2 | -0/+20 |
|/ | |||||
* | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -0/+2 |
* | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | 2015-12-22 | 2 | -2/+2 |
* | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 4 | -82/+378 |
* | Fix assert | Willem Jan Palenstijn | 2015-07-16 | 1 | -1/+1 |
* | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-04-15 | 8 | -44/+47 |
|\ | |||||
| * | Fixed a few CUDA 2D DART bugs. | Valerii Sokolov | 2015-04-09 | 1 | -6/+7 |
| * | Initialize variables to avoid warning | Willem Jan Palenstijn | 2015-03-30 | 3 | -3/+3 |
| * | Fix indentation | Willem Jan Palenstijn | 2015-03-20 | 1 | -11/+11 |
| * | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes... | Daniel M. Pelt | 2015-03-13 | 4 | -21/+21 |
| * | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 4 | -24/+31 |
| * | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 2 | -9/+4 |
* | | Add outputScale argument to 2D CUDA BP | Willem Jan Palenstijn | 2015-03-12 | 12 | -63/+76 |
* | | Adapt standalone test programs to outputscale | Willem Jan Palenstijn | 2015-03-12 | 2 | -2/+2 |
* | | Scale CUDA 3D FP/BP output with volume pixel size | Willem Jan Palenstijn | 2015-03-12 | 5 | -37/+36 |
* | | Add outputScale argument to 3D CUDA BP | Willem Jan Palenstijn | 2015-03-12 | 9 | -38/+54 |
* | | Add flexible volgeom3d support to astraCudaFP | Willem Jan Palenstijn | 2015-03-12 | 2 | -217/+36 |
* | | Add flexible volgeom3d support to astraCudaBP | Willem Jan Palenstijn | 2015-03-11 | 2 | -202/+21 |
* | | Add flexible volgeom3d support to astraCudaBP_SIRTWeighted | Willem Jan Palenstijn | 2015-03-11 | 2 | -80/+38 |
* | | Add another utility function | Willem Jan Palenstijn | 2015-03-11 | 1 | -46/+53 |
* | | Let astraCudaFDK use utility functions | Willem Jan Palenstijn | 2015-03-11 | 2 | -33/+16 |
* | | Adjust interface slightly | Willem Jan Palenstijn | 2015-03-11 | 1 | -11/+12 |