summaryrefslogtreecommitdiffstats
path: root/python/astra
Commit message (Collapse)AuthorAgeFilesLines
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-063-24/+15
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* Merge pull request #52 from wjp/change_geometry3dWillem Jan Palenstijn2015-04-143-0/+81
|\ | | | | Add data3d('change_geometry')
| * Add python data3d.change_geometryWillem Jan Palenstijn2015-04-103-0/+81
| |
* | Add 'link' feature to Python (for 2D and 3D data)Daniel M. Pelt2015-04-096-9/+107
|/
* Merge branch 'master' into loggingWillem Jan Palenstijn2015-03-2010-61/+375
|\
| * Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn2015-03-061-4/+0
| |
| * Added Python support for CUDA projectorsDaniel M. Pelt2015-03-0510-57/+375
| |
* | Add logging support to PythonDaniel M. Pelt2015-03-103-0/+250
|/
* Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt2015-03-038-187/+181
| | | | 03a9dd972ada50eedb83386910cecf02fe8d0e35)
* Added Python interfaceDaniel M. Pelt2015-02-2429-0/+3409