Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning | Willem Jan Palenstijn | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | Fix geometry computation in unused function | Willem Jan Palenstijn | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Fix some warnings | Willem Jan Palenstijn | 2017-10-12 | 6 | -256/+236 |
| | |||||
* | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-10-11 | 13 | -40/+56 |
|\ | |||||
| * | Improve object creation error messages | Willem Jan Palenstijn | 2017-10-11 | 11 | -34/+47 |
| | | |||||
| * | Try to fix Travis CUDA build | Willem Jan Palenstijn | 2017-10-11 | 1 | -4/+4 |
| | | |||||
| * | added vol_geom and proj_geom to the properties (#120) | vincentvn | 2017-10-05 | 1 | -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 opTomo | Willem Jan Palenstijn | 2017-09-22 | 1 | -2/+0 |
| | | | | | | | | Thanks to @NathanielSix for the report. | ||||
* | | Adjust test to weights scaled by detector pixel width | Willem Jan Palenstijn | 2017-10-11 | 1 | -3/+3 |
| | | |||||
* | | Add tests for 2D line kernels | Willem Jan Palenstijn | 2017-10-11 | 1 | -0/+310 |
| | | |||||
* | | Document constant in test | Willem Jan Palenstijn | 2017-10-11 | 1 | -1/+1 |
| | | |||||
* | | Make geometry config checks slightly less numerically strict | Willem Jan Palenstijn | 2017-10-11 | 7 | -16/+16 |
| | | |||||
* | | Scale 2D projection results by detector pixel width | Willem Jan Palenstijn | 2017-10-11 | 3 | -6/+12 |
| | | | | | | | | | | The strip and cuda projectors already did this scaling, so this makes the other behave consistently. | ||||
* | | Support parallel_vec in python geom_size | Willem Jan Palenstijn | 2017-10-11 | 1 | -1/+1 |
| | | |||||
* | | Unify some parallel_vec parameter computations | Willem Jan Palenstijn | 2017-09-27 | 4 | -34/+28 |
| | | |||||
* | | Fix non-square window for CPU projectors | Willem Jan Palenstijn | 2017-09-20 | 5 | -5/+5 |
| | | |||||
* | | Remove broken openmp support from CPU kernels | Willem Jan Palenstijn | 2017-09-20 | 5 | -5/+0 |
| | | | | | | | | The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way. | ||||
* | | Fix spaces/tabs | Willem Jan Palenstijn | 2017-09-19 | 1 | -2/+2 |
| | | |||||
* | | Fix boundary issues in par_linear | Willem Jan Palenstijn | 2017-09-18 | 1 | -9/+9 |
| | | |||||
* | | Fix boundary issues in fan_line | Willem Jan Palenstijn | 2017-09-18 | 1 | -17/+17 |
| | | |||||
* | | Homogenize style | Willem Jan Palenstijn | 2017-09-15 | 1 | -31/+11 |
| | | |||||
* | | Fix boundary issues in par_line | Willem Jan Palenstijn | 2017-09-15 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 476 | -15063/+5292 |
|\| | |||||
| * | Add macOS note | Willem Jan Palenstijn | 2017-09-08 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #108 from wjp/travis | Willem Jan Palenstijn | 2017-05-23 | 1 | -12/+32 |
| |\ | | | | | | | Travis: only install cuda packages for cuda builds | ||||
| | * | Travis: only install cuda packages for cuda builds | Willem Jan Palenstijn | 2017-05-23 | 1 | -11/+31 |
| | | | | | | | | | | | | | | | This way non-cuda build failures caused by missing cuda header files will be detected. | ||||
| | * | Travis: Update python version to 3.6 | Willem Jan Palenstijn | 2017-05-23 | 1 | -2/+2 |
| |/ | | | | | | | | | Effectively it was already running 3.6 anyway, since we are using Miniconda-latest. | ||||
| * | Fix misleading indentation | Willem Jan Palenstijn | 2017-05-22 | 1 | -2/+2 |
| | | |||||
| * | Fix build without CUDA | Willem Jan Palenstijn | 2017-05-22 | 2 | -0/+8 |
| | | |||||
| * | Fix conda build | Willem Jan Palenstijn | 2017-03-29 | 1 | -0/+1 |
| | | |||||
| * | Update create_projector docstring | Willem Jan Palenstijn | 2017-03-29 | 1 | -1/+2 |
| | | |||||
| * | Python: added options for projector creation, like for the matlab interface | Nicola VIGANO | 2017-03-29 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Nicola VIGANO <N.R.Vigano@cwi.nl> | ||||
| * | Fix compile error | Willem Jan Palenstijn | 2017-03-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'macOS' | Willem Jan Palenstijn | 2017-03-20 | 12 | -39/+86 |
| |\ | |||||
| | * | Add basic macOS/homebrew build instructions | Willem Jan Palenstijn | 2017-03-20 | 2 | -0/+28 |
| | | | |||||
| | * | Set stdlib to libstdc++ on macOS consistently | Willem Jan Palenstijn | 2017-03-20 | 2 | -4/+8 |
| | | | |||||
| | * | Use @loader_path to make mex files find libastra.0.dylib in cwd | Willem Jan Palenstijn | 2017-03-20 | 1 | -0/+6 |
| | | | |||||
| | * | Disable openmp on macOS | Willem Jan Palenstijn | 2017-03-20 | 2 | -0/+6 |
| | | | |||||
| | * | Use standard _OPENMP directive for checking openmp | Willem Jan Palenstijn | 2017-03-20 | 1 | -4/+2 |
| | | | |||||
| | * | Move conda astra-toolbox package files to own subdirectory | Willem Jan Palenstijn | 2017-03-20 | 4 | -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 dependencies | Willem Jan Palenstijn | 2017-03-20 | 1 | -0/+4 |
| | | | |||||
| | * | Silence errors from nvcc test run | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | | | |||||
| | * | Change lib/lib64 logic | Willem Jan Palenstijn | 2017-03-20 | 2 | -15/+13 |
| | | | | | | | | | | | | macOS CUDA uses lib even on 64 bit | ||||
| | * | Fix conda boost include flags | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | | | |||||
| | * | Use true instead of /bin/true | Willem Jan Palenstijn | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | It's in /usr/bin/ on macOS. | ||||
| | * | Let autogen.sh use either glibtoolize or libtoolize on macOS | Willem Jan Palenstijn | 2017-03-20 | 1 | -2/+5 |
| |/ | | | | | | | This is necessary since conda's libtool installs libtoolize on macOS. | ||||
| * | Fix python build | Willem Jan Palenstijn | 2017-03-01 | 1 | -1/+1 |
| | | |||||
| * | Add np112 to conda build script | Willem Jan Palenstijn | 2017-02-24 | 1 | -0/+3 |
| | | |||||
| * | Fix cuda3d geometry memory leaks | Willem Jan Palenstijn | 2017-02-17 | 2 | -5/+47 |
| | | |||||
| * | Remove using namespace astra; from headers | Willem Jan Palenstijn | 2017-02-16 | 6 | -66/+57 |
| | |