summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-2266-454/+623
|\
| * Remove unused codeWillem Jan Palenstijn2017-11-144-68/+5
| |
| * Update version to 1.8.3Willem Jan Palenstijn2017-11-067-12/+12
| |
| * Fix matlab interface buildWillem Jan Palenstijn2017-11-061-1/+1
| |
| * Add NEWS for 1.8.3Willem Jan Palenstijn2017-11-061-0/+9
| |
| * Add workaround for apparently broken mkl/win-64 conda packageWillem Jan Palenstijn2017-11-061-0/+2
| |
| * Add libastra/linux-64 conda package variants for cudatoolkitWillem Jan Palenstijn2017-11-0610-55/+130
| | | | | | | | Also upgrade the Docker-based linux release scripts to match.
| * Merge pull request #126 from wjp/testsWillem Jan Palenstijn2017-11-018-6/+231
| |\ | | | | | | Add basic tests to check an astra installation
| | * Add basic post-install matlab testsWillem Jan Palenstijn2017-11-014-5/+104
| | |
| | * Add basic post-install python testsWillem Jan Palenstijn2017-11-015-1/+126
| | |
| | * Move set_gpu_index, get_gpu_info from astra.astra to astraWillem Jan Palenstijn2017-11-012-3/+4
| | |
| | * Regroup .travis.yml sections to better match travis docsWillem Jan Palenstijn2017-11-011-2/+2
| |/
| * 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
| |
* | Fix warningWillem Jan Palenstijn2017-10-161-1/+1
| |
* | Fix geometry computation in unused functionWillem Jan Palenstijn2017-10-121-1/+1
| |
* | Fix some warningsWillem Jan Palenstijn2017-10-126-256/+236
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-1113-40/+56
|\|
| * 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.
* | Adjust test to weights scaled by detector pixel widthWillem Jan Palenstijn2017-10-111-3/+3
| |
* | Add tests for 2D line kernelsWillem Jan Palenstijn2017-10-111-0/+310
| |
* | Document constant in testWillem Jan Palenstijn2017-10-111-1/+1
| |
* | Make geometry config checks slightly less numerically strictWillem Jan Palenstijn2017-10-117-16/+16
| |
* | Scale 2D projection results by detector pixel widthWillem Jan Palenstijn2017-10-113-6/+12
| | | | | | | | | | The strip and cuda projectors already did this scaling, so this makes the other behave consistently.
* | Support parallel_vec in python geom_sizeWillem Jan Palenstijn2017-10-111-1/+1
| |
* | Unify some parallel_vec parameter computationsWillem Jan Palenstijn2017-09-274-34/+28
| |
* | Fix non-square window for CPU projectorsWillem Jan Palenstijn2017-09-205-5/+5
| |
* | Remove broken openmp support from CPU kernelsWillem Jan Palenstijn2017-09-205-5/+0
| | | | | | | | The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way.
* | Fix spaces/tabsWillem Jan Palenstijn2017-09-191-2/+2
| |