Skip to content

Commit

Permalink
Language edits and composition error
Browse files Browse the repository at this point in the history
  • Loading branch information
markus.kuehbach committed Jun 10, 2023
1 parent e0079c9 commit e445bf5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 8 additions & 3 deletions contributed_definitions/NXapm.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ are required LAS root version camecaroot version analysis software-->
</field>
<field name="grain_diameter_error" type="NX_FLOAT" optional="true" units="NX_LENGTH">
<doc>
Standard deviation to the grain_diameter.
Magnitude of the standard deviation of the grain_diameter.
</doc>
</field>
<field name="heat_treatment_temperature" type="NX_FLOAT" optional="true" units="NX_TEMPERATURE">
Expand All @@ -437,7 +437,7 @@ are required LAS root version camecaroot version analysis software-->
</field>
<field name="heat_treatment_temperature_error" type="NX_FLOAT" optional="true" units="NX_TEMPERATURE">
<doc>
Standard deviation to the heat_treatment_temperature.
Magnitude of the standard deviation of the heat_treatment_temperature.
</doc>
</field>
<field name="heat_treatment_quenching_rate" type="NX_FLOAT" optional="true" units="NX_ANY">
Expand Down Expand Up @@ -465,7 +465,7 @@ are required LAS root version camecaroot version analysis software-->
</field>
<field name="heat_treatment_quenching_rate_error" type="NX_FLOAT" optional="true" units="NX_ANY">
<doc>
Standard deviation of the heat_treatment_quenching_rate.
Magnitude of the standard deviation of the heat_treatment_quenching_rate.
</doc>
</field>
<field name="description" optional="true"/>
Expand Down Expand Up @@ -507,6 +507,11 @@ are required LAS root version camecaroot version analysis software-->
is either an atom or weight percent quantity.
</doc>
</field>
<field name="composition_error" type="NX_FLOAT" units="NX_DIMENSIONLESS">
<doc>
Magnitude of the standard deviation of the composition (value).
</doc>
</field>
</group>
</group>
</group>
Expand Down
10 changes: 7 additions & 3 deletions contributed_definitions/nyaml/NXapm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ NXapm:
grain_diameter_error(NX_FLOAT):
exists: optional
doc: |
Standard deviation to the grain_diameter.
Magnitude of the standard deviation of the grain_diameter.
unit: NX_LENGTH
heat_treatment_temperature(NX_FLOAT):
exists: optional
Expand All @@ -340,7 +340,7 @@ NXapm:
heat_treatment_temperature_error(NX_FLOAT):
exists: optional
doc: |
Standard deviation to the heat_treatment_temperature.
Magnitude of the standard deviation of the heat_treatment_temperature.
unit: NX_TEMPERATURE
heat_treatment_quenching_rate(NX_FLOAT):
exists: optional
Expand Down Expand Up @@ -368,7 +368,7 @@ NXapm:
heat_treatment_quenching_rate_error(NX_FLOAT):
exists: optional
doc: |
Standard deviation of the heat_treatment_quenching_rate.
Magnitude of the standard deviation of the heat_treatment_quenching_rate.
unit: NX_ANY
description:
exists: optional
Expand Down Expand Up @@ -403,6 +403,10 @@ NXapm:
The value is normalized based on normalization, i.e. composition
is either an atom or weight percent quantity.
unit: NX_DIMENSIONLESS
composition_error(NX_FLOAT):
doc: |
Magnitude of the standard deviation of the composition (value).
unit: NX_DIMENSIONLESS
specimen(NXsample):
# NEW ISSUE: inject the conclusion from the discussion with Andrea
# according to SAMPLE.yaml 0f8df14 2022/06/15
Expand Down

0 comments on commit e445bf5

Please sign in to comment.