Skip to content

Python TIGRE, and other additions

Compare
Choose a tag to compare
@AnderBiguri AnderBiguri released this 30 Aug 15:30
· 1314 commits to master since this release

This is a major release:

Features:

  • Python TIGRE v0.1. A version on Python (currently only Linux is supported)
    - As fast (or faster) than MATLAB
    - All algorithms but TV based ones are included
    - Cone and Parallel beam
    - Fully compatible with Tomopy

  • Added Nesterov update to SIRT/SART/OS-SART, improving vastly convergence rates.

  • Ax and Atb have big speedup in memory handling, as significant improvement in big images.

  • Non-Negativity constrain option added to algorithms

  • FBP added for parallel beam

  • Compilation code is more flexible

  • several bug fixes