summaryrefslogtreecommitdiffstats
path: root/python/astra/data3d_c.pyx
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
* Remove unused codeWillem Jan Palenstijn2017-11-141-3/+3
* 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
* 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
* 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 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 03a9dd972ada50eedb83386910c...Daniel M. Pelt2015-03-031-16/+25
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+188