Mapping.RatioCurve#
Mapping.RatioCurve.py
- class RatioCurve(x, y, type='i')#
Bases:
Curve
Represents the ratio curve between mapped UV data and XR data.
- x#
The x-values of the ratio curve.
- Type:
array-like
- y#
The y-values of the ratio curve, representing the ratio of mapped UV intensity to XR intensity.
- Type:
array-like
Initializes the RatioCurve with given x and y values.
- Parameters:
x (array-like) – The x-values of the ratio curve.
y (array-like) – The y-values of the ratio curve.
type (str, optional) – The type of the ratio curve (default is “i”).