cardio 2025.10.0__py3-none-any.whl → 2025.10.1__py3-none-any.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.
- cardio/__init__.py +1 -1
- cardio/mesh.py +1 -1
- cardio/object.py +0 -1
- cardio/segmentation.py +1 -1
- cardio/volume.py +1 -1
- {cardio-2025.10.0.dist-info → cardio-2025.10.1.dist-info}/METADATA +2 -2
- {cardio-2025.10.0.dist-info → cardio-2025.10.1.dist-info}/RECORD +9 -9
- {cardio-2025.10.0.dist-info → cardio-2025.10.1.dist-info}/WHEEL +0 -0
- {cardio-2025.10.0.dist-info → cardio-2025.10.1.dist-info}/entry_points.txt +0 -0
cardio/__init__.py
CHANGED
cardio/mesh.py
CHANGED
|
@@ -49,7 +49,7 @@ class Mesh(Object):
|
|
|
49
49
|
"""Mesh object with subdivision support."""
|
|
50
50
|
|
|
51
51
|
pattern: str = pc.Field(
|
|
52
|
-
default="
|
|
52
|
+
default="{frame}.obj", description="Filename pattern with $frame placeholder"
|
|
53
53
|
)
|
|
54
54
|
_actors: list[vtk.vtkActor] = pc.PrivateAttr(default_factory=list)
|
|
55
55
|
properties: vtkPropertyConfig = pc.Field(
|
cardio/object.py
CHANGED
|
@@ -80,7 +80,6 @@ class Object(pc.BaseModel):
|
|
|
80
80
|
if self.pattern is None:
|
|
81
81
|
raise ValueError("Cannot use path_for_frame with static file_paths")
|
|
82
82
|
filename = self.pattern.format(frame=frame)
|
|
83
|
-
print(filename)
|
|
84
83
|
return self.directory / filename
|
|
85
84
|
|
|
86
85
|
@functools.cached_property
|
cardio/segmentation.py
CHANGED
|
@@ -19,7 +19,7 @@ class Segmentation(Object):
|
|
|
19
19
|
"""Segmentation object with multi-label mesh extraction using SurfaceNets."""
|
|
20
20
|
|
|
21
21
|
pattern: str = pc.Field(
|
|
22
|
-
default="
|
|
22
|
+
default="{frame}.nii.gz",
|
|
23
23
|
description="Filename pattern with $frame placeholder",
|
|
24
24
|
)
|
|
25
25
|
_actors: list[vtk.vtkActor] = pc.PrivateAttr(default_factory=list)
|
cardio/volume.py
CHANGED
|
@@ -20,7 +20,7 @@ class Volume(Object):
|
|
|
20
20
|
"""Volume object with transfer functions and clipping support."""
|
|
21
21
|
|
|
22
22
|
pattern: str = pc.Field(
|
|
23
|
-
default="
|
|
23
|
+
default="{frame}.nii.gz",
|
|
24
24
|
description="Filename pattern with $frame placeholder",
|
|
25
25
|
)
|
|
26
26
|
transfer_function_preset: str = pc.Field(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cardio
|
|
3
|
-
Version: 2025.10.
|
|
3
|
+
Version: 2025.10.1
|
|
4
4
|
Summary: A simple web-based viewer for 3D and 4D ('cine') medical imaging data.
|
|
5
5
|
Keywords: Medical,Imaging,3D,4D,Visualization
|
|
6
6
|
Author: Davis Marc Vigneault
|
|
@@ -76,7 +76,7 @@ $ uv init
|
|
|
76
76
|
$ uv add cardio
|
|
77
77
|
$ . ./.venv/bin/activate
|
|
78
78
|
(project) cardio --version
|
|
79
|
-
cardio 2025.10.
|
|
79
|
+
cardio 2025.10.1
|
|
80
80
|
```
|
|
81
81
|
|
|
82
82
|
### Developing
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cardio/__init__.py,sha256=
|
|
1
|
+
cardio/__init__.py,sha256=cVW5yofdKIbjqc0sf_VVnIMah9BvAgELy7IzZR50IZQ,602
|
|
2
2
|
cardio/app.py,sha256=TEzgA03EAgI7HSCHhYwYb8tsnAptsrpcysV5CytfAq4,1379
|
|
3
3
|
cardio/assets/bone.toml,sha256=vv8uVYSHIoKuHkNCoBOkGe2_qoEbXMvQO6ypm3mMOtA,675
|
|
4
4
|
cardio/assets/vascular_closed.toml,sha256=XtaZS_Zd6NSAtY3ZlUfiog3T86u9Ii0oSutU2wBQy78,1267
|
|
@@ -7,23 +7,23 @@ cardio/assets/xray.toml,sha256=siPem0OZ2OkWH0e5pizftpItJKGJgxKJ_S2K0316ubQ,693
|
|
|
7
7
|
cardio/blend_transfer_functions.py,sha256=s5U4hO810oE434wIkPmAP2mrAfqFb4xxxi3hHf_k8og,2982
|
|
8
8
|
cardio/color_transfer_function.py,sha256=KV4j11AXYeaYGeJWBc9I-WZf7Shrm5xjQVq-0bq9Qc8,817
|
|
9
9
|
cardio/logic.py,sha256=a73JJ2b8t-TYggYMGI1IGpn0Q6AFD8I1JNz9fn6QeDk,37557
|
|
10
|
-
cardio/mesh.py,sha256=
|
|
11
|
-
cardio/object.py,sha256=
|
|
10
|
+
cardio/mesh.py,sha256=XIJX2Ldv1Bw82yykE0N4IlQ0xE2r6xitjxsbEvEKrcI,9390
|
|
11
|
+
cardio/object.py,sha256=FvMzhO9gyHhXgME8B6fcnWH74HmsYNoUjpVKUWEpWhM,6191
|
|
12
12
|
cardio/orientation.py,sha256=J3bqZbv8vfl4loGl7ksmuyqWb3zFAz-TVSIahKcg0pc,6145
|
|
13
13
|
cardio/piecewise_function.py,sha256=bwtwgrAMGkgu1krnvsOF9gRMaZb6smsS9jLrgBecSbo,789
|
|
14
14
|
cardio/property_config.py,sha256=XJYcKeRcq8s9W9jqxzVer75r5jBLuvebv780FYdPV8U,1723
|
|
15
15
|
cardio/scene.py,sha256=9jskdEARyJjk7QBIcMt5X2HsnikTAJdoRoLSI0LxcJE,14301
|
|
16
16
|
cardio/screenshot.py,sha256=l8bLgxnU5O0FlnmsyVAzKwM9Y0401IzcdnDP0WqFSTY,640
|
|
17
|
-
cardio/segmentation.py,sha256=
|
|
17
|
+
cardio/segmentation.py,sha256=SK9f834lld08qYH9l2Ligml212u7MzfcOEgTz8wnpzs,6676
|
|
18
18
|
cardio/transfer_function_pair.py,sha256=90PQXByCL6mMaODo7Yfd-lmdFtCKhcBZbNaiH-PTds0,805
|
|
19
19
|
cardio/types.py,sha256=DYDgA5QmYdU3QQrEgZMouEbMEIf40DJCeXo4V7cDXtg,356
|
|
20
20
|
cardio/ui.py,sha256=wsRujwiNtMeq65R4bx-myxSPDhJT0RskwvBWlGenmHk,42901
|
|
21
21
|
cardio/utils.py,sha256=tFUQ4FxfidTH6GjEIKQwguqhO9T_wJ2Vk0IhbEfxRGA,1616
|
|
22
|
-
cardio/volume.py,sha256=
|
|
22
|
+
cardio/volume.py,sha256=k7NYZCwsmoAbs8mNWDC51gS6nlzPqD9JhDr1iyUQ0cs,10377
|
|
23
23
|
cardio/volume_property.py,sha256=6T2r67SSIDl8F6ZlQvgMCZESLxuXVVAUjOC50lgQEmk,1644
|
|
24
24
|
cardio/volume_property_presets.py,sha256=U2a2MnyCjryzOLEADs3OLSMMmAUnXq82mYK7OVXbQV0,1659
|
|
25
25
|
cardio/window_level.py,sha256=gjk39Iv6jMJ52y6jydOjxBZBsI1nZQMs2CdWWTshQoE,807
|
|
26
|
-
cardio-2025.10.
|
|
27
|
-
cardio-2025.10.
|
|
28
|
-
cardio-2025.10.
|
|
29
|
-
cardio-2025.10.
|
|
26
|
+
cardio-2025.10.1.dist-info/WHEEL,sha256=4n27za1eEkOnA7dNjN6C5-O2rUiw6iapszm14Uj-Qmk,79
|
|
27
|
+
cardio-2025.10.1.dist-info/entry_points.txt,sha256=xRd1otqKtW9xmidJ4CFRX1V9KWmsBbtxrgMtDColq3w,40
|
|
28
|
+
cardio-2025.10.1.dist-info/METADATA,sha256=0GkZB7yixZKd4nFaAHgWtgCA6VxlV_pbUYdHokFROD4,3540
|
|
29
|
+
cardio-2025.10.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|