Module gwy :: Class NLFitParamFlags
[hide private]
[frames] | no frames]

Class NLFitParamFlags

source code

Type of fitting parameter properties.


Since: 2.47

Note: All the enumerated values are defined at the module level, not the class level. The are just groupped by class here for easier orientation.

Class Variables [hide private]
  NLFIT_PARAM_ABSVAL
Parameter is a width or distance that is by definition positive.
  NLFIT_PARAM_ANGLE
Parameter is an angle.
Class Variable Details [hide private]

NLFIT_PARAM_ABSVAL

Parameter is a width or distance that is by definition positive. Only its absolute value matters and it is always made non-negative.

NLFIT_PARAM_ANGLE

Parameter is an angle. It is defined in radians and unitless but you may wish to convert it from/to degrees in the user interface. It is consdered periodic and always reduced to the range [0, 2π).