forked from dmpelt/pyastratoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
116 lines (116 loc) · 2.63 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# file GENERATED by distutils, do NOT edit
COPYING
INSTALL
README
builder.py
install.sh
astra/ASTRAProjector.py
astra/PyAlgorithmFactory.pxd
astra/PyAlgorithmManager.pxd
astra/PyData2DManager.pxd
astra/PyData3DManager.pxd
astra/PyIncludes.pxd
astra/PyMatrixManager.pxd
astra/PyProjector2DFactory.pxd
astra/PyProjector2DManager.pxd
astra/PyXMLDocument.pxd
astra/__init__.py
astra/algorithm.py
astra/algorithm_c.cpp
astra/algorithm_c.pyx
astra/astra.py
astra/astra_c.cpp
astra/astra_c.pyx
astra/creators.py
astra/data2d.py
astra/data2d_c.cpp
astra/data2d_c.pyx
astra/data3d.py
astra/data3d_c.cpp
astra/data3d_c.pyx
astra/extrautils.c
astra/extrautils.pyx
astra/functions.py
astra/matlab.py
astra/matrix.py
astra/matrix_c.cpp
astra/matrix_c.pyx
astra/projector.py
astra/projector_c.cpp
astra/projector_c.pyx
astra/utils.cpp
astra/utils.pxd
astra/utils.pyx
doc/.buildinfo
doc/ASTRAProjector.html
doc/algorithm.html
doc/creators.html
doc/data2d.html
doc/data3d.html
doc/functions.html
doc/genindex.html
doc/index.html
doc/matlab.html
doc/matrix.html
doc/objects.inv
doc/projector.html
doc/py-modindex.html
doc/search.html
doc/searchindex.js
doc/_modules/index.html
doc/_modules/astra/ASTRAProjector.html
doc/_modules/astra/algorithm.html
doc/_modules/astra/creators.html
doc/_modules/astra/data2d.html
doc/_modules/astra/data3d.html
doc/_modules/astra/functions.html
doc/_modules/astra/matlab.html
doc/_modules/astra/matrix.html
doc/_modules/astra/projector.html
doc/_sources/ASTRAProjector.txt
doc/_sources/algorithm.txt
doc/_sources/creators.txt
doc/_sources/data2d.txt
doc/_sources/data3d.txt
doc/_sources/functions.txt
doc/_sources/index.txt
doc/_sources/matlab.txt
doc/_sources/matrix.txt
doc/_sources/projector.txt
doc/_static/ajax-loader.gif
doc/_static/basic.css
doc/_static/comment-bright.png
doc/_static/comment-close.png
doc/_static/comment.png
doc/_static/default.css
doc/_static/doctools.js
doc/_static/down-pressed.png
doc/_static/down.png
doc/_static/file.png
doc/_static/jquery.js
doc/_static/minus.png
doc/_static/plus.png
doc/_static/pygments.css
doc/_static/searchtools.js
doc/_static/sidebar.js
doc/_static/underscore.js
doc/_static/up-pressed.png
doc/_static/up.png
doc/_static/websupport.js
examples/phantom.mat
examples/s001_sinogram_par2d.py
examples/s002_data2d.py
examples/s003_gpu_reconstruction.py
examples/s004_cpu_reconstruction.py
examples/s005_3d_geometry.py
examples/s006_3d_data.py
examples/s007_3d_reconstruction.py
examples/s008_gpu_selection.py
examples/s009_projection_matrix.py
examples/s010_supersampling.py
examples/s011_object_info.py
examples/s012_masks.py
examples/s013_constraints.py
examples/s014_FBP.py
examples/s015_fp_bp.py
examples/s016_plots.py