You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to be able to match two sets of patterns 1-1 instead of all-all with the simirity metrics available in kikuchipy.indexing.similarity_metrics (NCC and NDP). The current implementation only allows all-all, and we thus have to extract the diagonal to get 1-1.
The text was updated successfully, but these errors were encountered:
Would be useful to be able to match two sets of patterns 1-1 instead of all-all with the simirity metrics available in
kikuchipy.indexing.similarity_metrics
(NCC and NDP). The current implementation only allows all-all, and we thus have to extract the diagonal to get 1-1.The text was updated successfully, but these errors were encountered: