Skip to content

Commit 6abbd50

Browse files
rayosbornPeterC-DLS
authored andcommitted
Remove attributes already defined in the NXparameter base class.
1 parent dd897ea commit 6abbd50

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

base_classes/NXfit_function.nxdl.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,14 @@ and a BNF of valid grammar.-->
5858
<group name="fit_parameters" type="NXparameters">
5959
<field name="PARAMETER" nameType="any" type="NX_CHAR_OR_NUMBER" units="NX_ANY">
6060
<doc>
61-
A parameter for a fit function.
62-
This would typically be a variable that
63-
is optimized in a fit.
61+
A parameter for a fit function. This would typically be
62+
a variable that is optimized in a fit.
6463
</doc>
6564
<attribute name="description" type="NX_CHAR">
6665
<doc>
6766
A description of what this parameter represents.
6867
</doc>
6968
</attribute>
70-
<attribute name="fixed" type="NX_BOOLEAN">
71-
<doc>
72-
If the parameter is held constant, then this attribute should be True.
73-
</doc>
74-
</attribute>
75-
<attribute name="min_value" type="NX_NUMBER">
76-
<doc>
77-
The minimal value of the parameter, to be used as a constraint during fitting.
78-
</doc>
79-
</attribute>
80-
<attribute name="max_value" type="NX_NUMBER">
81-
<doc>
82-
The maximal value of the parameter, to be used as a constraint during fitting.
83-
</doc>
84-
</attribute>
8569
</field>
8670
</group>
8771
</definition>

0 commit comments

Comments
 (0)