pydisseqt 0.1.11__cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl → 0.1.13__cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Sign up to get free protection for your applications and to get access to all the features.
- pydisseqt/__init__.pyi +3 -1
- pydisseqt/pydisseqt.cpython-312-arm-linux-gnueabihf.so +0 -0
- pydisseqt-0.1.13.dist-info/METADATA +39 -0
- pydisseqt-0.1.13.dist-info/RECORD +8 -0
- pydisseqt-0.1.11.dist-info/METADATA +0 -44
- pydisseqt-0.1.11.dist-info/RECORD +0 -8
- {pydisseqt-0.1.11.dist-info → pydisseqt-0.1.13.dist-info}/WHEEL +0 -0
- {pydisseqt-0.1.11.dist-info → pydisseqt-0.1.13.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:
|
@@ -116,4 +118,4 @@ class Sequence:
|
|
116
118
|
|
117
119
|
def load_pulseq(path: str) -> Sequence: ...
|
118
120
|
|
119
|
-
def load_dsv(path: str, resolution: int | None) -> Sequence: ...
|
121
|
+
def load_dsv(path: str, ref_voltage: float, resolution: int | None) -> Sequence: ...
|
Binary file
|
@@ -0,0 +1,39 @@
|
|
1
|
+
Metadata-Version: 2.3
|
2
|
+
Name: pydisseqt
|
3
|
+
Version: 0.1.13
|
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.13
|
16
|
+
- Updated pulseq-rs for support of shim shape 0
|
17
|
+
- 0.1.12
|
18
|
+
- Updated typing info
|
19
|
+
- 0.1.11
|
20
|
+
- Implemented pTx extension to correctly forward through pydisseqt
|
21
|
+
- 0.1.10
|
22
|
+
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
23
|
+
- 0.1.9
|
24
|
+
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
25
|
+
- 0.1.8
|
26
|
+
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
27
|
+
- 0.1.5
|
28
|
+
- Switched to WIP disseqt that includes a .dsv backend
|
29
|
+
- 0.1.4
|
30
|
+
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
31
|
+
- 0.1.3
|
32
|
+
- Updated disseqt, fixed trap integration bug
|
33
|
+
- 0.1.2
|
34
|
+
- Updated pulseq-rs: allow empty .seq file sections
|
35
|
+
- 0.1.1
|
36
|
+
- Updated disseqt, use double precision floats
|
37
|
+
- 0.1.0
|
38
|
+
- Baseline
|
39
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.1.13.dist-info/METADATA,sha256=pS0lkU5wL4P_nDIwB3zBAmybQ4t4BT52N4nMXf-_jxg,1290
|
2
|
+
pydisseqt-0.1.13.dist-info/WHEEL,sha256=fAjoBJMhi3FX0u6RKjHmlDtFbyz9RIx8xomQ2aCVNA8,129
|
3
|
+
pydisseqt-0.1.13.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-312-arm-linux-gnueabihf.so,sha256=7v206fBCNYI0JZuwJOQ83Cm2VAU2LrdAjAQ_vqn3OKs,1127468
|
8
|
+
pydisseqt-0.1.13.dist-info/RECORD,,
|
@@ -1,44 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.3
|
2
|
-
Name: pydisseqt
|
3
|
-
Version: 0.1.11
|
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.11
|
16
|
-
- Implemented pTx extension to correctly forward through pydisseqt
|
17
|
-
|
18
|
-
### 0.1.10
|
19
|
-
- Updated pulseq-rs: can now load .seq files using the rfshim pTx extension
|
20
|
-
|
21
|
-
### 0.1.9
|
22
|
-
- Updated disseqt: Now respects ref_voltage for correct units on .dsv import
|
23
|
-
|
24
|
-
### 0.1.8
|
25
|
-
- Updated disseqt: Make pulse phase (RFP) file optional as it is not always provided
|
26
|
-
|
27
|
-
### 0.1.5
|
28
|
-
- Switched to WIP disseqt that includes a .dsv backend
|
29
|
-
|
30
|
-
### 0.1.4
|
31
|
-
- Updated disseqt: allow backwards integration in integrate and integrate_one (t_start >= t_end)
|
32
|
-
|
33
|
-
### 0.1.3
|
34
|
-
- Updated disseqt, fixed trap integration bug
|
35
|
-
|
36
|
-
### 0.1.2
|
37
|
-
- Updated pulseq-rs: allow empty .seq file sections
|
38
|
-
|
39
|
-
### 0.1.1
|
40
|
-
- Updated disseqt, use double precision floats
|
41
|
-
|
42
|
-
### 0.1.0
|
43
|
-
Baseline
|
44
|
-
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pydisseqt-0.1.11.dist-info/METADATA,sha256=-yvNmgljeUH4pbvDmzRrXJsr5Xbh7oG6P69JBF_8OcM,1205
|
2
|
-
pydisseqt-0.1.11.dist-info/WHEEL,sha256=fAjoBJMhi3FX0u6RKjHmlDtFbyz9RIx8xomQ2aCVNA8,129
|
3
|
-
pydisseqt-0.1.11.dist-info/licenses/LICENSE,sha256=1shpP5b6mRn1STjctDxMZ3HMCLfJCrkdH0lzSMBkZj4,1072
|
4
|
-
pydisseqt/__init__.py,sha256=vPtTfcEL0sG0uHstfYvhLRm1_eYmLNM57olRJPziqc4,119
|
5
|
-
pydisseqt/__init__.pyi,sha256=LSpZrpNmMFhTp24ayjuydg6yJn5-fK9Y1USjggu29Ts,3392
|
6
|
-
pydisseqt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
|
-
pydisseqt/pydisseqt.cpython-312-arm-linux-gnueabihf.so,sha256=zBIa3PwsE_jOjE34XlVXoSZ_02FE74Y5_mtvTpx_040,1127384
|
8
|
-
pydisseqt-0.1.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|