summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-11Document constant in testWillem Jan Palenstijn
2017-10-11Make geometry config checks slightly less numerically strictWillem Jan Palenstijn
2017-10-11Scale 2D projection results by detector pixel widthWillem Jan Palenstijn
The strip and cuda projectors already did this scaling, so this makes the other behave consistently.
2017-10-11Support parallel_vec in python geom_sizeWillem Jan Palenstijn
2017-09-27Unify some parallel_vec parameter computationsWillem Jan Palenstijn
2017-09-20Fix non-square window for CPU projectorsWillem Jan Palenstijn
2017-09-20Remove broken openmp support from CPU kernelsWillem Jan Palenstijn
The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way.
2017-09-19Fix spaces/tabsWillem Jan Palenstijn
2017-09-18Fix boundary issues in par_linearWillem Jan Palenstijn
2017-09-18Fix boundary issues in fan_lineWillem Jan Palenstijn
2017-09-15Homogenize styleWillem Jan Palenstijn
2017-09-15Fix boundary issues in par_lineWillem Jan Palenstijn
2017-09-15Merge branch 'master' into parallel_vecWillem Jan Palenstijn
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
2017-02-16Remove using namespace astra; from headersWillem Jan Palenstijn
2017-02-16Remove using namespace std; from headersWillem Jan Palenstijn
2017-02-14Fix FDK shortscan weightingWillem Jan Palenstijn
It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0].
2017-02-09Merge pull request #93 from wjp/GPULinkWillem Jan Palenstijn
GPULink support
2017-02-08Remove tabs from python codeWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Update commentsWillem Jan Palenstijn
2017-02-08Add pygpu sample scriptWillem Jan Palenstijn
2017-02-08Fix warningsWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn