Skip to content

Commit bb986bd

Browse files
committed
Remove all files and add link to main ASTRA repository
1 parent e8919ae commit bb986bd

File tree

131 files changed

+3
-15580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+3
-15580
lines changed

COPYING

-674
This file was deleted.

INSTALL

-50
This file was deleted.

LICENSE

-1
This file was deleted.

MANIFEST

-116
This file was deleted.

MANIFEST.in

-7
This file was deleted.

README

-1
This file was deleted.

README.md

+3-31
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,6 @@
1-
PyASTRAToolbox
1+
Moved
22
==============
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.
34

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.
76

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.

astra/ASTRAProjector.py

-138
This file was deleted.

astra/PyAlgorithmFactory.pxd

-36
This file was deleted.

0 commit comments

Comments
 (0)