|
1 |
| -PyASTRAToolbox |
| 1 | +Moved |
2 | 2 | ==============
|
| 3 | +The Python interface to the ASTRA toolbox has been integrated into the [main ASTRA toolbox repository](https://github.com/astra-toolbox/astra-toolbox), starting with version 1.6. |
3 | 4 |
|
4 |
| -## Information |
5 |
| -The [PyASTRAToolbox](http://dmpelt.github.io/pyastratoolbox/) is a Python interface to the [ASTRA Toolbox](https://code.google.com/p/astra-toolbox/), |
6 |
| -a tomography toolbox based on high-performance GPU primitives for 2D and 3D tomography. |
| 5 | +For downloading the latest release, installation instructions, and submitting bugs, please visit the main ASTRA toolbox repository: https://github.com/astra-toolbox/astra-toolbox. |
7 | 6 |
|
8 |
| -The Python interface aims to expose all features of the ASTRA toolbox to Python, providing a high-performance |
9 |
| -tomography toolbox for Python users. PyASTRAToolbox is released under the open-source GPLv3 license. |
10 |
| - |
11 |
| -The current version is 1.1, released on 2013-11-25. |
12 |
| - |
13 |
| -[\[Download latest version\]](https://github.com/dmpelt/pyastratoolbox/releases/latest) |
14 |
| - |
15 |
| -## Useful links |
16 |
| -* [\[Documentation\]](http://dmpelt.github.io/pyastratoolbox/doc/index.html) |
17 |
| -* [\[Bug Tracker\]](https://github.com/dmpelt/pyastratoolbox/issues) |
18 |
| -* [\[Releases / Version History\]](https://github.com/dmpelt/pyastratoolbox/releases) |
19 |
| - |
20 |
| -## Installation |
21 |
| -To install PyASTRAToolbox on UNIX systems, use the included `install.sh` file: |
22 |
| - |
23 |
| - Usage: ./install.sh [-i astra_include_path] [-l astra_library_path] [-p python_executable_path] [-c cuda_path] |
24 |
| - |
25 |
| - -i astra_include_path: specify path to astra header files (without trailing astra/) (Optional) |
26 |
| - -l astra_library_path: specify parent path of astra library file (Optional) |
27 |
| - -p python_executable_path: specify path to python executable (Optional) |
28 |
| - -c cuda_path: path to CUDA (Optional) |
29 |
| - -h: print this help (Optional) |
30 |
| - |
31 |
| -On Windows systems, you should be able to run `python builder.py install`, if all needed libraries and headers are in |
32 |
| -the correct `PATH` variables. A precompiled Windows version of PyASTRAToolbox for 64-bit Python 2.7 is available |
33 |
| -[here](https://www.dropbox.com/s/g2yf1j1hq5rf29j/pyastratoolbox-1.2-win-x64-py2.7.zip). To install the precompiled version, |
34 |
| -extract the supplied zip file to your Python `site-packages` path. |
0 commit comments