issues
search
slac-lcls
/
ami
Other
6
stars
3
forks
source link
Peak fit box
#92
Open
vespos
opened
4 weeks ago
vespos
commented
4 weeks ago
Peak fit. 3 possible method:
Moments: gets the mean and sigma from the moments. Build a gaussian from it for visualization. Simple, fast, guarantee to not fail
Gaussian and Lorentzian fits. Use curve_fit, which can be slow and/or fail. Yield better results if initial guess are ok
syamajala
commented
3 weeks ago
Looks good to me.
Peak fit. 3 possible method: