Click or drag to resize

CorrectionFileLibCreate(String, OpticalParameters, Stream, Boolean) Method

Creates a new correction file.

Namespace: RAYLASE.SPICE3.Correction
Assembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.4.1
Syntax
C#
public CorrectionFile Create(
	string path,
	OpticalParameters parameters,
	Stream correction,
	bool compressPayload = true
)

Parameters

path  String
Location where the new correction file should be written to.
parameters  OpticalParameters
OpticalParameters of the correction.
correction  Stream
The raw correction payload of one table as stream.
compressPayload  Boolean  (Optional)
Whether to compress the payload (default) or not.

Return Value

CorrectionFile
Handle to the correction file
See Also