Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 10 | -39/+167 |
|\ | |||||
| * | Remove unused code | Willem Jan Palenstijn | 2017-11-14 | 2 | -4/+3 |
| | | |||||
| * | Update version to 1.8.3 | Willem Jan Palenstijn | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Add basic post-install python tests | Willem Jan Palenstijn | 2017-11-01 | 2 | -0/+98 |
| | | |||||
| * | Move set_gpu_index, get_gpu_info from astra.astra to astra | Willem Jan Palenstijn | 2017-11-01 | 1 | -1/+2 |
| | | |||||
| * | Separate cuda from astra headers further | Willem Jan Palenstijn | 2017-11-01 | 1 | -2/+1 |
| | | |||||
| * | Fix usage of cython except | Willem Jan Palenstijn | 2017-10-26 | 1 | -7/+13 |
| | | |||||
| * | Fix usage of cython except | Willem Jan Palenstijn | 2017-10-23 | 1 | -2/+2 |
| | | |||||
| * | Support 2d/3d in astra.algorithm.get_res_norm | Willem Jan Palenstijn | 2017-10-23 | 2 | -5/+16 |
| | | |||||
| * | Add trailing ,/; to string repr of float vector/matrix | Willem Jan Palenstijn | 2017-10-17 | 1 | -0/+2 |
| | | | | | | | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111. | ||||
| * | Add astra.astra.get_gpu_info utility function | Willem Jan Palenstijn | 2017-10-17 | 2 | -0/+19 |
| | | |||||
| * | Improve python create_vol_geom | Allard Hendriksen | 2017-10-17 | 1 | -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. | ||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-10-11 | 6 | -8/+18 |
|\| | |||||
| * | Improve object creation error messages | Willem Jan Palenstijn | 2017-10-11 | 6 | -8/+18 |
| | | |||||
* | | Support parallel_vec in python geom_size | Willem Jan Palenstijn | 2017-10-11 | 1 | -1/+1 |
| | | |||||
* | | Fix spaces/tabs | Willem Jan Palenstijn | 2017-09-19 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 45 | -793/+1070 |
|\| | |||||
| * | 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 python build | Willem Jan Palenstijn | 2017-03-01 | 1 | -1/+1 |
| | | |||||
| * | Remove tabs from python code | Willem Jan Palenstijn | 2017-02-08 | 3 | -202/+202 |
| | | |||||
| * | Improve data2d/data3d error messages | Willem Jan Palenstijn | 2017-02-08 | 3 | -61/+70 |
| | | |||||
| * | Make typechecks in data3d.create more robust | Willem Jan Palenstijn | 2017-02-08 | 1 | -10/+18 |
| | | |||||
| * | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 5 | -38/+113 |
| | | |||||
| * | Make python -sinocone a synonym of -sino. | Willem Jan Palenstijn | 2017-02-08 | 1 | -13/+1 |
| | | | | | | | | The matlab interface already behaves like this. | ||||
| * | Remove unused 3d global min/max | Willem Jan Palenstijn | 2017-02-08 | 1 | -1/+0 |
| | | |||||
| * | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -1/+1 |
| | | |||||
| * | Add astra.__version__ (PEP396) | Willem Jan Palenstijn | 2016-12-01 | 3 | -20/+2 |
| | | |||||
| * | Update python headers | Willem Jan Palenstijn | 2016-11-28 | 45 | -494/+487 |
| | | |||||
| * | Add CGLS plugin | Willem Jan Palenstijn | 2016-11-18 | 2 | -0/+100 |
| | | |||||
| * | Add SIRT plugin | Willem Jan Palenstijn | 2016-11-18 | 3 | -0/+119 |
| | | |||||
| * | Fix Python create_projector docstring | Willem Jan Palenstijn | 2016-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2016-10-07 | 1 | -6/+4 |
|\| | |||||
| * | Replace use of boost::split by own function | Willem Jan Palenstijn | 2016-07-28 | 1 | -6/+4 |
| | | |||||
* | | Merge branch 'master' into parvec | Willem Jan Palenstijn | 2016-07-28 | 23 | -273/+1245 |
|\| | |||||
| * | Merge pull request #47 from wjp/OpTomo_out | Willem Jan Palenstijn | 2016-04-26 | 1 | -30/+66 |
| |\ | | | | | | | Give OpTomo FP/BP functions with optional out argument | ||||
| | * | Give OpTomo FP/BP functions with optional out argument | Willem Jan Palenstijn | 2016-04-25 | 1 | -30/+66 |
| | | | | | | | | | | | | This allows more efficient use of allocated arrays. | ||||
| * | | Merge pull request #46 from dmpelt/python_cxx | Willem Jan Palenstijn | 2016-04-25 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Use CXX for Python compilation as well | ||||
| | * | | Use CXX for Python compilation as well | Daniel M. Pelt | 2016-04-19 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #50 from wjp/data3d_dimensions | Willem Jan Palenstijn | 2016-04-25 | 1 | -1/+1 |
| |\ \ \ | | |_|/ | |/| | | Reverse output of astra.data3d.dimensions | ||||
| | * | | Reverse output of astra.data3d.dimensions | Willem Jan Palenstijn | 2016-04-25 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | This makes the output directly usable in numpy commands like zeros, reshape. We were not using data3d.dimensions ourselves, as far as I can tell. | ||||
| * / | Change flatten to ravel in Python code | Daniel M. Pelt | 2016-04-25 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | 2016-04-15 | 3 | -2/+86 |
| |\ | | | | | | | Add an AstraIndexManager | ||||
| | * | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | 2016-03-01 | 14 | -212/+679 |
| | |\ | |||||
| | * | | Add python astra.astra delete/info based on index manager | Willem Jan Palenstijn | 2016-02-17 | 3 | -2/+88 |
| | | | | |||||
| * | | | Encode Python bool as int in XML instead of str | Daniel M. Pelt | 2016-03-04 | 1 | -4/+8 |
| | | | | |||||
| * | | | Fix small Python errors | Daniel M. Pelt | 2016-03-02 | 3 | -3/+5 |
| | |/ | |/| | |||||
| * | | Disable astra.set_gpu_index when building without CUDA | Willem Jan Palenstijn | 2016-02-29 | 1 | -1/+5 |
| | | | |||||
| * | | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 14 | -209/+674 |
| |\ \ | | |/ | |/| | Remove dependency of libastra on libpython | ||||
| | * | Make copyright/license headers consistent with rest of astra | Willem Jan Palenstijn | 2016-02-02 | 14 | -210/+206 |
| | | |