From 79cac917976505e2d3c5ef417cdf085f0db4d7ed Mon Sep 17 00:00:00 2001 From: Simon Wittl <simon.wittl@th-deg.de> Date: Thu, 20 Mar 2025 17:33:03 +0100 Subject: [PATCH] Public --- examples/generated/example_header.json | 2 +- examples/generated/example_projection.json | 2 +- examples/generated/example_roi.json | 2 +- pyproject.toml | 2 +- src/thd_json/detector/detector.json | 2 +- src/thd_json/header/header.json | 2 +- src/thd_json/image/image.json | 2 +- src/thd_json/joint/joint.json | 2 +- src/thd_json/projection/projection.json | 2 +- src/thd_json/projection_geometry/projection_geometry.json | 2 +- src/thd_json/roi/roi.json | 2 +- src/thd_json/source/source.json | 2 +- src/thd_json/thd_joint_states/thd_joint_states.json | 2 +- src/thd_json/volume/volume.json | 2 +- uv.lock | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/examples/generated/example_header.json b/examples/generated/example_header.json index 935eea3..f9f54bd 100644 --- a/examples/generated/example_header.json +++ b/examples/generated/example_header.json @@ -1,3 +1,3 @@ { - "uuid": "06f48f47-059d-11f0-b60b-f46d3febaf36" + "uuid": "b1ad2470-05a5-11f0-b60b-f46d3febaf36" } \ No newline at end of file diff --git a/examples/generated/example_projection.json b/examples/generated/example_projection.json index 98003fd..620d456 100644 --- a/examples/generated/example_projection.json +++ b/examples/generated/example_projection.json @@ -36,7 +36,7 @@ "z": 0.0 }, "header": { - "uuid": "06f352d6-059d-11f0-b60b-f46d3febaf36" + "uuid": "b1ad246f-05a5-11f0-b60b-f46d3febaf36" } } } \ No newline at end of file diff --git a/examples/generated/example_roi.json b/examples/generated/example_roi.json index d343267..64b6ed8 100644 --- a/examples/generated/example_roi.json +++ b/examples/generated/example_roi.json @@ -1,6 +1,6 @@ { "header": { - "uuid": "06fe834b-059d-11f0-b60b-f46d3febaf36" + "uuid": "b1b6e259-05a5-11f0-b60b-f46d3febaf36" }, "roi_center_position_mm": [ 0.0, diff --git a/pyproject.toml b/pyproject.toml index 529f067..05e1173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "thd-json" -version = "0.1.12" +version = "0.1.13" description = "THD JSON schema and validation tools." authors = [ { name = "swittl", email = "simon.wittl@th-deg.de" } diff --git a/src/thd_json/detector/detector.json b/src/thd_json/detector/detector.json index 07c7700..25c5d7b 100644 --- a/src/thd_json/detector/detector.json +++ b/src/thd_json/detector/detector.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Detector File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "pixel_pitch_mm": { diff --git a/src/thd_json/header/header.json b/src/thd_json/header/header.json index 5917ce3..6b93db5 100644 --- a/src/thd_json/header/header.json +++ b/src/thd_json/header/header.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Data Metadata Header File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "timestamp": { diff --git a/src/thd_json/image/image.json b/src/thd_json/image/image.json index 4c1a018..d259fb2 100644 --- a/src/thd_json/image/image.json +++ b/src/thd_json/image/image.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Projection Image File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "header": { diff --git a/src/thd_json/joint/joint.json b/src/thd_json/joint/joint.json index 83c5378..52949e6 100644 --- a/src/thd_json/joint/joint.json +++ b/src/thd_json/joint/joint.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Data Metadata Joint File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "q": { diff --git a/src/thd_json/projection/projection.json b/src/thd_json/projection/projection.json index 1bd1162..f4af4aa 100644 --- a/src/thd_json/projection/projection.json +++ b/src/thd_json/projection/projection.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Projection File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "image": { diff --git a/src/thd_json/projection_geometry/projection_geometry.json b/src/thd_json/projection_geometry/projection_geometry.json index 67da1d8..5aaec07 100644 --- a/src/thd_json/projection_geometry/projection_geometry.json +++ b/src/thd_json/projection_geometry/projection_geometry.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Projection Geometry File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "header": { diff --git a/src/thd_json/roi/roi.json b/src/thd_json/roi/roi.json index 16235de..bb06965 100644 --- a/src/thd_json/roi/roi.json +++ b/src/thd_json/roi/roi.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD ROI File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "header": { diff --git a/src/thd_json/source/source.json b/src/thd_json/source/source.json index 165f6a4..9a0db98 100644 --- a/src/thd_json/source/source.json +++ b/src/thd_json/source/source.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD X-Ray Source File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "voltage_kv": { diff --git a/src/thd_json/thd_joint_states/thd_joint_states.json b/src/thd_json/thd_joint_states/thd_joint_states.json index 5484101..4d46d42 100644 --- a/src/thd_json/thd_joint_states/thd_joint_states.json +++ b/src/thd_json/thd_joint_states/thd_joint_states.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Data Metadata Joint States File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "header": { diff --git a/src/thd_json/volume/volume.json b/src/thd_json/volume/volume.json index 6c7f51d..6499c07 100644 --- a/src/thd_json/volume/volume.json +++ b/src/thd_json/volume/volume.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "title": "THD Projection Volume File Schema", "type": "object", - "version": "0.1.12", + "version": "0.1.13", "date": "20.03.2025", "properties": { "header": { diff --git a/uv.lock b/uv.lock index b601f3e..9c91f40 100644 --- a/uv.lock +++ b/uv.lock @@ -356,7 +356,7 @@ wheels = [ [[package]] name = "thd-json" -version = "0.1.12" +version = "0.1.13" source = { editable = "." } dependencies = [ { name = "hatchling" }, -- GitLab