DataObjects.Curve#
DataObjects.Curve.py
- class Curve(x, y, type=None)#
Bases:
object
- get_xy()#
- set_max()#
- get_max_i()#
- get_max_y()#
- get_max_x()#
- get_max_xy()#
- get_peaks(debug=False, **kwargs)#
- get_num_major_peaks(**kwargs)#
- get_moment()#
- smooth_copy()#
- get_spline()#
- get_diff_spline()#
- corrected_copy()#
Return a copy of the curve with corrected x values. This is a placeholder for actual correction logic.
- create_icurve(x, M, vector, pickvalue)#
- create_jcurve(x, M, j)#