Skip to content
Snippets Groups Projects
Commit b90645f6 authored by Laurenz Rettig's avatar Laurenz Rettig
Browse files

revised fields in NXdistortion

parent 3fd13569
No related branches found
No related tags found
No related merge requests found
......@@ -26,22 +26,25 @@
<dim index="1" value="2"/>
</dimensions>
</field>
<field name="original_points_x" type="NX_FLOAT" units="NX_UNITLESS">
<doc>For symmetry-guided distortion correction. Here we record the x coordinates of the relevant symmetry points.</doc>
<dimensions rank="1">
<field name="original_points" type="NX_FLOAT" units="NX_UNITLESS">
<doc>For symmetry-guided distortion correction. Here we record the coordinates of the relevant symmetry points.</doc>
<dimensions rank="2">
<dim index="1" value="nsym"/>
<dim index="2" value="2"/>
</dimensions>
</field>
<field name="original_points_y" type="NX_FLOAT" units="NX_UNITLESS">
<doc>For symmetry-guided distortion correction. Here we record the y coordinates of the relevant symmetry points.</doc>
<dimensions rank="1">
<dim index="1" value="nsym"/>
<field name="cdeform_field" type="NX_FLOAT" units="NX_UNITLESS">
<doc>Column deformation field for general non-rigid distortion corrections. 2D matrix holding the column information of the mapping of each original coordinate.</doc>
<dimensions rank="2">
<dim index="1" value="ndx"/>
<dim index="2" value="ndy"/>
</dimensions>
</field>
<field name="field" type="NX_FLOAT" units="NX_UNITLESS">
<doc>For general non-rigid distortion corrections. 2D matrix mapping the original distorted field in the undistorted one.</doc>
<field name="rdeform_field" type="NX_FLOAT" units="NX_UNITLESS">
<doc>Row deformation field for general non-rigid distortion corrections. 2D matrix holding the row information of the mapping of each original coordinate.</doc>
<dimensions rank="2">
<dim index="ndx" value="ndy"/>
<dim index="1" value="ndx"/>
<dim index="2" value="ndy"/>
</dimensions>
</field>
<group type="NXcollection">
......
......@@ -20,26 +20,26 @@ doc: "Draft subclass of NXprocess to describe post-processing distortion correct
dimensions:
dim: [[1,2]]
rank: 1
original_points_x(NX_FLOAT):
doc: "For symmetry-guided distortion correction. Here we record the x coordinates of
original_points(NX_FLOAT):
doc: "For symmetry-guided distortion correction. Here we record the coordinates of
the relevant symmetry points."
unit: NX_UNITLESS
dimensions:
dim: [[1,nsym]]
rank: 1
original_points_y(NX_FLOAT):
doc: "For symmetry-guided distortion correction. Here we record the y coordinates of
the relevant symmetry points."
dim: [[1,nsym], [2,2]]
rank: 2
cdeform_field(NX_FLOAT):
doc: "Column deformation field for general non-rigid distortion corrections. 2D matrix holding
the column information of the mapping of each original coordinate."
unit: NX_UNITLESS
dimensions:
dim: [[1,nsym]]
rank: 1
field(NX_FLOAT):
doc: "For general non-rigid distortion corrections. 2D matrix mapping the original
distorted field in the undistorted one."
dim: [[1,ndx], [2,ndy]]
rank: 2
rdeform_field(NX_FLOAT):
doc: "Row deformation field for general non-rigid distortion corrections. 2D matrix holding
the row information of the mapping of each original coordinate."
unit: NX_UNITLESS
dimensions:
dim: [[ndx,ndy]]
dim: [[1,ndx], [2,ndy]]
rank: 2
(NXcollection):
doc: "Class to describe freely the procedures employed."
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