Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Add logging support to Matlab | Daniel M. Pelt | 2015-03-13 | 3 | -0/+336 | |
| | * | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes... | Daniel M. Pelt | 2015-03-13 | 12 | -29/+32 | |
| | * | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 11 | -31/+55 | |
| | * | Add logging support to Python | Daniel M. Pelt | 2015-03-10 | 3 | -0/+250 | |
| | * | Adds new logging capabilities (based on clog.h) | Daniel M. Pelt | 2015-03-10 | 4 | -0/+945 | |
| | * | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 6 | -167/+10 | |
| |/ | ||||||
| * | Also clean up generated Cython files during `make clean` | Daniel M. Pelt | 2015-03-04 | 1 | -0/+2 | |
* | | 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 | 3 | -273/+39 | |
* | | Add flexible volgeom3d support to astraCudaBP | Willem Jan Palenstijn | 2015-03-11 | 3 | -253/+24 | |
* | | Add flexible volgeom3d support to astraCudaBP_SIRTWeighted | Willem Jan Palenstijn | 2015-03-11 | 3 | -139/+66 | |
* | | Add another utility function | Willem Jan Palenstijn | 2015-03-11 | 1 | -46/+53 | |
* | | Let astraCudaFDK use utility functions | Willem Jan Palenstijn | 2015-03-11 | 3 | -44/+17 | |
* | | Adjust interface slightly | Willem Jan Palenstijn | 2015-03-11 | 1 | -11/+12 | |
* | | Allow non-centered volume geometry in SIRT3D and CGLS3D | Willem Jan Palenstijn | 2015-03-09 | 4 | -361/+90 | |
* | | Add 3d geometry normalization functions | Willem Jan Palenstijn | 2015-03-06 | 3 | -0/+219 | |
|/ | ||||||
* | Fix getConfiguration type for vec geometries | Willem Jan Palenstijn | 2015-03-03 | 2 | -2/+2 | |
* | Merge pull request #25 from dmpelt/python-get-geometry | Willem Jan Palenstijn | 2015-03-03 | 8 | -187/+181 | |
|\ | ||||||
| * | Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910c... | Daniel M. Pelt | 2015-03-03 | 8 | -187/+181 | |
* | | Fix getConfiguration for vec geometries and non-square detectors | Willem Jan Palenstijn | 2015-03-03 | 2 | -6/+6 | |
|/ | ||||||
* | Merge pull request #24 from wjp/cuda_includes | Willem Jan Palenstijn | 2015-03-02 | 11 | -64/+151 | |
|\ | ||||||
| * | Untangle cuda and astra includes | Willem Jan Palenstijn | 2015-03-02 | 11 | -64/+151 | |
|/ | ||||||
* | Merge pull request #23 from dmpelt/cython0.22-fix | Willem Jan Palenstijn | 2015-02-27 | 1 | -2/+1 | |
|\ | ||||||
| * | Force Cython to use language level 2 to avoid error with Cython 0.22 and python3 | Daan Pelt | 2015-02-27 | 1 | -2/+1 | |
|/ | ||||||
* | Merge pull request #20 from wvaarle/matlab-get-geometry | Willem Jan Palenstijn | 2015-02-27 | 38 | -702/+724 | |
|\ | ||||||
| * | code cleanup | Wim van Aarle | 2015-02-26 | 12 | -519/+288 | |
| * | updated docs | Wim van Aarle | 2015-02-26 | 10 | -83/+19 | |
| * | get_geometry now uses XML config object (for projections) | Wim van Aarle | 2015-02-26 | 25 | -274/+328 | |
| * | get_geometry now uses XML config object (for volumes) | Wim van Aarle | 2015-02-25 | 12 | -39/+160 | |
| * | deleted tmp test file | Wim van Aarle | 2015-02-24 | 1 | -50/+0 | |
| * | re-enabled get_geometry for 3d projectors | Wim van Aarle | 2015-02-24 | 3 | -10/+10 | |
| * | added get_geometry for 3d projection data objects | Wim van Aarle | 2015-02-24 | 6 | -20/+141 | |
| * | fixed get_geometry for fanflat_vec | Wim van Aarle | 2015-02-24 | 3 | -35/+59 | |
| * | added get_geometry for 3d volume objects | Wim van Aarle | 2015-02-24 | 4 | -53/+100 | |
* | | Merge pull request #16 from dmpelt/python-interface | Willem Jan Palenstijn | 2015-02-26 | 155 | -9/+15448 | |
|\ \ | ||||||
| * | | Add logging for python module checks | Willem Jan Palenstijn | 2015-02-26 | 2 | -12/+28 | |
| * | | Simplify with-python handling | Willem Jan Palenstijn | 2015-02-26 | 1 | -2/+13 | |
| * | | Better Python configure checks | Daniel M. Pelt | 2015-02-26 | 1 | -7/+24 | |
| * | | Merge branch 'master' into python-interface | Willem Jan Palenstijn | 2015-02-26 | 21 | -179/+1081 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Fix include order | Willem Jan Palenstijn | 2015-02-26 | 1 | -1/+1 | |
* | | | Merge pull request #17 from wjp/nvcc_config | Willem Jan Palenstijn | 2015-02-25 | 2 | -34/+40 | |
|\ \ \ | ||||||
| * | | | Also output prefix at end of configure | Willem Jan Palenstijn | 2015-02-25 | 1 | -4/+4 | |
| * | | | Output summary of results at end of configure | Willem Jan Palenstijn | 2015-02-25 | 1 | -1/+7 | |
| * | | | Clean up configure check for nvcc | Willem Jan Palenstijn | 2015-02-25 | 1 | -26/+19 | |
| * | | | Fix copy-paste error in boost-unit-test-framework check | Willem Jan Palenstijn | 2015-02-25 | 1 | -1/+1 | |
| * | | | Improve logging for nvcc hack | Willem Jan Palenstijn | 2015-02-25 | 1 | -4/+11 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #19 from wjp/osx-support | Willem Jan Palenstijn | 2015-02-25 | 6 | -62/+14 | |
|\ \ \ | |/ / |/| | |