Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dccQuantities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
DigitalDynamicMeasurement
dccQuantities
Commits
06f3db80
Commit
06f3db80
authored
4 months ago
by
Benedikt
Browse files
Options
Downloads
Patches
Plain Diff
added Parsing instrucctions
parent
cc69a56f
No related branches found
No related tags found
No related merge requests found
Pipeline
#51333
passed
4 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/tabellen/sample_table_nd.xml
+16
-0
16 additions, 0 deletions
doc/tabellen/sample_table_nd.xml
with
16 additions
and
0 deletions
doc/tabellen/sample_table_nd.xml
+
16
−
0
View file @
06f3db80
...
...
@@ -85,6 +85,22 @@
<dcc:content
lang=
"de"
>
Fläche mit Indexvektoren
</dcc:content>
<dcc:content
lang=
"en"
>
Surface Area with Index Vectors
</dcc:content>
</dcc:name>
<dcc:description>
<dcc:content
refType=
"parsing_parsingInstrutions"
>
Data Readout Instructions:
1. The 2D measurement data is stored in a flattened array (C-style row-major) under refType="basic_FlattTableData".
2. Two index vectors are stored under refType="basic_FlattTableIndices":
• Outer index: refType="basic_FlattTableIndex1"
• Inner index: refType="basic_FlattTableIndex2"
3. Total datapoints = (number of outer indices) × (number of inner indices).
4. To map a flat index to 2D coordinates (using 0-based indexing):
Index(outer, inner) = outer × (length of inner index) + inner.
5. Example Test Data:
• Values: {(2,9): 3.55, (7,3): 8.17}
• Uncertainties: {(2,9): 0.07938, (7,3): 0.18269}
</dcc:content>
</dcc:description>
<dcc:list
refType=
"basic_FlattTableIndices"
>
<dcc:name>
<dcc:content
lang=
"de"
>
Indexvektoren
</dcc:content>
...
...
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