libertem-dectris 0.2.11__cp37-abi3-macosx_11_0_x86_64.whl → 0.2.12__cp37-abi3-macosx_11_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of libertem-dectris might be problematic. Click here for more details.
- libertem_dectris/libertem_dectris.abi3.so +0 -0
- {libertem_dectris-0.2.11.dist-info → libertem_dectris-0.2.12.dist-info}/METADATA +16 -4
- libertem_dectris-0.2.12.dist-info/RECORD +5 -0
- {libertem_dectris-0.2.11.dist-info → libertem_dectris-0.2.12.dist-info}/WHEEL +1 -1
- libertem_dectris-0.2.11.dist-info/RECORD +0 -5
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: libertem-dectris
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.12
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
7
|
-
Requires-Dist: numpy>=1.16.0
|
|
7
|
+
Requires-Dist: numpy >=1.16.0
|
|
8
8
|
Author: Alexander Clausen <a.clausen@fz-juelich.de>
|
|
9
9
|
Author-email: Alexander Clausen <a.clausen@fz-juelich.de>
|
|
10
10
|
License: MIT
|
|
@@ -14,7 +14,7 @@ Project-URL: repository, https://github.com/LiberTEM/LiberTEM-rs/
|
|
|
14
14
|
|
|
15
15
|
# LiberTEM-dectris-rs
|
|
16
16
|
|
|
17
|
-
[](https://github.com/LiberTEM/LiberTEM-
|
|
17
|
+
[](https://github.com/LiberTEM/LiberTEM-rs)
|
|
18
18
|
|
|
19
19
|
This is a Python package for efficiently receiving data from DECTRIS detectors
|
|
20
20
|
with [the zeromq interface](https://media.dectris.com/210607-DECTRIS-SIMPLON-API-Manual_EIGER2-chip-based_detectros.pdf).
|
|
@@ -22,6 +22,9 @@ The low-level, high-frequency operations are performed in a background thread
|
|
|
22
22
|
implemented in rust, and multiple frames are batched together for further
|
|
23
23
|
processing in Python.
|
|
24
24
|
|
|
25
|
+
It is built for [LiberTEM-live](https://github.com/libertem/libertem-live), but can
|
|
26
|
+
also be used stand-alone.
|
|
27
|
+
|
|
25
28
|
## Usage
|
|
26
29
|
|
|
27
30
|
```python
|
|
@@ -95,6 +98,15 @@ finally:
|
|
|
95
98
|
|
|
96
99
|
## Changelog
|
|
97
100
|
|
|
101
|
+
### v0.2.12
|
|
102
|
+
|
|
103
|
+
- Refactored and unified interface - allows for more code sharing between crates
|
|
104
|
+
- Some robustness changes around adding timeout parameters for many top-level operations
|
|
105
|
+
|
|
106
|
+
### v0.2.11
|
|
107
|
+
|
|
108
|
+
- Re-release for CI changes
|
|
109
|
+
|
|
98
110
|
### v0.2.10
|
|
99
111
|
|
|
100
112
|
- Add functionality to generate mock data for sending via the simulator
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
libertem_dectris-0.2.12.dist-info/METADATA,sha256=p2PwPwWa-qqivYDItLUCrewhZj_cae8luFhiv1XW9lg,5764
|
|
2
|
+
libertem_dectris-0.2.12.dist-info/WHEEL,sha256=lWcEEYq_YvqTDUxz0BnLUcODA3-tDuJkLoy365v6l9A,103
|
|
3
|
+
libertem_dectris/__init__.py,sha256=lA8m1kE3zzEh7EKc8JJlavSNPVWMYvovQHB-QZstAuE,147
|
|
4
|
+
libertem_dectris/libertem_dectris.abi3.so,sha256=knKQLg00Po39XcUHj2e47lj9sqZkUmBKF9ls0oR-zeQ,3900192
|
|
5
|
+
libertem_dectris-0.2.12.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
libertem_dectris-0.2.11.dist-info/METADATA,sha256=Ev5A6bqQVunJm1Z6AjmPSi08HIevpXnkmkV428sDwsk,5434
|
|
2
|
-
libertem_dectris-0.2.11.dist-info/WHEEL,sha256=9BH6dGk-qMDDBNitj9FFHEYz4pioexyk33vQz8voRm0,105
|
|
3
|
-
libertem_dectris/__init__.py,sha256=lA8m1kE3zzEh7EKc8JJlavSNPVWMYvovQHB-QZstAuE,147
|
|
4
|
-
libertem_dectris/libertem_dectris.abi3.so,sha256=bIC-Xcrn6ifrv4vEBgh1rdhfiSbgv3Ob5GGj68ZBni0,4494144
|
|
5
|
-
libertem_dectris-0.2.11.dist-info/RECORD,,
|