summaryrefslogtreecommitdiffstats
path: root/python/astra/data3d_c.pyx
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of cython exceptWillem Jan Palenstijn2017-10-261-7/+13
|
* Improve data2d/data3d error messagesWillem Jan Palenstijn2017-02-081-31/+32
|
* Make typechecks in data3d.create more robustWillem Jan Palenstijn2017-02-081-10/+18
|
* Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn2017-02-081-13/+40
|
* Make python -sinocone a synonym of -sino.Willem Jan Palenstijn2017-02-081-13/+1
| | | | The matlab interface already behaves like this.
* Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-081-1/+0
|
* Update python headersWillem Jan Palenstijn2016-11-281-1/+1
|
* Reverse output of astra.data3d.dimensionsWillem Jan Palenstijn2016-04-251-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 astraWillem Jan Palenstijn2016-02-021-18/+18
|
* Do not allow 1D input in Python link methodDaniel M. Pelt2015-05-071-8/+2
|
* Check data size when using 'link' function in PythonDaan Pelt2015-04-301-0/+17
|
* Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn2015-04-141-0/+55
|\ | | | | Add data3d('change_geometry')
| * Add python data3d.change_geometryWillem Jan Palenstijn2015-04-101-0/+55
| |
* | Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt2015-04-091-5/+22
|/
* Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt2015-03-031-16/+25
| | | | 03a9dd972ada50eedb83386910cecf02fe8d0e35)
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+188