Click or drag to resize

CorrectionType Enumeration

Defines the correction file type

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public enum CorrectionType
Members
Member nameValueDescription
Unknown0 Specifies a correction file type of unknown format.
Standard161 Specifies the 16-bit correction file format for standard 2D and 3D scan heads.
Standard202 Specifies the 20-bit correction file format for standard 2D and 3D scan heads.
UHSS163 Specifies the 16-bit correction file format for UHSS 2D and 3D scan heads.
UHSS204 Specifies the 20-bit correction file format for UHSS 2D and 3D scan heads.
PowerCorrection5 Specifies the power correction file format for any 2D/3D scan heads.
Ctb6 Specifies the RTC-4 correction file format.
Ct57 Specifies the RTC-5 correction file format.
Cti8 Specifies the cti correction file format.
Ucf9 Specifies the SCAPS correction file format.
See Also