Click or drag to resize

CorrectionFileToScanner(Point4D) Method

Converts the user coordinates in µm to scanner coordinates in bit.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public Point4DInt ToScanner(
	Point4D field
)

Parameters

field  Point4D
The 4D (X/Y/Z/M) user coordinates in µm (X/Y/Z) and magnification factor (M). When working only with X,Y and M than the Z-value should be set to 0.

Return Value

Point4DInt
The (X/Y/Z) scanner coordinates in bits.
Remarks
The user coordinates are expected to be in the range between -0.5 * FieldSize and 0.5 * FieldSize for X,Y,Z and in the range between 1.0 and MaxMagnification for M. The result will be in bits in the range between -524288 and 524287 bits. This function should be used when working with 4D correction files. When working with 3D or 2D correction files use ToScanner(Point3D) instead.
See Also