Click or drag to resize

CorrectionFileLib Class

Library that allows creating/accessing correction files in the "fc3" format.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.CorrectionCorrectionFileLib

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
public class CorrectionFileLib

The CorrectionFileLib type exposes the following members.

Constructors
 NameDescription
Public methodCorrectionFileLib Creates a new instance of the correction file lib
Top
Methods
 NameDescription
Public methodCreate(String, OpticalParameters, ListStream, Boolean) Creates a new correction file.
Public methodCreate(String, OpticalParameters, Stream, Boolean) Creates a new correction file.
Public methodGetOpticalParameters Reads the optical parameters of an existing correction file.
Public methodOpenObsolete.
Opens an existing correction file.
Public methodOpenInverseCorrection Opens an existing inverse correction file.
Public methodOpenRead Opens an existing correction file in read-only mode.
Public methodOpenWrite Opens an existing correction file in read-write mode.
Top
See Also