Calibrator3DFromFile Method

CVB.Net Documentation
Loads a 3D calibration file (ASCII string version).

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Calibrator3D FromFile(
	string fileName
)

Parameters

fileName
Type: SystemString
Full path to the file to load.

Return Value

Type: Calibrator3D
Calibrator for the loaded calibration file.
Exceptions

ExceptionCondition
ArgumentExceptionWhen the fileName is null or empty.
CvbExceptionWhen loading the Calibrator3D from file failed.
See Also

Reference