Skip to main content

xrimagescanning

Description

This event is emitted by xrweb when all detection images have been loaded and scanning has begun.

imagescanning.detail : { imageTargets: {name, type, metadata, geometry} }

PropertyDescription
nameThe image's name.
typeOne of 'FLAT', 'CYLINDRICAL', 'CONICAL'.
metadataUser metadata.
geometryObject containing geometry data. If type=FLAT: {scaledWidth, scaledHeight}, lse if type=CYLINDRICAL or type=CONICAL: {height, radiusTop, radiusBottom, arcStartRadians, arcLengthRadians}

If type = FLAT, geometry:

PropertyDescription
scaledWidthThe width of the image in the scene, when multiplied by scale.
scaledHeightThe height of the image in the scene, when multiplied by scale.

If type= CYLINDRICAL or CONICAL, geometry:

PropertyDescription
heightHeight of the curved target.
radiusTopRadius of the curved target at the top.
radiusBottomRadius of the curved target at the bottom.
arcStartRadiansStarting angle in radians.
arcLengthRadiansCentral angle in radians.