RHEED
Get RHEED Mask
Retrieve the RLE-encoded mask for a RHEED image
GET
Returns the automatically detected mask for a RHEED image, encoded using COCO run-length encoding (RLE). The mask identifies relevant diffraction regions in the RHEED pattern.
For the per-frame masks of a processed RHEED video, see Get RHEED Frame Masks.
string
required
The data entry UUID for the RHEED image
Response
string
Data entry UUID
string
Processed data entry UUID
string
Run-length encoded mask data, column-major (Fortran order). Decode it with
atomscale.results.decode_mask_rle() or pycocotools.mask.decode()integer
Height of the mask in pixels
integer
Width of the mask in pixels