File: SOURCES.txt

package info (click to toggle)
python-fabio 0.11.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,092 kB
  • sloc: python: 19,244; ansic: 1,085; makefile: 219; sh: 215
file content (212 lines) | stat: -rw-r--r-- 5,522 bytes parent folder | download
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
MANIFEST.in
README.rst
bootstrap.py
build-deb.sh
copyright
pyproject.toml
requirements.txt
run_tests.py
setup.py
stdeb.cfg
version.py
doc/Makefile
doc/make.bat
doc/source/Changelog.rst
doc/source/conf.py
doc/source/coverage.rst
doc/source/getting_started.rst
doc/source/index.rst
doc/source/install.rst
doc/source/mathjax.py
doc/source/performances.rst
doc/source/api/modules.rst
doc/source/img/fabioframes.png
doc/source/img/fabioframes.uxf
doc/source/img/fabioimage.png
doc/source/img/fabioimage.uxf
doc/source/img/fabioimage_old.png
doc/source/img/fabioimage_old.uxf
doc/source/img/viewer.png
doc/source/man/fabio_viewer.rst
doc/source/tutorials/Nexus2cbf.ipynb
doc/source/tutorials/convert_CBF.ipynb
doc/source/tutorials/index.rst
fabio/GEimage.py
fabio/HiPiCimage.py
fabio/OXDimage.py
fabio/TiffIO.py
fabio/__init__.py
fabio/adscimage.py
fabio/binaryimage.py
fabio/bruker100image.py
fabio/brukerimage.py
fabio/cbfimage.py
fabio/converters.py
fabio/datIO.py
fabio/directories.py
fabio/dm3image.py
fabio/dtrekimage.py
fabio/edfimage.py
fabio/eigerimage.py
fabio/esperantoimage.py
fabio/fabioformats.py
fabio/fabioimage.py
fabio/fabioutils.py
fabio/file_series.py
fabio/fit2dimage.py
fabio/fit2dmaskimage.py
fabio/fit2dspreadsheetimage.py
fabio/hdf5image.py
fabio/jpeg2kimage.py
fabio/jpegimage.py
fabio/kcdimage.py
fabio/limaimage.py
fabio/mar345image.py
fabio/marccdimage.py
fabio/mpaimage.py
fabio/mrcimage.py
fabio/nexus.py
fabio/numpyimage.py
fabio/openimage.py
fabio/pilatusimage.py
fabio/pixiimage.py
fabio/pnmimage.py
fabio/raxisimage.py
fabio/readbytestream.py
fabio/setup.py
fabio/sparseimage.py
fabio/speimage.py
fabio/templateimage.py
fabio/tifimage.py
fabio/xsdimage.py
fabio/app/__init__.py
fabio/app/_matplotlib.py
fabio/app/_qt.py
fabio/app/convert.py
fabio/app/eiger2cbf.py
fabio/app/eiger2crysalis.py
fabio/app/setup.py
fabio/app/viewer.py
fabio/benchmark/__init__.py
fabio/benchmark/setup.py
fabio/compression/__init__.py
fabio/compression/agi_bitfield.py
fabio/compression/compression.py
fabio/compression/setup.py
fabio/ext/__init__.py
fabio/ext/_agi_bitfield.c
fabio/ext/_agi_bitfield.pyx
fabio/ext/_cif.c
fabio/ext/_cif.pyx
fabio/ext/byte_offset.c
fabio/ext/byte_offset.pyx
fabio/ext/cf_io.c
fabio/ext/cf_io.pyx
fabio/ext/dense.c
fabio/ext/dense.pyx
fabio/ext/mar345_IO.c
fabio/ext/mar345_IO.pyx
fabio/ext/setup.py
fabio/ext/include/ccp4_pack.h
fabio/ext/include/columnfile.h
fabio/ext/include/msvc/stdint.h
fabio/ext/src/ccp4_pack.c
fabio/ext/src/cf_iomodule.c
fabio/ext/src/columnfile.c
fabio/test/__init__.py
fabio/test/profile_all.py
fabio/test/setup.py
fabio/test/test_agi_bitfield.py
fabio/test/test_all.py
fabio/test/test_all_images.py
fabio/test/test_compression.py
fabio/test/test_densification.py
fabio/test/test_fabio.py
fabio/test/test_fabio_convert.py
fabio/test/test_fabio_image.py
fabio/test/test_failing_files.py
fabio/test/test_file_series.py
fabio/test/test_filename_steps.py
fabio/test/test_filenames.py
fabio/test/test_flat_binary.py
fabio/test/test_formats.py
fabio/test/test_frames.py
fabio/test/test_header_not_singleton.py
fabio/test/test_image_convert.py
fabio/test/test_nexus.py
fabio/test/test_open_header.py
fabio/test/test_open_image.py
fabio/test/test_tiffio.py
fabio/test/utilstest.py
fabio/test/codecs/__init__.py
fabio/test/codecs/setup.py
fabio/test/codecs/test_bruker100image.py
fabio/test/codecs/test_brukerimage.py
fabio/test/codecs/test_cbfimage.py
fabio/test/codecs/test_dm3image.py
fabio/test/codecs/test_dtrekimage.py
fabio/test/codecs/test_edfimage.py
fabio/test/codecs/test_edfimage_expg.py
fabio/test/codecs/test_eigerimage.py
fabio/test/codecs/test_esperantoimage.py
fabio/test/codecs/test_fit2dimage.py
fabio/test/codecs/test_fit2dmaskimage.py
fabio/test/codecs/test_fit2dspreadsheetimage.py
fabio/test/codecs/test_geimage.py
fabio/test/codecs/test_hdf5image.py
fabio/test/codecs/test_jpeg2kimage.py
fabio/test/codecs/test_jpegimage.py
fabio/test/codecs/test_kcdimage.py
fabio/test/codecs/test_limaimage.py
fabio/test/codecs/test_mar345image.py
fabio/test/codecs/test_mccdimage.py
fabio/test/codecs/test_mpaimage.py
fabio/test/codecs/test_mrcimage.py
fabio/test/codecs/test_numpyimage.py
fabio/test/codecs/test_oxdimage.py
fabio/test/codecs/test_pilatusimage.py
fabio/test/codecs/test_pixiimage.py
fabio/test/codecs/test_pnmimage.py
fabio/test/codecs/test_raxisimage.py
fabio/test/codecs/test_speimage.py
fabio/test/codecs/test_tifimage.py
fabio/test/codecs/test_xsdimage.py
fabio/third_party/__init__.py
fabio/third_party/setup.py
fabio/third_party/_local/__init__.py
fabio/third_party/_local/setup.py
fabio/utils/ExternalResources.py
fabio/utils/__init__.py
fabio/utils/deprecation.py
fabio/utils/mathutils.py
fabio/utils/pilutils.py
fabio/utils/setup.py
fabio/utils/testutils.py
package/debian10/changelog
package/debian10/compat
package/debian10/control
package/debian10/python-fabio-doc.doc-base
package/debian10/rules
package/debian10/watch
package/debian10/source/format
package/debian11/changelog
package/debian11/compat
package/debian11/control
package/debian11/python-fabio-doc.doc-base
package/debian11/rules
package/debian11/watch
package/debian11/source/format
package/debian8/changelog
package/debian8/compat
package/debian8/control
package/debian8/python-fabio-doc.doc-base
package/debian8/rules
package/debian8/watch
package/debian8/source/format
package/debian9/changelog
package/debian9/compat
package/debian9/control
package/debian9/python-fabio-doc.doc-base
package/debian9/rules
package/debian9/watch
package/debian9/source/format