summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-18Merge branch 'master' into anisoWillem Jan Palenstijn
2016-04-18Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn
2016-04-18Adapt 3D BP scaling to voxel sizeWillem Jan Palenstijn
2016-04-18Move detector-independent vars out of loopWillem Jan Palenstijn
2016-04-18Add voxel-size scaling to par3d_fpWillem Jan Palenstijn
2016-04-18Refactor voxel size scaling CUDA kernel, and special-case cubesWillem Jan Palenstijn
2016-04-18Fix stringToInt parsing doublesWillem Jan Palenstijn
2016-04-15Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn
Add an AstraIndexManager
2016-04-14Merge pull request #35 from wjp/relaxationWillem Jan Palenstijn
Add relaxation factor option to SIRT, SART
2016-04-14Merge pull request #36 from wjp/sart_raylengthWillem Jan Palenstijn
Fix accumulating multiple raylengths in SART
2016-04-14Merge pull request #37 from wjp/cppcheckWillem Jan Palenstijn
Fix cppcheck warnings
2016-03-24Fix memory leakWillem Jan Palenstijn
2016-03-24Fix cppcheck warningsWillem Jan Palenstijn
2016-03-24Merge pull request #116 from 3cHeLoN/opTomoWillem Jan Palenstijn
opTomo: output type matches input type
2016-03-24Merge pull request #117 from dmpelt/python-bool-fixWillem Jan Palenstijn
Encode Python bool as int in XML instead of str
2016-03-23Fix accumulating multiple raylengths in SARTWillem Jan Palenstijn
Thanks to @mohamedadaly for noticing.
2016-03-23Add relaxation parameters to SIRT3DWillem Jan Palenstijn
2016-03-23Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn
2016-03-23Rename ART lambda option to RelaxationWillem Jan Palenstijn
2016-03-23Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn
2016-03-14Removed regression from opTomoFolkert Bleichrodt
2016-03-08Fix Windows buildWillem Jan Palenstijn
2016-03-04Encode Python bool as int in XML instead of strDaniel M. Pelt
2016-03-03Remove outdated cuda pathsWillem Jan Palenstijn
2016-03-03Merge pull request #32 from dmpelt/split-condaWillem Jan Palenstijn
Split conda package into c++ lib and python parts
2016-03-03Merge pull request #33 from wjp/travis-testWillem Jan Palenstijn
Use travis-ci's apt packages for cuda
2016-03-03Use travis-ci's apt packages for cudaWillem Jan Palenstijn
2016-03-03Revert "Use nvcc's -MT option"Willem Jan Palenstijn
This reverts commit 29c5c86e56697286a92031aaa9fdd903b3bcc426. This fixes building with CUDA 5.5.
2016-03-03Remove with-python from libastra conda buildDaniel M. Pelt
2016-03-03Include PluginAlgorithm in non-Python builds as wellDaniel M. Pelt
2016-03-03Split conda package into c++ lib and python partsDaniel M. Pelt
2016-03-02opTomo: output type matches input typeFolkert Bleichrodt
If opTomo is used to do a forward or backprojection, the precision of the output data now matches the precision of the input data. So the output will be single precision only if the input is stored in single precision.
2016-03-02Merge pull request #31 from dmpelt/small-fixesWillem Jan Palenstijn
Fix small Python errors
2016-03-02Fix small Python errorsDaniel M. Pelt
2016-03-01Fix buildWillem Jan Palenstijn
2016-03-01Fix buildWillem Jan Palenstijn
2016-03-01Merge branch 'master' into indexmanagerWillem Jan Palenstijn
2016-03-01Merge pull request #28 from dmpelt/travis-ciWillem Jan Palenstijn
Add Travis CI configuration file
2016-03-01Add Travis CI configuration fileDaniel M. Pelt
2016-02-29Disable astra.set_gpu_index when building without CUDAWillem Jan Palenstijn
2016-02-22Add missing helpWillem Jan Palenstijn
2016-02-22Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn
Remove dependency of libastra on libpython
2016-02-17Add python astra.astra delete/info based on index managerWillem Jan Palenstijn
2016-02-16Query max texture size instead of hardcoding itWillem Jan Palenstijn
2016-02-16Merge pull request #113 from wjp/splitXYWillem Jan Palenstijn
Also split volumes in X/Y directions to respect CUDA limits
2016-02-16Slightly simplify CAstraObjectManager::removeWillem Jan Palenstijn
2016-02-16Add astra_mex delete/info based on index managerWillem Jan Palenstijn
2016-02-16Also remove objects from index managerWillem Jan Palenstijn
2016-02-16Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn
The new AstraIndexManager can be used to obtain information about objects without knowing their type.
2016-02-15Avoid (unlikely) integer overflowWillem Jan Palenstijn