summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8
|
* Fix get_help for classes without docstringDaniel M. Pelt2015-08-051-5/+7
|
* Add matlab plugin .m fileDaniel M. Pelt2015-07-231-0/+24
|
* Fix 'get_registered' in Matlab with Python 3Daniel M. Pelt2015-07-231-5/+18
|
* Also use ProjectorId in ReconstructionAlgorithm3D plugin baseDaniel M. Pelt2015-07-231-0/+1
|
* Clear Python error when plugin is not find in getHelpDaniel M. Pelt2015-07-231-0/+1
|
* Normalize Python exceptions (needed for some)Daniel M. Pelt2015-07-231-0/+1
|
* Add ReconstructionAlgorithm2D/3D classes for plugins (matching C++ classes)Daniel M. Pelt2015-07-233-1/+55
|
* Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt2015-07-236-91/+138
| | | | when running in Matlab
* Always log Python errors when importing/creating pluginsDaniel M. Pelt2015-07-231-4/+8
|
* Also log Python errors when importing and creating Python pluginsDaniel M. Pelt2015-07-231-0/+48
|
* Fix numpy lapack loading when running in MatlabDaniel M. Pelt2015-07-234-0/+37
|
* Remove config text file loading for pluginsDaniel M. Pelt2015-07-232-69/+6
|
* Also allow tuples to be passed in a config dictDaniel M. Pelt2015-07-231-2/+2
|
* 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-232-1/+8
|
* Fix passing a python list as optionDaniel M. Pelt2015-07-231-0/+2
|
* Fix config to dict translation for array optionsDaniel M. Pelt2015-07-231-1/+6
|
* Better way of passing options to Python plugin using inspectDaniel M. Pelt2015-07-232-21/+16
|
* Add support for Python algorithm pluginsDaniel M. Pelt2015-07-2312-70/+851
|
* Add hooks for plugin support to AstraObjectFactoryWillem Jan Palenstijn2015-07-231-0/+19
| | | | | To use these hooks, add a specialization of findPlugin for the desired type of object (e.g., Algorithms).
* Fix commentsWillem Jan Palenstijn2015-07-231-5/+5
|
* Reduce code duplicationWillem Jan Palenstijn2015-07-231-8/+5
|
* Increment version to 1.6Willem Jan Palenstijn2015-05-292-3/+3
|
* Fix vs2008 buildWillem Jan Palenstijn2015-05-292-10/+19
|
* Update utility filesWillem Jan Palenstijn2015-05-293-287/+438
|
* Update README, NEWSWillem Jan Palenstijn2015-05-294-4/+16
|
* 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
| |
* | Merge pull request #66 from dmpelt/fix-old-sixWillem Jan Palenstijn2015-05-263-3/+18
|\ \ | | | | | | Fix range import for old six versions
| * | Fix range import for old six versionsDaniel M. Pelt2015-05-183-3/+18
| | |
* | | Fix Python samples for updated interface and old six versionsDaniel M. Pelt2015-05-262-4/+12
| | |
* | | Add note about autogen.shWillem Jan Palenstijn2015-05-202-0/+2
|/ /
* | Merge pull request #63 from wjp/optomo_sampleWillem Jan Palenstijn2015-05-151-0/+61
|\ \ | | | | | | Create python sample for OpTomo
| * | Create python sample for OpTomoWillem Jan Palenstijn2015-05-151-0/+61
| | |
* | | Merge pull request #49 from 3cHeLoN/astra-spotWillem Jan Palenstijn2015-05-153-0/+371
|\ \ \ | |/ / |/| | Astra spot
| * | Add copyright headerWillem Jan Palenstijn2015-05-151-0/+10
| | |
| * | Add note about Spot to sample scriptWillem Jan Palenstijn2015-05-151-0/+8
| | |
| * | Added ASTRA-Spot operator opTomoFolkert Bleichrodt2015-05-153-0/+353
| | | | | | | | | | | | | | | | | | A Spot operator for the ASTRA projectors. Wraps the forward and backprojection operation into a Spot operator, which can be used with matrix-vector syntax in Matlab.
* | | Sync README.txt with README.mdWillem Jan Palenstijn2015-05-131-3/+6
| | |
* | | Add DOI link for JSB paper as wellWillem Jan Palenstijn2015-05-131-1/+1
| | |
* | | Update README.mdWim van Aarle2015-05-131-2/+7
| | | | | | | | | updated references
* | | fix memleaks in testjoergkappes2015-05-082-0/+10
| | |
* | | fix to small memory allocationjoergkappes2015-05-081-2/+2
| | |
* | | Merge pull request #61 from wjp/xmlnode_cleanupWillem Jan Palenstijn2015-05-0856-730/+639
|\ \ \ | | | | | | | | Clean up XMLNode
| * | | Make XML array handling consistentWillem Jan Palenstijn2015-05-065-117/+127
| | | | | | | | | | | | | | | | setContent and getContent were using different XML formats previously.
| * | | Add extra XMLNode/XMLDocument/Config testWillem Jan Palenstijn2015-05-061-0/+16
| | | |
| * | | Change XMLNode* to XMLNodeWillem Jan Palenstijn2015-05-0656-635/+518
| | | | | | | | | | | | | | | | An XMLNode object is already simply a pointer, so no need to dynamically allocate XMLNodes.