Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix usage of cython except | Willem Jan Palenstijn | 2017-10-26 | 1 | -7/+13 |
| | |||||
* | Improve data2d/data3d error messages | Willem Jan Palenstijn | 2017-02-08 | 1 | -31/+32 |
| | |||||
* | 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 | 1 | -13/+40 |
| | |||||
* | 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 python headers | Willem Jan Palenstijn | 2016-11-28 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Make copyright/license headers consistent with rest of astra | Willem Jan Palenstijn | 2016-02-02 | 1 | -18/+18 |
| | |||||
* | Do not allow 1D input in Python link method | Daniel M. Pelt | 2015-05-07 | 1 | -8/+2 |
| | |||||
* | Check data size when using 'link' function in Python | Daan Pelt | 2015-04-30 | 1 | -0/+17 |
| | |||||
* | Merge pull request #52 from wjp/change_geometry3d | Willem Jan Palenstijn | 2015-04-14 | 1 | -0/+55 |
|\ | | | | | Add data3d('change_geometry') | ||||
| * | Add python data3d.change_geometry | Willem Jan Palenstijn | 2015-04-10 | 1 | -0/+55 |
| | | |||||
* | | Add 'link' feature to Python (for 2D and 3D data) | Daniel M. Pelt | 2015-04-09 | 1 | -5/+22 |
|/ | |||||
* | Make Python get_geometry code match Matlab (after ↵ | Daniel M. Pelt | 2015-03-03 | 1 | -16/+25 |
| | | | | 03a9dd972ada50eedb83386910cecf02fe8d0e35) | ||||
* | Added Python interface | Daniel M. Pelt | 2015-02-24 | 1 | -0/+188 |