summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-01-06 17:39:37 +0100
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-01-06 17:39:37 +0100
commit84217a9b98f420c7fd5b02ac1a0dec73fd0f5435 (patch)
treefd15971d5bb520e45c106b1032141b64014ef06e /README.md
parente5edadc1db1eac9057ed6b726e1ce6b8e7126ed0 (diff)
downloadastra-84217a9b98f420c7fd5b02ac1a0dec73fd0f5435.tar.gz
astra-84217a9b98f420c7fd5b02ac1a0dec73fd0f5435.tar.bz2
astra-84217a9b98f420c7fd5b02ac1a0dec73fd0f5435.tar.xz
astra-84217a9b98f420c7fd5b02ac1a0dec73fd0f5435.zip
Mention Python in the readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6054006..b34cf38 100644
--- a/README.md
+++ b/README.md
@@ -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