summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-09Merge branch 'parallel_vec'Willem Jan Palenstijn
2018-01-09Add sample script using parallel_vecWillem Jan Palenstijn
2017-12-11Remove a remaining ConeProjectionGeometry check in FDK_CUDAWillem Jan Palenstijn
2017-11-28Fix memory leak in SARTWillem Jan Palenstijn
2017-11-28Fix FanFlatBeamLineKernelProjector memleakWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-22Fix missing version update in conda meta.yamlWillem Jan Palenstijn
2017-11-22Allow cone_vec for FDKWillem Jan Palenstijn
NB: This will let you do mathematically nonsensical things, since FDK does not support non-circular cone geometries. However, this does let you use translated detectors, for example.
2017-11-22Add experimental accumulate_FP/BP/FDK python functionsWillem Jan Palenstijn
2017-11-22Update version to 1.9.0devWillem Jan Palenstijn
2017-11-22Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-11-14Remove unused codeWillem Jan Palenstijn
2017-11-06Update version to 1.8.3Willem Jan Palenstijn
2017-11-06Fix matlab interface buildWillem Jan Palenstijn
2017-11-06Add NEWS for 1.8.3Willem Jan Palenstijn
2017-11-06Add workaround for apparently broken mkl/win-64 conda packageWillem Jan Palenstijn
2017-11-06Add libastra/linux-64 conda package variants for cudatoolkitWillem Jan Palenstijn
Also upgrade the Docker-based linux release scripts to match.
2017-11-01Merge pull request #126 from wjp/testsWillem Jan Palenstijn
Add basic tests to check an astra installation
2017-11-01Add basic post-install matlab testsWillem Jan Palenstijn
2017-11-01Add basic post-install python testsWillem Jan Palenstijn
2017-11-01Move set_gpu_index, get_gpu_info from astra.astra to astraWillem Jan Palenstijn
2017-11-01Regroup .travis.yml sections to better match travis docsWillem Jan Palenstijn
2017-11-01Separate cuda from astra headers furtherWillem Jan Palenstijn
2017-11-01Remove unused codeWillem Jan Palenstijn
2017-11-01Remove some unnecessary includesWillem Jan Palenstijn
2017-10-26Fix usage of cython exceptWillem Jan Palenstijn
2017-10-23Fix usage of cython exceptWillem Jan Palenstijn
2017-10-23Support 2d/3d in astra.algorithm.get_res_normWillem Jan Palenstijn
2017-10-19Fix output initialization for MODE_ADD CGM jobsWillem Jan Palenstijn
2017-10-17Improve stringToFloatVector to match stringToDoubleVectorWillem Jan Palenstijn
2017-10-17Slightly increase numerical tolerance of testWillem Jan Palenstijn
2017-10-17Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn
This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
2017-10-17Reduce stringstream creation/imbue overheadWillem Jan Palenstijn
2017-10-17Add astra_get_gpu_info utility functionWillem Jan Palenstijn
2017-10-17Add astra.astra.get_gpu_info utility functionWillem Jan Palenstijn
2017-10-17Improve matlab create_vol_geomWillem Jan Palenstijn
2017-10-17Improve python create_vol_geomAllard Hendriksen
Remove redundant window computations. Also fixes the problem where >> astra.create_vol_geom(10,10,10) would not set the window options while all other parameter configurations of create_vol_geom did set the window options. Respects custom arguments for the window.
2017-10-16README: boost lib path correctionBernhard Froehler
2017-10-16Fix outdated function call in matlab DART algorithm. (Thanks @NathanaelSix)Willem Jan Palenstijn
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-16Update miniconda release for linux conda buildsWillem Jan Palenstijn
2017-10-16Fix Windows/Python buildWillem Jan Palenstijn
2017-10-16Fix warningWillem Jan Palenstijn
2017-10-12Fix geometry computation in unused functionWillem Jan Palenstijn
2017-10-12Fix some warningsWillem Jan Palenstijn
2017-10-11Merge branch 'master' into parallel_vecWillem Jan Palenstijn
2017-10-11Adjust test to weights scaled by detector pixel widthWillem Jan Palenstijn
2017-10-11Improve object creation error messagesWillem Jan Palenstijn
2017-10-11Try to fix Travis CUDA buildWillem Jan Palenstijn
2017-10-11Add tests for 2D line kernelsWillem Jan Palenstijn