CalToolsComputeErrorCorrectionT(FileErrorCorrConfig, String, BackgroundWorker, DoWorkEventArgs, Boolean, PostErrorCorrectionDelegateT) Method
Compute Error Correction
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
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>
Public Shared Sub ComputeErrorCorrection(Of T As {New, Object, IRealNumber(Of T)}) (
config As FileErrorCorrConfig,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs,
Optional removeSmallUncInfluences As Boolean = true,
Optional postErrorCorrectionDelegate As PostErrorCorrectionDelegate(Of T) = Nothing
)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static void ComputeErrorCorrection(
FileErrorCorrConfig^ config,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e,
bool removeSmallUncInfluences = true,
PostErrorCorrectionDelegate<T>^ postErrorCorrectionDelegate = nullptr
)
static member ComputeErrorCorrection :
config : FileErrorCorrConfig *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs *
?removeSmallUncInfluences : bool *
?postErrorCorrectionDelegate : PostErrorCorrectionDelegate<'T>
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
let _postErrorCorrectionDelegate = defaultArg postErrorCorrectionDelegate null
*)
-> unit when 'T : new() and Object and IRealNumber<'T>
- 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
- T
- Real Number Type