Features of ufit
Use of complex fitting functions
Select between several backends
lmfit - uses the
lmfit
package written by Matthew Newville.
minuit - uses the
MINUIT
package from CERN.
scipy.optimize - uses the scipy.optimize.leastsq function without any further wrapping
Easy plotting by matplotlib
1D plots of scans, automatic determination of axes
2D color maps of several datasets
Fast merging and binning of the data
Fast extraction of fitted values + creation of datasets from fitted values
Automatic determination of file format
Fit more datasets together (not implemented in
GUI
)