summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-01-19 16:40:05 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-01-19 16:40:05 +0100
commitd9544b4abd36a6fd955d61b9f501d796705e1b93 (patch)
treebbc0e9bd0797939ac43b577e536dd0003556725b /README.txt
parent943fed8b702b80dad720a285679efd837c257f7b (diff)
downloadastra-d9544b4abd36a6fd955d61b9f501d796705e1b93.tar.gz
astra-d9544b4abd36a6fd955d61b9f501d796705e1b93.tar.bz2
astra-d9544b4abd36a6fd955d61b9f501d796705e1b93.tar.xz
astra-d9544b4abd36a6fd955d61b9f501d796705e1b93.zip
Sync README.txt with README.md
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 4be7ba0..29b1fc9 100644
--- a/README.txt
+++ b/README.txt
@@ -10,8 +10,8 @@ Website: http://sf.net/projects/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.
@@ -19,8 +19,8 @@ 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.
@@ -28,7 +28,7 @@ and directly callable from MATLAB to enable building new algorithms.
Documentation / samples:
-------------------------
-See the matlab code samples in samples/ and on
+See the MATLAB and Python code samples in samples/ and on
http://sf.net/projects/astra-toolbox .
@@ -42,7 +42,8 @@ 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.