Skip to main content
GET
Compares two RHEED images and reports how the diffraction pattern changed between them, including the difference in spot count, the referenced strain, and the mask regions gained or lost.
string
required
The data entry UUID for the first (initial) RHEED image
string
required
The data entry UUID for the second (final) RHEED image

Response

string
Data entry UUID for the first image
string
Data entry UUID for the second image
number
Strain of the second image referenced against the first
object
Change in the number of detected diffraction spots between the two images.
object
Mask region present in the second image but not the first, encoded using run-length encoding (RLE). Null if no region was gained.
object
Mask region present in the first image but not the second, encoded using run-length encoding (RLE). Null if no region was lost.