summaryrefslogtreecommitdiff
path: root/python/astra/data3d_c.pyx
AgeCommit message (Expand)Author
2021-10-27Update copyright yearsWillem Jan Palenstijn
2020-07-02Refactor cython data3d object creation to prepareWillem Jan Palenstijn
2018-12-12Remove unused array allocation in data3d.get_sharedWillem Jan Palenstijn
2018-01-24iMinds -> imecWillem Jan Palenstijn
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2017-11-14Remove unused codeWillem Jan Palenstijn
2017-10-26Fix usage of cython exceptWillem Jan Palenstijn
2017-02-08Improve data2d/data3d error messagesWillem Jan Palenstijn
2017-02-08Make typechecks in data3d.create more robustWillem Jan Palenstijn
2017-02-08Start work on CFloat32Data3DGPU to allow persistent/external GPU memoryWillem Jan Palenstijn
2017-02-08Make python -sinocone a synonym of -sino.Willem Jan Palenstijn
2017-02-08Remove unused 3d global min/maxWillem Jan Palenstijn
2016-11-28Update python headersWillem Jan Palenstijn
2016-04-25Reverse output of astra.data3d.dimensionsWillem Jan Palenstijn
2016-02-02Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn
2015-05-07Do not allow 1D input in Python link methodDaniel M. Pelt
2015-04-30Check data size when using 'link' function in PythonDaan Pelt
2015-04-14Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn
2015-04-10Add python data3d.change_geometryWillem Jan Palenstijn
2015-04-09Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt
2015-03-03Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910c...Daniel M. Pelt
2015-02-24Added Python interfaceDaniel M. Pelt