summaryrefslogtreecommitdiff
path: root/samples/python
AgeCommit message (Collapse)Author
2021-10-27Update copyright yearsWillem Jan Palenstijn
2018-12-06Read filter config for FBP from cfg.optionsWillem Jan Palenstijn
Since these settings are optional, they should have been in cfg.options instead of directly in cfg. The old syntax remains a fallback. This has the side-effect that the tomopy/astra interface can also supply them.
2018-07-17Add sample scriptsWillem Jan Palenstijn
2018-01-24iMinds -> imecWillem Jan Palenstijn
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2018-01-09Improve postalignment functionWillem Jan Palenstijn
2018-01-09Add geom_size, geom_2vec to main astra moduleWillem Jan Palenstijn
2018-01-09Add sample script using parallel_vecWillem Jan Palenstijn
2017-11-01Move set_gpu_index, get_gpu_info from astra.astra to astraWillem Jan Palenstijn
2017-02-08Add pygpu sample scriptWillem Jan Palenstijn
2016-11-28Update python headersWillem Jan Palenstijn
2016-11-18Use SIRTPlugin, CGLSPlugin in exampleWillem Jan Palenstijn
2016-04-26Use FP/BP out argument in sample pluginWillem Jan Palenstijn
2016-04-25Change flatten to ravel in Python codeDaniel M. Pelt
2016-01-19Add multi-GPU sampleWillem Jan Palenstijn
2016-01-19Rename sample with conflicting filenameWillem Jan Palenstijn
2015-12-04Merge pull request #101 from wjp/compositeWillem Jan Palenstijn
Add CompositeGeometryManager
2015-12-04Add sample for experimental composite geometry codeWillem Jan Palenstijn
2015-07-23Allow registering plugins without explicit name, and fix exception handling ↵Daniel M. Pelt
when running in Matlab
2015-07-23Better way of passing options to Python plugin using inspectDaniel M. Pelt
2015-07-23Add support for Python algorithm pluginsDaniel M. Pelt
2015-05-26Fix Python samples for updated interface and old six versionsDaniel M. Pelt
2015-05-15Create python sample for OpTomoWillem Jan Palenstijn
2015-03-06Adjust docstring and samples to new python create_sino functionWillem Jan Palenstijn
2015-02-24Added Python interfaceDaniel M. Pelt