Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RoboCT Schemas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoboCT (Public)
RoboCT Schemas
Commits
880d3e94
Commit
880d3e94
authored
5 months ago
by
Simon Wittl
Browse files
Options
Downloads
Patches
Plain Diff
added readme
parent
8e7f79d9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+25
-1
25 additions, 1 deletion
README.md
with
25 additions
and
1 deletion
README.md
+
25
−
1
View file @
880d3e94
...
...
@@ -3,4 +3,28 @@
## THD Json
-
Definitions of THD json format. Included: projections.
\ No newline at end of file
### Projection
| Property | Type | Description | Constraints | Required |
|-------------------------------|----------|---------------------------------------------------------|---------------------------|----------|
|
`focal_spot_position_mm`
| array | Position of the focal spot in millimeters | 3 numbers | Yes |
|
`detector_center_position_mm`
| array | Center position of the detector in millimeters | 3 numbers | Yes |
|
`detector_horizontal_vector`
| array | Horizontal orientation vector of the detector | 3 numbers | Yes |
|
`detector_vertical_vector`
| array | Vertical orientation vector of the detector | 3 numbers | Yes |
|
`detector_center_orientation_quat`
| array | Quaternion representing the detector's center orientation | 4 numbers | Yes |
|
`pixel_pitch_mm`
| number | Pixel pitch in millimeters | - | Yes |
|
`image_width_px`
| integer | Width of the image in pixels | Minimum 1 | Yes |
|
`image_heigth_px`
| integer | Height of the image in pixels | Minimum 1 | Yes |
|
`projection_matrix_cera`
| array | Projection matrix for CERA, representing transformations | 3 arrays of 4 numbers | No |
# Notes:
-
**Arrays**
:
-
`focal_spot_position_mm`
,
`detector_center_position_mm`
,
`detector_horizontal_vector`
,
`detector_vertical_vector`
: Arrays containing exactly
**3 numbers**
.
-
`detector_center_orientation_quat`
: Array containing exactly
**4 numbers**
.
-
`projection_matrix_cera`
: Optional 3x4 matrix (array of 3 arrays, each with 4 numbers).
-
**Integers**
:
-
`image_width_px`
and
`image_heigth_px`
have a minimum value constraint of 1.
-
**Additional Properties**
: No additional properties are allowed outside of those defined here.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment