Utilites¶
General Description¶
Utilites of TRXASprefitpack package
broadening: broad theoretically calculated line shape spectrum with voigt profile
fit_static: fitting theoretically calculated line shape spectrum with experimental spectrum
fit_irf: Find irf parameter of experimental measured irf function
fit_tscan: Find lifetime constants of experimental time trace spectrum
fit_seq: fitting experimental time trace spectrum with 1st order sequential decay dynamics
fit_osc: fitting residual of experimental time trace spectrum with damped oscilliaton
The utilites starting from
fituse lmfit package to fit data and estimate parameter error bound.During optimization process it uses
Nelder-Mead Algorithmto find least chi square solution and thenLevenberg-Marquardt Algorithmto refine such solution and estimate parameter error boundWhen
--slowoption is turned, it uses global optimization algorithmAdaptive Memory Programming for Global Optimizationto find least chi square solution.