index
:
csa/tomo/approximate/astra.git
half
tnv
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
Age
Commit message (
Expand
)
Author
2015-07-23
Allow registering plugins without explicit name, and fix exception handling w...
Daniel M. Pelt
2015-07-23
Also allow tuples to be passed in a config dict
Daniel M. Pelt
2015-07-23
Show more useful information when a plugin raises an exception
Daniel M. Pelt
2015-07-23
Allow plugins without keywords
Daniel M. Pelt
2015-07-23
Log error when running Python plugin algorithm
Daniel M. Pelt
2015-07-23
Fix passing a python list as option
Daniel M. Pelt
2015-07-23
Better way of passing options to Python plugin using inspect
Daniel M. Pelt
2015-07-23
Add support for Python algorithm plugins
Daniel M. Pelt
2015-05-26
Fix optomo reconstruction for 1D input
Daniel M. Pelt
2015-05-26
Merge pull request #65 from dmpelt/cython-char-fix
Willem Jan Palenstijn
2015-05-18
Fix range import for old six versions
Daniel M. Pelt
2015-05-18
Hold reference to results of six.b calls
Daan Pelt
2015-05-08
Merge pull request #61 from wjp/xmlnode_cleanup
Willem Jan Palenstijn
2015-05-08
Merge pull request #46 from dmpelt/spot-like-python
Willem Jan Palenstijn
2015-05-08
Rename optomo.py for Python 2 support
Daniel M. Pelt
2015-05-07
Use superclass __mul__ in Python OpTomo __mul__
Daniel M. Pelt
2015-05-07
Do not allow 1D input in Python link method
Daniel M. Pelt
2015-05-06
Make XML array handling consistent
Willem Jan Palenstijn
2015-05-06
Change XMLNode* to XMLNode
Willem Jan Palenstijn
2015-05-04
Add SPOT-like object for Python (overrides `__mul__` and works with scipy.spa...
Daan Pelt
2015-04-30
Check data size when using 'link' function in Python
Daan Pelt
2015-04-14
Merge pull request #52 from wjp/change_geometry3d
Willem Jan Palenstijn
2015-04-10
Add python data3d.change_geometry
Willem Jan Palenstijn
2015-04-09
Add 'link' feature to Python (for 2D and 3D data)
Daniel M. Pelt
2015-03-20
Merge branch 'master' into logging
Willem Jan Palenstijn
2015-03-10
Add logging support to Python
Daniel M. Pelt
2015-03-06
Adjust docstring and samples to new python create_sino function
Willem Jan Palenstijn
2015-03-05
Avoid Python recompilation during installation
Daniel M. Pelt
2015-03-05
Added Python support for CUDA projectors
Daniel M. Pelt
2015-03-03
Make Python get_geometry code match Matlab (after 03a9dd972ada50eedb83386910c...
Daniel M. Pelt
2015-02-27
Force Cython to use language level 2 to avoid error with Cython 0.22 and python3
Daan Pelt
2015-02-24
Added Python interface
Daniel M. Pelt