CalToolsComputeCalibration(String, String, BackgroundWorker, DoWorkEventArgs, Boolean) Method

Compute Calibration from Console

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
public static void ComputeCalibration(
	string calConfigFilePath,
	string rootPathDb,
	BackgroundWorker worker,
	DoWorkEventArgs e,
	bool removeSmallUncInfluences = true
)

Parameters

calConfigFilePath  String
Calibration Config File Path
rootPathDb  String
Root Path Database
worker  BackgroundWorker
Background Worker
e  DoWorkEventArgs
Do Work Event Arguments
removeSmallUncInfluences  Boolean  (Optional)
Remove Small Unc Influences

See Also