summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-234-0/+37
| | * | Remove config text file loading for pluginsDaniel M. Pelt2015-07-232-69/+6
| | * | Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
| | * | Show more useful information when a plugin raises an exceptionDaniel M. Pelt2015-07-231-4/+5
| | * | Allow plugins without keywordsDaniel M. Pelt2015-07-231-1/+4
| | * | Log error when running Python plugin algorithmDaniel M. Pelt2015-07-232-1/+8
| | * | Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
| | * | Fix config to dict translation for array optionsDaniel M. Pelt2015-07-231-1/+6
| | * | Better way of passing options to Python plugin using inspectDaniel M. Pelt2015-07-232-21/+16
| | * | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-2312-70/+851
| | * | Add hooks for plugin support to AstraObjectFactoryWillem Jan Palenstijn2015-07-231-0/+19
| | * | Fix commentsWillem Jan Palenstijn2015-07-231-5/+5
| | * | Reduce code duplicationWillem Jan Palenstijn2015-07-231-8/+5
| * | | Detect ASTRA_CUDA in Windows CL flags for Python as wellWillem Jan Palenstijn2015-12-031-0/+6
| * | | Merge pull request #91 from wjp/volgeom3dWillem Jan Palenstijn2015-12-0230-1149/+600
| |\ \ \
| | * \ \ Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-12-0241-350/+1728
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Fix Windows builds of astra_mex_directWillem Jan Palenstijn2015-12-023-0/+24
| | |_|/ | |/| |
| * | | Merge pull request #94 from wjp/cuda_options2Willem Jan Palenstijn2015-12-0133-347/+355
| |\ \ \
| | * | | Fix warning textWillem Jan Palenstijn2015-10-091-3/+3
| | * | | Fix whitespaceWillem Jan Palenstijn2015-10-094-8/+8
| | * | | Improve option passing through CudaProjector2DWillem Jan Palenstijn2015-10-0920-268/+169
| | * | | Improve option passing through CudaProjector3DWillem Jan Palenstijn2015-10-0912-70/+172
| | * | | Add options passing to projectors from matlabNicola Vigano2015-10-091-2/+7
| * | | | Merge pull request #95 from wjp/mex_directWillem Jan Palenstijn2015-12-018-3/+1349
| |\ \ \ \
| | * | | | astra_mex_direct: Don't initialize newly allocated mxArrayNicola Vigano2015-10-091-2/+18
| | * | | | Build astra_mex_direct in MSVCWillem Jan Palenstijn2015-10-075-2/+975
| | * | | | Add astra_mex_direct('FP3D'/'BP3D', ...)Willem Jan Palenstijn2015-10-073-1/+358
| | |/ / /
| | | * | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-11-188-44/+85
| | | |\ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #96 from wjp/cuda_constraint_warningWillem Jan Palenstijn2015-10-151-4/+12
| |\ \ \ \
| | * | | | Give a warning on ignored Min/MaxContraint in some CUDA algorithms.Willem Jan Palenstijn2015-10-091-4/+12
| * | | | | Merge pull request #97 from dmpelt/log_valist_fixWillem Jan Palenstijn2015-10-141-16/+44
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Do not reuse va_list when logging both to screen and fileDaniel M. Pelt2015-10-131-16/+44
| * | | | | Call check() function after initializing CUDA_FBPWillem Jan Palenstijn2015-10-091-5/+3
| * | | | | Fix loop bounds in (unused) Float32ProjectionData3D arithmetic functionsWillem Jan Palenstijn2015-10-091-16/+20
| | |/ / / | |/| | |
| * | | | Use mxLogical instead of bool.Willem Jan Palenstijn2015-09-172-3/+3
| | | * | Let astra_create_vol_geom also generate flexible volume geometriesWillem Jan Palenstijn2015-09-252-0/+30
| | | * | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-09-16101-1304/+2196
| | | |\ \ | | | |/ / | | |/| |
| | | * | Fix assertWillem Jan Palenstijn2015-07-161-1/+1
| | | * | Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-04-1591-5555/+10720
| | | |\ \
| | | * | | Add outputScale argument to 2D CUDA BPWillem Jan Palenstijn2015-03-1212-63/+76
| | | * | | Adapt standalone test programs to outputscaleWillem Jan Palenstijn2015-03-122-2/+2
| | | * | | Scale CUDA 3D FP/BP output with volume pixel sizeWillem Jan Palenstijn2015-03-125-37/+36
| | | * | | Add outputScale argument to 3D CUDA BPWillem Jan Palenstijn2015-03-129-38/+54
| | | * | | Add flexible volgeom3d support to astraCudaFPWillem Jan Palenstijn2015-03-123-273/+39
| | | * | | Add flexible volgeom3d support to astraCudaBPWillem Jan Palenstijn2015-03-113-253/+24
| | | * | | Add flexible volgeom3d support to astraCudaBP_SIRTWeightedWillem Jan Palenstijn2015-03-113-139/+66
| | | * | | Add another utility functionWillem Jan Palenstijn2015-03-111-46/+53
| | | * | | Let astraCudaFDK use utility functionsWillem Jan Palenstijn2015-03-113-44/+17
| | | * | | Adjust interface slightlyWillem Jan Palenstijn2015-03-111-11/+12
| | | * | | Allow non-centered volume geometry in SIRT3D and CGLS3DWillem Jan Palenstijn2015-03-094-361/+90