CalToolsComputeErrorCorrectionSingleFileT(FileErrorCorrConfig, String, String, Task, Boolean, 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 Object ComputeErrorCorrectionSingleFile<T>(
	FileErrorCorrConfig config,
	string rootPathDb,
	string fp_raw,
	ref Task task,
	bool wait,
	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
fp_raw  String
Raw Measurement Path
task  Task
Task
wait  Boolean
Wait until Error Corrected file is written
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

Return Value

Object
Error Corrected Data

See Also