Closed brands-d closed 3 years ago
The deconvolution problem (i.e. fitting the weights and a background (function) is a linear problem that can be solved by for a example a matrix inversion instead of lmfit.
Implemented as "matrix_inversion" method on the lmfit tab. Please read the commit message of 6872ff for details on usage.
The deconvolution problem (i.e. fitting the weights and a background (function) is a linear problem that can be solved by for a example a matrix inversion instead of lmfit.