CalToolsComputeErrorCorrection(String, String, BackgroundWorker, DoWorkEventArgs, Boolean, PostErrorCorrectionDelegateUncNumber) Method

Compute Error Correction 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 ComputeErrorCorrection(
	string errorCorrConfigFilePath,
	string rootPathDb,
	BackgroundWorker worker,
	DoWorkEventArgs e,
	bool removeSmallUncInfluences = true,
	PostErrorCorrectionDelegate<UncNumber> postErrorCorrectionDelegate = null
)

Parameters

errorCorrConfigFilePath  String
Error Correction 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
postErrorCorrectionDelegate  PostErrorCorrectionDelegateUncNumber  (Optional)
Post Error Correction Delegate

See Also