summaryrefslogtreecommitdiffstats
path: root/python/astra/utils.pyx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Check numpy array typeWillem Jan Palenstijn2020-07-021-3/+5
|
* Refactor cython data3d object creation to prepareWillem Jan Palenstijn2020-07-021-0/+62
|
* Fix exception propagation in python dictToConfigWillem Jan Palenstijn2018-12-231-6/+9
|
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Add trailing ,/; to string repr of float vector/matrixWillem Jan Palenstijn2017-10-171-0/+2
| | | | | This makes it possible to differentiate between a scalar and a one-element vector, and fixes #111.
* Update python headersWillem Jan Palenstijn2016-11-281-1/+1
|
* Encode Python bool as int in XML instead of strDaniel M. Pelt2016-03-041-4/+8
|
* Make copyright/license headers consistent with rest of astraWillem Jan Palenstijn2016-02-021-18/+18
|
* Reduce dependency of python code on libastraWillem Jan Palenstijn2015-12-041-5/+77
|
* Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-011-3/+4
|\ | | | | | | | | Conflicts: python/astra/utils.pyx
| * 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
| |
* | Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
| |
* | Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
| |
* | Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-67/+5
|/
* Make XML array handling consistentWillem Jan Palenstijn2015-05-061-26/+9
| | | | setContent and getContent were using different XML formats previously.
* Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-061-19/+10
| | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.
* Make Python get_geometry code match Matlab (after ↵Daniel M. Pelt2015-03-031-90/+66
| | | | 03a9dd972ada50eedb83386910cecf02fe8d0e35)
* Added Python interfaceDaniel M. Pelt2015-02-241-0/+260