pydisseqt 0.1.11__cp39-none-win_amd64.whl → 0.1.12__cp39-none-win_amd64.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.cp39-win_amd64.pyd +0 -0
- {pydisseqt-0.1.11.dist-info → pydisseqt-0.1.12.dist-info}/METADATA +4 -1
- pydisseqt-0.1.12.dist-info/RECORD +8 -0
- pydisseqt-0.1.11.dist-info/RECORD +0 -8
- {pydisseqt-0.1.11.dist-info → pydisseqt-0.1.12.dist-info}/WHEEL +0 -0
- {pydisseqt-0.1.11.dist-info → pydisseqt-0.1.12.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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: pydisseqt
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.12
|
4
4
|
Classifier: Programming Language :: Rust
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
@@ -12,6 +12,9 @@ Python wrapper around [disseqt](https://github.com/pulseq-frame/disseqt) built u
|
|
12
12
|
|
13
13
|
# Changelog:
|
14
14
|
|
15
|
+
### 0.1.12
|
16
|
+
- Updated typing info
|
17
|
+
|
15
18
|
### 0.1.11
|
16
19
|
- Implemented pTx extension to correctly forward through pydisseqt
|
17
20
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
pydisseqt-0.1.12.dist-info/METADATA,sha256=0CjjUPCZwlOmmuoul6Q1v3a05N1dIkhYL5Q52UdEbG0,1275
|
2
|
+
pydisseqt-0.1.12.dist-info/WHEEL,sha256=lukeIsDTsE1YVI71QKxojI1jBuBmCbLW3hTRwIrKSOQ,94
|
3
|
+
pydisseqt-0.1.12.dist-info/licenses/LICENSE,sha256=xpf9WI1Tl_NX5DkGnz0yrq24MaG0RxpAz_lHaa4E6qE,1093
|
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.cp39-win_amd64.pyd,sha256=l8En2j3p3BcVRoGgJVuwsNgMQXJxO6Btf7KFQVSQmgE,751104
|
8
|
+
pydisseqt-0.1.12.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
pydisseqt-0.1.11.dist-info/METADATA,sha256=uLiximFZmnvc1m4bNK6_eXhaU6A_Nhx1tuqqFtqsDAI,1238
|
2
|
-
pydisseqt-0.1.11.dist-info/WHEEL,sha256=lukeIsDTsE1YVI71QKxojI1jBuBmCbLW3hTRwIrKSOQ,94
|
3
|
-
pydisseqt-0.1.11.dist-info/licenses/LICENSE,sha256=xpf9WI1Tl_NX5DkGnz0yrq24MaG0RxpAz_lHaa4E6qE,1093
|
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.cp39-win_amd64.pyd,sha256=JQ-UDmTKddKbdTPdzzzMOJgYnLnQHlLNMx9kJRyFKnU,751104
|
8
|
-
pydisseqt-0.1.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|