Click or drag to resize

CorrectionFileLibCreate(String, OpticalParameters, ListStream, 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,
	List<Stream> correctionTables,
	bool compressPayload = true
)

Parameters

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

Return Value

CorrectionFile
Handle to the correction file
See Also