Skip to content
Snippets Groups Projects
Commit 79cac917 authored by Simon Wittl's avatar Simon Wittl
Browse files

Public

parent 230b2085
No related branches found
No related tags found
No related merge requests found
Showing with 15 additions and 15 deletions
{
"uuid": "06f48f47-059d-11f0-b60b-f46d3febaf36"
"uuid": "b1ad2470-05a5-11f0-b60b-f46d3febaf36"
}
\ No newline at end of file
......@@ -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
{
"header": {
"uuid": "06fe834b-059d-11f0-b60b-f46d3febaf36"
"uuid": "b1b6e259-05a5-11f0-b60b-f46d3febaf36"
},
"roi_center_position_mm": [
0.0,
......
[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" }
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -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": {
......
......@@ -356,7 +356,7 @@ wheels = [
[[package]]
name = "thd-json"
version = "0.1.12"
version = "0.1.13"
source = { editable = "." }
dependencies = [
{ name = "hatchling" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment