Mapping.MappingInfo#
Mapping.MappingInfo.py
- class MappingInfo(slope, intercept, xr_peaks, uv_peaks, xr_moment, uv_moment, xr_curve, uv_curve)#
Bases:
object
- get_mapped_x(xr_x)#
- get_mapped_index(i, xr_x, uv_x)#
- get_mapped_curve(xr_icurve, uv_icurve, inverse_range=False, debug=False)#
- compute_ratio_curve(mp_curve=None, data_threshold=0.05, debug=False)#
Compute the ratio curve based on the mapping information.