xrheed.kinematics.ewald_matching
Functions
|
Calculate the match coefficient between predicted and observed spots. |
|
Generate a mask for predicted spot positions in the image. |
|
Generate a binary elliptical spot structure. |
|
Calculate match coefficients over a range of azimuthal angles. |
|
Calculate the match coefficient for a grid of alpha angles and scale values. |
|
Calculate the match coefficient for a series of lattice scale values. |
- calculate_match(ewald, normalize=True)[source]
Calculate the match coefficient between predicted and observed spots.
- generate_mask(ewald)[source]
Generate a mask for predicted spot positions in the image.
- Returns:
Boolean mask of the same shape as the RHEED image.
- Return type:
NDArray[np.bool_]
- match_alpha(ewald, alpha_vector, normalize=True, tqdm_disable=True)[source]
Calculate match coefficients over a range of azimuthal angles.