plane_orientation#

ifermi.analysis.plane_orientation(images)[source]#

Get the orientation (surface normal) from a list of rank 2 connected images.

Parameters:

images (list[tuple[int, int, int]]) – (n, 3) int array of the images.

Return type:

tuple[int, int, int]

Returns:

The surface normal as a (3, ) int array.