Baseline.Basesurface#
Baseline.Basesurface.py
- get_linear_surface(icurve, jcurve)#
Get a linear surface from the given intensity curves.
- Parameters:
icurve (IntensityCurve) – The intensity curve along the i-axis.
jcurve (IntensityCurve) – The intensity curve along the j-axis.
- Returns:
surface – The linear surface defined by the outer product of the two curves.
- Return type:
2D array-like