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

get_crystallographic_map#

VectorMatchingResults.get_crystallographic_map(*args, **kwargs)[source]#

Obtain a crystallographic map specifying the best matching phase and orientation at each probe position with corresponding metrics.

Returns:

cryst_map – Crystallographic mapping results containing the best matching phase and orientation at each navigation position with associated metrics. The Signal at each navigation position is an array of, [phase, np.array((z,x,z)), dict(metrics)] which defines the phase, orientation as Euler angles in the zxz convention and metrics associated with the matching. Metrics for template matching results are ‘match_rate’ ‘total_error’ ‘orientation_reliability’ ‘phase_reliability’

Return type:

Signal2D