brands-d / kMap

kMap.py is a python based program for simulation and data analysis in photoemission tomography.
GNU General Public License v3.0
23 stars 9 forks source link

Deconvolution by matrix inversion #64

Closed brands-d closed 3 years ago

brands-d commented 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.

brands-d commented 3 years ago

Implemented as "matrix_inversion" method on the lmfit tab. Please read the commit message of 6872ff for details on usage.