This fitting function is the base class for all fitting functions that have:
, as one of their attributes.Fitting functions for QENS data depending on
should derive from this class.
There are two ways to update attribute
in the fit funtion:
in addition to the range of energy transfers.Conflict may arise when both options are available. In that case, priority is given to the
-value contained
in the spectrum. Here are some user cases:
if the spectrum contains a
-value.
is the spectrum does not contain a
-value.
will be updated everytime we pass a new spectrum containing a
-value.
will be erased if we pass a new spectrum not containing a
-value. In this case it is the responsability of the user to set the appropriate value.