| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Give OpTomo FP/BP functions with optional out argument
|
|
Use CXX for Python compilation as well
|
|
Reverse output of astra.data3d.dimensions
|
|
This allows more efficient use of allocated arrays.
|
|
This makes the output directly usable in numpy commands like zeros, reshape.
We were not using data3d.dimensions ourselves, as far as I can tell.
|
|
|
|
|
|
Add an AstraIndexManager
|
|
|
|
|
|
|
|
|
|
Remove dependency of libastra on libpython
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add CompositeGeometryManager
|
|
|
|
Add support for Python algorithm plugins
|
|
|
|
Conflicts:
python/astra/utils.pyx
|
|
|
|
|
|
Allows for chaining .T calls.
|
|
scipy 0.16 also uses .T to define a transpose, which conflicts
with the old OpTomo implementation. OpTomo now also defines the
_transpose() method, which .T will call in scipy 0.16.
|
|
|
|
|
|
when running in Matlab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|