summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Separate cuda from astra headers furtherWillem Jan Palenstijn2017-11-0111-49/+55
|
* Remove unused codeWillem Jan Palenstijn2017-11-014-190/+1
|
* Remove some unnecessary includesWillem Jan Palenstijn2017-11-0113-41/+5
|
* Fix usage of cython exceptWillem Jan Palenstijn2017-10-261-7/+13
|
* Fix usage of cython exceptWillem Jan Palenstijn2017-10-231-2/+2
|
* Support 2d/3d in astra.algorithm.get_res_normWillem Jan Palenstijn2017-10-232-5/+16
|
* Fix output initialization for MODE_ADD CGM jobsWillem Jan Palenstijn2017-10-191-0/+6
|
* Improve stringToFloatVector to match stringToDoubleVectorWillem Jan Palenstijn2017-10-171-8/+13
|
* Slightly increase numerical tolerance of testWillem Jan Palenstijn2017-10-171-1/+1
|
* Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-173-8/+12
| | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
* Reduce stringstream creation/imbue overheadWillem Jan Palenstijn2017-10-172-7/+29
|
* Add astra_get_gpu_info utility functionWillem Jan Palenstijn2017-10-172-0/+39
|
* Add astra.astra.get_gpu_info utility functionWillem Jan Palenstijn2017-10-174-0/+47
|
* Improve matlab create_vol_geomWillem Jan Palenstijn2017-10-171-19/+12
|
* Improve python create_vol_geomAllard Hendriksen2017-10-171-18/+11
| | | | | | | | | | | 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.
* README: boost lib path correctionBernhard Froehler2017-10-162-2/+2
|
* Fix outdated function call in matlab DART algorithm. (Thanks @NathanaelSix)Willem Jan Palenstijn2017-10-163-3/+3
|
* Update miniconda release for linux conda buildsWillem Jan Palenstijn2017-10-161-1/+1
|
* Update miniconda release for linux conda buildsWillem Jan Palenstijn2017-10-161-3/+3
|
* Fix Windows/Python buildWillem Jan Palenstijn2017-10-162-2/+2
|
* Improve object creation error messagesWillem Jan Palenstijn2017-10-1111-34/+47
|
* Try to fix Travis CUDA buildWillem Jan Palenstijn2017-10-111-4/+4
|
* added vol_geom and proj_geom to the properties (#120)vincentvn2017-10-051-0/+5
| | | | | | | 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.
* Remove duplicate creation of projector in opTomoWillem Jan Palenstijn2017-09-221-2/+0
| | | | Thanks to @NathanielSix for the report.
* Add macOS noteWillem Jan Palenstijn2017-09-081-1/+3
|
* Merge pull request #108 from wjp/travisWillem Jan Palenstijn2017-05-231-12/+32
|\ | | | | Travis: only install cuda packages for cuda builds
| * Travis: only install cuda packages for cuda buildsWillem Jan Palenstijn2017-05-231-11/+31
| | | | | | | | | | This way non-cuda build failures caused by missing cuda header files will be detected.
| * Travis: Update python version to 3.6Willem Jan Palenstijn2017-05-231-2/+2
|/ | | | | Effectively it was already running 3.6 anyway, since we are using Miniconda-latest.
* Fix misleading indentationWillem Jan Palenstijn2017-05-221-2/+2
|
* Fix build without CUDAWillem Jan Palenstijn2017-05-222-0/+8
|
* Fix conda buildWillem Jan Palenstijn2017-03-291-0/+1
|
* Update create_projector docstringWillem Jan Palenstijn2017-03-291-1/+2
|
* Python: added options for projector creation, like for the matlab interfaceNicola VIGANO2017-03-291-1/+4
| | | | Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl>
* Fix compile errorWillem Jan Palenstijn2017-03-271-1/+1
|
* Merge branch 'macOS'Willem Jan Palenstijn2017-03-2012-39/+86
|\
| * Add basic macOS/homebrew build instructionsWillem Jan Palenstijn2017-03-202-0/+28
| |
| * Set stdlib to libstdc++ on macOS consistentlyWillem Jan Palenstijn2017-03-202-4/+8
| |
| * Use @loader_path to make mex files find libastra.0.dylib in cwdWillem Jan Palenstijn2017-03-201-0/+6
| |
| * Disable openmp on macOSWillem Jan Palenstijn2017-03-202-0/+6
| |
| * Use standard _OPENMP directive for checking openmpWillem Jan Palenstijn2017-03-201-4/+2
| |
| * Move conda astra-toolbox package files to own subdirectoryWillem Jan Palenstijn2017-03-204-12/+12
| | | | | | | | | | Recent versions of conda-build (2.1.1 at least) seem to automatically build packages in subdirectories (after the main directory).
| * Add autotools and boost to macOS conda libastra dependenciesWillem Jan Palenstijn2017-03-201-0/+4
| |
| * Silence errors from nvcc test runWillem Jan Palenstijn2017-03-201-1/+1
| |
| * Change lib/lib64 logicWillem Jan Palenstijn2017-03-202-15/+13
| | | | | | | | macOS CUDA uses lib even on 64 bit
| * Fix conda boost include flagsWillem Jan Palenstijn2017-03-201-1/+1
| |
| * Use true instead of /bin/trueWillem Jan Palenstijn2017-03-201-1/+1
| | | | | | | | It's in /usr/bin/ on macOS.
| * Let autogen.sh use either glibtoolize or libtoolize on macOSWillem Jan Palenstijn2017-03-201-2/+5
|/ | | | This is necessary since conda's libtool installs libtoolize on macOS.
* Fix python buildWillem Jan Palenstijn2017-03-011-1/+1
|
* Add np112 to conda build scriptWillem Jan Palenstijn2017-02-241-0/+3
|
* Fix cuda3d geometry memory leaksWillem Jan Palenstijn2017-02-172-5/+47
|