pysted.utils.symmetry_verifier

pysted.utils.symmetry_verifier(array, direction='vertical', plot=False)

Verifies if the given array is symmetrical along the vertical or horizontal direction

Parameters:
  • array – Array to be verified for symmetry

  • direction – Direction along which to verify the symmetry. Vertical to see upper vs lower half, Horizontal to see left vs right half.

  • plot – Determines whether or not graphs of array and its symmetry will be displayed.

Returns:

Array(s) displaying the symmetry