CorrectionFileLibCreate(String, OpticalParameters, ListStream, Boolean) Method |
Creates a new correction file.
Namespace: RAYLASE.SPICE3.CorrectionAssembly: RAYLASE.SPICE3.CorrectionFileLib (in RAYLASE.SPICE3.CorrectionFileLib.dll) Version: 3.6.0
Syntax 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
CorrectionFileHandle to the correction file
See Also