Check out the Hyperspy Workshop May 13-17, 2024 Online

get_symmetry_coefficient#

Correlation2D.get_symmetry_coefficient(symmetries=[2, 3, 4, 5, 6, 7, 8, 9, 10], angular_range=0, method='average', include_duplicates=False, normalize=True, **kwargs)[source]#

This function is for finding and extracting information about clusters based on the angular symmetries. This a pretty catch all method which has a couple of different operating principles. If k_range=None the function uses a 3 dimensional version of blob finding and attempts to find blobs in the 3 dimensional space, x,y,k for each symmetry. :Parameters: * symmetries (list) – The symmetries to calculate

  • method (str) – One of max or average

  • include_duplicates (bool) – Include duplicates like 2 and 4

  • return: