diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-01-19 16:41:55 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2016-01-19 16:41:55 +0100 |
commit | d6c0f64358a75565e70905d11c47511329ec3c53 (patch) | |
tree | 0fabacde181c23430558525c5d4da95f20813139 /README.md | |
parent | 0f04d14a4a64ee82646558618cdfbf67bf1c2be0 (diff) | |
parent | d9544b4abd36a6fd955d61b9f501d796705e1b93 (diff) | |
download | astra-d6c0f64358a75565e70905d11c47511329ec3c53.tar.gz astra-d6c0f64358a75565e70905d11c47511329ec3c53.tar.bz2 astra-d6c0f64358a75565e70905d11c47511329ec3c53.tar.xz astra-d6c0f64358a75565e70905d11c47511329ec3c53.zip |
Merge pull request #108 from dmpelt/readthedocs
Move documentation to readthedocs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,25 +1,25 @@ # The ASTRA Toolbox -The ASTRA Toolbox is a MATLAB toolbox of high-performance GPU primitives for 2D and 3D tomography. +The ASTRA Toolbox is a MATLAB and Python toolbox of high-performance GPU primitives for 2D and 3D tomography. We support 2D parallel and fan beam geometries, and 3D parallel and cone beam. All of them have highly flexible source/detector positioning. A large number of 2D and 3D algorithms are available, including FBP, SIRT, SART, CGLS. -The basic forward and backward projection operations are GPU-accelerated, and directly callable from MATLAB to enable building new algorithms. +The basic forward and backward projection operations are GPU-accelerated, and directly callable from MATLAB and Python to enable building new algorithms. ## Documentation / samples -See the matlab code samples in samples/ and on http://sf.net/projects/astra-toolbox . +See the MATLAB and Python code samples in samples/ and on http://sf.net/projects/astra-toolbox . ## Installation instructions ### Windows, binary -Add the mex and tools subdirectories to your matlab path. +Add the mex and tools subdirectories to your MATLAB path and the Python module to your Python path.. ### Linux, from source |