Peaks.RobustCurve#

RobustCurve.py

evaluation of simularity between curves

Copyright (c) 2021, SAXS Team, KEK-PF

class PeakEGH(x, y, pt, num_hw=10)#

Bases: PeakModel

name = 'EGH'#
class PeakGaussian(x, y, pt, num_hw=10)#

Bases: PeakModel

name = 'Gaussian'#
class PeakHyperbola(x, y, pt, num_hw=10)#

Bases: PeakModel

name = 'Hyperbola'#
class PeakModel#

Bases: object

get_peaktop()#
class RobustCurve(x, y, peak_model=<class 'molass_legacy.Peaks.RobustCurve.PeakEGH'>, debug=False)#

Bases: object

fit_peak_models()#
get_peak_models()#
get_peak_tops()#
demo(sd)#
plot_curve(ax, curve, color=None)#