summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11Improve object creation error messagesWillem Jan Palenstijn
2017-10-11Try to fix Travis CUDA buildWillem Jan Palenstijn
2017-10-05added vol_geom and proj_geom to the properties (#120)vincentvn
Add vol_geom and proj_geom to the properties The opTomo operator has the volume and projection geometries as properties ( SetAccess = private, GetAccess = public ). This way you can all easily access all information about the geometry if you passed the opTomo object to a function.
2017-09-22Remove duplicate creation of projector in opTomoWillem Jan Palenstijn
Thanks to @NathanielSix for the report.
2017-09-08Add macOS noteWillem Jan Palenstijn
2017-05-23Merge pull request #108 from wjp/travisWillem Jan Palenstijn
Travis: only install cuda packages for cuda builds
2017-05-23Travis: only install cuda packages for cuda buildsWillem Jan Palenstijn
This way non-cuda build failures caused by missing cuda header files will be detected.
2017-05-23Travis: Update python version to 3.6Willem Jan Palenstijn
Effectively it was already running 3.6 anyway, since we are using Miniconda-latest.
2017-05-22Fix misleading indentationWillem Jan Palenstijn
2017-05-22Fix build without CUDAWillem Jan Palenstijn
2017-03-29Fix conda buildWillem Jan Palenstijn
2017-03-29Update create_projector docstringWillem Jan Palenstijn
2017-03-29Python: added options for projector creation, like for the matlab interfaceNicola VIGANO
Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
2017-03-27Fix compile errorWillem Jan Palenstijn
2017-03-20Merge branch 'macOS'Willem Jan Palenstijn
2017-03-20Add basic macOS/homebrew build instructionsWillem Jan Palenstijn
2017-03-20Set stdlib to libstdc++ on macOS consistentlyWillem Jan Palenstijn
2017-03-20Use @loader_path to make mex files find libastra.0.dylib in cwdWillem Jan Palenstijn
2017-03-20Disable openmp on macOSWillem Jan Palenstijn
2017-03-20Use standard _OPENMP directive for checking openmpWillem Jan Palenstijn
2017-03-20Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn
Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
2017-03-20Add autotools and boost to macOS conda libastra dependenciesWillem Jan Palenstijn
2017-03-20Silence errors from nvcc test runWillem Jan Palenstijn
2017-03-20Change lib/lib64 logicWillem Jan Palenstijn
macOS CUDA uses lib even on 64 bit
2017-03-20Fix conda boost include flagsWillem Jan Palenstijn
2017-03-20Use true instead of /bin/trueWillem Jan Palenstijn
It's in /usr/bin/ on macOS.
2017-03-20Let autogen.sh use either glibtoolize or libtoolize on macOSWillem Jan Palenstijn
This is necessary since conda's libtool installs libtoolize on macOS.
2017-03-01Fix python buildWillem Jan Palenstijn
2017-02-24Add np112 to conda build scriptWillem Jan Palenstijn
2017-02-17Fix cuda3d geometry memory leaksWillem Jan Palenstijn