CalToolsComputeErrorCorrectionT(FileErrorCorrConfig, String, BackgroundWorker, DoWorkEventArgs, Boolean, PostErrorCorrectionDelegateT) Method

Compute Error Correction

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<T>(
	FileErrorCorrConfig config,
	string rootPathDb,
	BackgroundWorker worker,
	DoWorkEventArgs e,
	bool removeSmallUncInfluences = true,
	PostErrorCorrectionDelegate<T> postErrorCorrectionDelegate = null
)
where T : new(), Object, IRealNumber<T>

Parameters

config  FileErrorCorrConfig
Error Correction Config
rootPathDb  String
Root Path Database
worker  BackgroundWorker
Background Worker
e  DoWorkEventArgs
Do Work Event Arguments
removeSmallUncInfluences  Boolean  (Optional)
Remove Small Unc Influences
postErrorCorrectionDelegate  PostErrorCorrectionDelegateT  (Optional)
Post Error Correction Delegate

Type Parameters

T
Real Number Type

See Also