pydisseqt 0.1.4__cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl → 0.1.14__cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Sign up to get free protection for your applications and to get access to all the features.
- pydisseqt/__init__.pyi +4 -0
- pydisseqt/pydisseqt.cpython-313-s390x-linux-gnu.so +0 -0
- pydisseqt-0.1.14.dist-info/METADATA +41 -0
- pydisseqt-0.1.14.dist-info/RECORD +8 -0
- {pydisseqt-0.1.4.dist-info → pydisseqt-0.1.14.dist-info}/WHEEL +1 -1
- pydisseqt-0.1.4.dist-info/METADATA +0 -29
- pydisseqt-0.1.4.dist-info/RECORD +0 -8
- {pydisseqt-0.1.4.dist-info/license_files → pydisseqt-0.1.14.dist-info/licenses}/LICENSE +0 -0
pydisseqt/__init__.pyi
CHANGED
@@ -13,6 +13,7 @@ class RfPulseSample:
|
|
13
13
|
self.amplitude: float = ...
|
14
14
|
self.phase: float = ...
|
15
15
|
self.frequency: float = ...
|
16
|
+
self.shim: list[tuple[float, float]] | None = ...
|
16
17
|
|
17
18
|
|
18
19
|
class RfPulseSampleVec:
|
@@ -20,6 +21,7 @@ class RfPulseSampleVec:
|
|
20
21
|
self.amplitude: list[float] = ...
|
21
22
|
self.phase: list[float] = ...
|
22
23
|
self.frequency: list[float] = ...
|
24
|
+
self.shim: list[list[tuple[float, float]] | None] = ...
|
23
25
|
|
24
26
|
|
25
27
|
class GradientSample:
|
@@ -115,3 +117,5 @@ class Sequence:
|
|
115
117
|
|
116
118
|
|
117
119
|
def load_pulseq(path: str) -> Sequence: ...
|
120
|
+
|
121
|
+
def load_dsv(path: str, ref_voltage: float, resolution: int | None) -> Sequence: ...
|
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pydisseqt
|
3
|
+
Version: 0.1.14
|
4
|
+
Classifier: Programming Language :: Rust
|
5
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
6
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
7
|
+
License-File: LICENSE
|
8
|
+
Requires-Python: >=3.8
|
9
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
10
|
+
|
11
|
+
Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built using https://github.com/PyO3/maturin
|
12
|
+
|
13
|
+
# Changelog:
|
14
|
+
|
15
|
+
- 0.1.14
|
16
|
+
- Updated disseqt to support fixed ADC resolution that does not align to grid
|
17
|
+
- 0.1.13
|
18
|
+
- Updated pulseq-rs for support of shim shape 0
|
19
|
+
- 0.1.12
|
20
|
+
- Updated typing info
|
21
|
+
- 0.1.11
|
22
|
+
- Implemented pTx extension to correctly forward through pydisseqt
|
23
|
+
- 0.1.10
|
24
|
+
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
25
|
+
- 0.1.9
|
26
|
+
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
27
|
+
- 0.1.8
|
28
|
+
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
29
|
+
- 0.1.5
|
30
|
+
- Switched to WIP disseqt that includes a .dsv backend
|
31
|
+
- 0.1.4
|
32
|
+
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
33
|
+
- 0.1.3
|
34
|
+
- Updated disseqt, fixed trap integration bug
|
35
|
+
- 0.1.2
|
36
|
+
- Updated pulseq-rs: allow empty .seq file sections
|
37
|
+
- 0.1.1
|
38
|
+
- Updated disseqt, use double precision floats
|
39
|
+
- 0.1.0
|
40
|
+
- Baseline
|
41
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.1.14.dist-info/METADATA,sha256=22dYWnAL5_3nADKeaQCp5vnAuFuCGZt6oQ6-wg6-e48,1379
|
2
|
+
pydisseqt-0.1.14.dist-info/WHEEL,sha256=KNUQ6jHls-UMZmt0-ekwDHmoibMHKKDR9qKce6WbB14,127
|
3
|
+
pydisseqt-0.1.14.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
|
4
|
+
pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
|
5
|
+
pydisseqt/__init__.pyi,sha256=KdxtrmmCSeW_P6GMCtQGjJwR7zX8hML9ECY-sLIHcCA,3536
|
6
|
+
pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
+
pydisseqt/pydisseqt.cpython-313-s390x-linux-gnu.so,sha256=hnkXFtL7NzxL4fOgdi3hifQeicZ-e9_ZhPW7RYLpld8,1491712
|
8
|
+
pydisseqt-0.1.14.dist-info/RECORD,,
|
@@ -1,29 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: pydisseqt
|
3
|
-
Version: 0.1.4
|
4
|
-
Classifier: Programming Language :: Rust
|
5
|
-
Classifier: Programming Language :: Python :: Implementation :: CPython
|
6
|
-
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
7
|
-
License-File: LICENSE
|
8
|
-
Requires-Python: >=3.8
|
9
|
-
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
10
|
-
|
11
|
-
Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built using https://github.com/PyO3/maturin
|
12
|
-
|
13
|
-
# Changelog:
|
14
|
-
|
15
|
-
### 0.1.4
|
16
|
-
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
17
|
-
|
18
|
-
### 0.1.3
|
19
|
-
- Updated disseqt, fixed trap integration bug
|
20
|
-
|
21
|
-
### 0.1.2
|
22
|
-
- Updated pulseq-rs: allow empty .seq file sections
|
23
|
-
|
24
|
-
### 0.1.1
|
25
|
-
- Updated disseqt, use double precision floats
|
26
|
-
|
27
|
-
### 0.1.0
|
28
|
-
Baseline
|
29
|
-
|
pydisseqt-0.1.4.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
pydisseqt-0.1.4.dist-info/METADATA,sha256=2Af9Aby89BQtUB-HcN9d1NLcv-NSUYLwARSggvW72Vw,787
|
2
|
-
pydisseqt-0.1.4.dist-info/WHEEL,sha256=3fKI7_oMUAN7K-eS0IPBtpMpkPoYhrUusfwgtcrPEew,127
|
3
|
-
pydisseqt-0.1.4.dist-info/license_files/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
|
4
|
-
pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
|
5
|
-
pydisseqt/__init__.pyi,sha256=7tEWJqTA1MuLqeY4d0ZlxmYZCwKenoAwFNj6OZ-x7D0,3324
|
6
|
-
pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
pydisseqt/pydisseqt.cpython-313-s390x-linux-gnu.so,sha256=x0hVvmh10jcbWykdKIvVElQDFYxFz3a2-gdE6drBVXE,6205392
|
8
|
-
pydisseqt-0.1.4.dist-info/RECORD,,
|
File without changes
|