drop.optimize.deviation

Module Contents

drop.optimize.deviation.radial_RMS(RZ_model, RZ_edges)

Calculate the radial RMS distance.

Theoretical points are interpolated on experimental ones.

Parameters:
RZ_model : tuple of array

(Radial Vertical) coordinates of the theoretical contour.

RZ_edges : tuple of array

(Radial, Vertical) coordinates of the edge.

Returns:
RMS
drop.optimize.deviation.shortest_RMS(RZ_model, RZ_edges)

Calculate the shortest RMS distance.

Theoretical points are interpolated on experimental ones.

Parameters:
RZ_model : tuple of array

(Radial Vertical) coordinates of the theoretical contour.

RZ_edges : tuple of array

(Radial, Vertical) coordinates of the edge.

Returns:
RMS