forked from silx-kit/pyFAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
189 lines (189 loc) · 4.05 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
CHANGELOG.txt
MANIFEST.in
README.txt
TODO.txt
build-deb.sh
build-msi.bat
setup.cfg
setup.py
stdeb.cfg
benchmark/Fairchild.poni
benchmark/Frelon2k.poni
benchmark/Mar3450.poni
benchmark/Pilatus1M.poni
benchmark/Pilatus6M.poni
benchmark/benchmark.py
benchmark/foo.py
benchmark/frelon.spline
benchmark/halfccd.poni
benchmark/halfccd.spline
doc/.buildinfo
doc/diff_tomo.1
doc/diff_tomo.pdf
doc/genindex.html
doc/index.html
doc/objects.inv
doc/py-modindex.html
doc/pyFAI-API.pdf
doc/pyFAI-calib.1
doc/pyFAI-calib.pdf
doc/pyFAI-recalib.1
doc/pyFAI-recalib.pdf
doc/pyFAI-saxs.1
doc/pyFAI-saxs.pdf
doc/pyFAI-waxs.1
doc/pyFAI-waxs.pdf
doc/search.html
doc/searchindex.js
doc/.doctrees/environment.pickle
doc/.doctrees/index.doctree
doc/.doctrees/api/modules.doctree
doc/.doctrees/api/pyFAI.doctree
doc/_sources/index.txt
doc/_sources/api/modules.txt
doc/_sources/api/pyFAI.txt
doc/_static/basic.css
doc/_static/default.css
doc/_static/doctools.js
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/api/modules.html
doc/api/pyFAI.html
doc/build/.buildinfo
doc/build/Makefile
doc/build/fncychap.sty
doc/build/genindex.html
doc/build/index.html
doc/build/objects.inv
doc/build/py-modindex.html
doc/build/pyFAI.aux
doc/build/pyFAI.idx
doc/build/pyFAI.log
doc/build/pyFAI.out
doc/build/pyFAI.pdf
doc/build/pyFAI.tex
doc/build/pyFAI.toc
doc/build/python.ist
doc/build/search.html
doc/build/searchindex.js
doc/build/sphinx.sty
doc/build/sphinxhowto.cls
doc/build/sphinxmanual.cls
doc/build/tabulary.sty
doc/build/.doctrees/environment.pickle
doc/build/.doctrees/index.doctree
doc/build/.doctrees/api/modules.doctree
doc/build/.doctrees/api/pyFAI.doctree
doc/build/_sources/index.txt
doc/build/_sources/api/modules.txt
doc/build/_sources/api/pyFAI.txt
doc/build/_static/basic.css
doc/build/_static/default.css
doc/build/_static/doctools.js
doc/build/_static/file.png
doc/build/_static/jquery.js
doc/build/_static/minus.png
doc/build/_static/plus.png
doc/build/_static/pygments.css
doc/build/_static/searchtools.js
doc/build/_static/sidebar.js
doc/build/_static/underscore.js
doc/build/api/modules.html
doc/build/api/pyFAI.html
doc/source/conf.py
doc/source/index.rst
doc/source/pyFAI.rst
doc/source/api/modules.rst
doc/source/api/pyFAI.rst
doc/source/img/2Dhistogram.png
doc/source/img/2DwithSplit.png
doc/source/img/benchmark.png
doc/source/img/notebook.png
gui/integration.ui
gui/refine-6param.ui
openCL/ocl_azim_LUT.cl
openCL/ocl_azim_kernel2d_2.cl
openCL/ocl_azim_kernel_2.cl
pyFAI-src/__init__.py
pyFAI-src/azimuthalIntegrator.py
pyFAI-src/calibration.py
pyFAI-src/detectors.py
pyFAI-src/distortion.py
pyFAI-src/geometry.py
pyFAI-src/geometryRefinement.py
pyFAI-src/integrate_widget.py
pyFAI-src/ocl_azim.py
pyFAI-src/ocl_azim_lut.py
pyFAI-src/opencl.py
pyFAI-src/peakPicker.py
pyFAI-src/refinment2D.py
pyFAI-src/spline.py
pyFAI-src/units.py
pyFAI-src/utils.py
scripts/MX-calibrate
scripts/check_calib
scripts/diff_tomo
scripts/drawMask_pymca
scripts/integrate_exp.py
scripts/pyFAI-calib
scripts/pyFAI-integrate
scripts/pyFAI-recalib
scripts/pyFAI-saxs
scripts/pyFAI-waxs
scripts/refine_wavelength.py
scripts/saxs_integrate_exp.py
scripts/utils.py
src/_distortion.c
src/_distortion.pyx
src/_geometry.c
src/_geometry.pyx
src/bilinear.c
src/bilinear.pyx
src/cqueue.pxd
src/crc32.c
src/crc32.h
src/crc32.pxd
src/fastcrc.c
src/fastcrc.pyx
src/fastrebin.pyx
src/histogram.c
src/histogram.pyx
src/paraSplitBBox.pyx
src/reconstruct.c
src/reconstruct.pyx
src/relabel.c
src/relabel.pyx
src/slist.h
src/slist.pxd
src/splitBBox.c
src/splitBBox.pyx
src/splitBBoxLUT.c
src/splitBBoxLUT.pyx
src/splitPixel.c
src/splitPixel.pyx
src/xutils.pyx
test/__init__.py
test/example.sp
test/moke.poni
test/testAzimuthalIntegrator.py
test/testBilinear.py
test/testDistortion.py
test/testExport.py
test/testGeometry.py
test/testGeometryRefinement.py
test/testHistogram.py
test/testIntegrate.py
test/testMask.py
test/testOpenCL.py
test/testPeakPicking.py
test/testSaxs.py
test/test_all.py
test/test_bilinear.py
test/test_ocl_lut.py
test/utilstest.py