Click or drag to resize

CorrectionFileAnalyzer Class

Provides functions for analyzing correction files.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CorrectionsCorrectionFileAnalyzer

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public class CorrectionFileAnalyzer : IDisposable

The CorrectionFileAnalyzer type exposes the following members.

Constructors
 NameDescription
Public methodCorrectionFileAnalyzer Generates a new correction file analyzer.
Top
Methods
 NameDescription
Public methodDispose Closes the correction file.
Public methodGetCorrection Returns the control value for the defined position.
Public methodStatic memberGetCorrectionFileInfo(String) Gets values stored in the fc3 file header or the txt file of the gcd file.
Public methodStatic memberGetCorrectionFileInfo(String, dvec3, dvec3) Gets values stored in the fc3 file header or the txt file of the gcd file.
Public methodStatic memberGetScanHeadFormat 
Public methodScannerToFieldPosition(ivec3) Converts the scanner bit position to metric field position.
Public methodScannerToFieldPosition(ivec4) Converts the scanner bit position to metric field position.
Public methodStatic memberUpdateHeader Updates the header of fc3 correction files to new header format (client lib v3)
Top
See Also