Click or drag to resize

CorrectionFileCreate(String, OpticalParameters, ListStream, Boolean, String, ScannerInfo, DictionaryString, String) Method

Creates a new correction file and adds several tables.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static CorrectionFile Create(
	string filename,
	OpticalParameters header,
	List<Stream> correctionTables,
	bool compressPayload = true,
	string extraInfo = null,
	ScannerInfo scannerInfo = null,
	Dictionary<string, string> metadata = null
)

Parameters

filename  String
Full path to the place where the correction file should be created.
header  OpticalParameters
Optical parameters of the correction file.
correctionTables  ListStream
List of streams containing the raw correction tables.
compressPayload  Boolean  (Optional)
Whether to compress the payload (default) or not.
extraInfo  String  (Optional)
Optional extra info stored in the correction file.
scannerInfo  ScannerInfo  (Optional)
Optional additional fields to be included into the correction file.
metadata  DictionaryString, String  (Optional)
Optional additional metadata to be included into the correction file.

Return Value

CorrectionFile
Abstract view of the correction file
See Also