CorrectionFileLibCreate(String, OpticalParameters, Stream, 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,
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
CorrectionFileHandle to the correction file
See Also