deltametrics.strat.compute_compensation

deltametrics.strat.compute_compensation(line1, line2)

Compute compensation statistic betwen two lines.

Warning

Not Implemented.

Parameters:
  • line1 (ndarray) – First surface to use (two-dimensional matrix with x-z coordinates of line).

  • line2 (ndarray) – Second surface to use (two-dimensional matrix with x-z coordinates of line).

Returns:

CV – Compensation statistic.

Return type:

float