summaryrefslogtreecommitdiffstats
path: root/python/astra
Commit message (Collapse)AuthorAgeFilesLines
* Release the gil in algorithm.runDaniel M. Pelt2015-08-102-2/+4
|
* Define a transpose for the OpTomo transpose as wellDaniel M. Pelt2015-07-301-0/+8
| | | | Allows for chaining .T calls.
* Fix Python OpTomo for scipy 0.16Daniel M. Pelt2015-07-301-1/+9
| | | | | | scipy 0.16 also uses .T to define a transpose, which conflicts with the old OpTomo implementation. OpTomo now also defines the _transpose() method, which .T will call in scipy 0.16.
* Fix formatting when passing strings to log from high-level codeDaniel M. Pelt2015-07-171-4/+4
|
* Fix memory leak in configuration codeDaniel M. Pelt2015-06-252-4/+16
|
* Fix config to struct/dict translation for array optionsDaniel M. Pelt2015-06-241-1/+4
|
* Don't take address of temporary.Valerii Sokolov2015-06-221-2/+4
|
* Fix optomo reconstruction for 1D inputDaniel M. Pelt2015-05-261-1/+1
|
* Merge pull request #65 from dmpelt/cython-char-fixWillem Jan Palenstijn2015-05-261-7/+14
|\ | | | | Hold reference to results of six.b calls
| * Hold reference to results of six.b callsDaan Pelt2015-05-181-7/+14
| |
* | Fix range import for old six versionsDaniel M. Pelt2015-05-183-3/+18
| |
* | Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn2015-05-083-50/+26
|\ \ | | | | | | Clean up XMLNode
| * | Make XML array handling consistentWillem Jan Palenstijn2015-05-062-26/+11
| | | | | | | | | | | | setContent and getContent were using different XML formats previously.
| * | 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 #46 from dmpelt/spot-like-pythonWillem Jan Palenstijn2015-05-083-136/+198
|\ \ | | | | | | Add SPOT-like object for Python (overrides `__mul__` and works with scipy.sparse.linalg)
| * | Rename optomo.py for Python 2 supportDaniel M. Pelt2015-05-082-1/+1
| | |
| * | Use superclass __mul__ in Python OpTomo __mul__Daniel M. Pelt2015-05-071-22/+11
| | |
| * | Add SPOT-like object for Python (overrides `__mul__` and works with ↵Daan Pelt2015-05-043-136/+209
| |/ | | | | | | scipy.sparse.linalg)
* | Do not allow 1D input in Python link methodDaniel M. Pelt2015-05-072-16/+4
| |
* | Check data size when using 'link' function in PythonDaan Pelt2015-04-304-23/+98
|/
* 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