neutronpy.lsfit.Fitter.parinfo

Fitter.parinfo

A list of dicts with parameter constraints, one dict per parameter, or None if not given.

Each dict can have zero or more items with the following keys and values:

'fixed': bool
Parameter to be fixed. Default: False.
'limits': list
Two-element list with upper end lower parameter limits or None, which indicates that the parameter is not bounded on this side. Default: None.