summaryrefslogtreecommitdiffstats
path: root/python/astra/plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
* Update python headersWillem Jan Palenstijn2016-11-281-19/+18
* Also use ProjectorId in ReconstructionAlgorithm3D plugin baseDaniel M. Pelt2015-07-231-0/+1
* Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes)Daniel M. Pelt2015-07-231-0/+27
* Allow registering plugins without explicit name, and fix exception handling w...Daniel M. Pelt2015-07-231-42/+29
* Show more useful information when a plugin raises an exceptionDaniel M. Pelt2015-07-231-4/+5
* Allow plugins without keywordsDaniel M. Pelt2015-07-231-1/+4
* Log error when running Python plugin algorithmDaniel M. Pelt2015-07-231-0/+7
* Better way of passing options to Python plugin using inspectDaniel M. Pelt2015-07-231-12/+12
* Add support for Python algorithm pluginsDaniel M. Pelt2015-07-231-0/+95