Click or drag to resize

FieldCorrectionApplyOffset Method

Adjusts the correction table so that the beam field is moved in both X and Y.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void ApplyOffset(
	double[] offset
)

Parameters

offset  Double
The offset for all dimensions.
Remarks

The FieldSizeXand FieldSizeY property remains unchanged. The scaling is achieved by modifying the correction table. The field size is considered to remain identical.

See Also