Skip to content

Commit e03f5c9

Browse files
mkuehbachPeterC-DLS
authored andcommitted
Drop "_value" in alignment with #1594
1 parent 11996cf commit e03f5c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

base_classes/NXparameters.nxdl.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
parameter, one possible use case is to store parameters that are
4040
refined by a fitting function or model. A number of attributes
4141
have been defined to store metadata associated with such a
42-
refinment.
42+
refinement.
4343
</doc>
4444
<attribute name="model">
4545
<doc>
@@ -76,17 +76,17 @@
7676
NeXus.
7777
</doc>
7878
</attribute>
79-
<attribute name="initial_value" type="NX_NUMBER">
79+
<attribute name="initial" type="NX_NUMBER">
8080
<doc>
8181
The initial value of the parameter used in optimization.
8282
</doc>
8383
</attribute>
84-
<attribute name="max_value" type="NX_NUMBER">
84+
<attribute name="max" type="NX_NUMBER">
8585
<doc>
8686
The upper bound of the parameter used in optimization.
8787
</doc>
8888
</attribute>
89-
<attribute name="min_value" type="NX_NUMBER">
89+
<attribute name="min" type="NX_NUMBER">
9090
<doc>
9191
The lower bound of the parameter used in optimization.
9292
</doc>

0 commit comments

Comments
 (0)